POST api/advisee/requestappointment

Request Information

URI Parameters

None.

Body Parameters

AppointmentCreateViewModelAdvisee
NameDescriptionTypeAdditional information
AdvisorUserId

string

None.

AdvisorTimeZoneId

integer

None.

Instructions

string

None.

Theme

string

None.

ScheduledAt

string

None.

TimeZoneId

integer

None.

DurationID

integer

None.

AppointmentStatusId

integer

None.

ScheduledAtOriginal

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AdvisorUserId": "sample string 1",
  "AdvisorTimeZoneId": 2,
  "Instructions": "sample string 3",
  "Theme": "sample string 4",
  "ScheduledAt": "sample string 5",
  "TimeZoneId": 6,
  "DurationID": 7,
  "AppointmentStatusId": 8,
  "ScheduledAtOriginal": "sample string 9"
}

application/xml, text/xml

Sample:
<AppointmentCreateViewModelAdvisee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Co.Kes.Data.ViewModels.CoKes">
  <AppointmentStatusId>8</AppointmentStatusId>
  <DurationID>7</DurationID>
  <Instructions>sample string 3</Instructions>
  <ScheduledAt>sample string 5</ScheduledAt>
  <ScheduledAtOriginal>sample string 9</ScheduledAtOriginal>
  <Theme>sample string 4</Theme>
  <TimeZoneId>6</TimeZoneId>
  <AdvisorTimeZoneId>2</AdvisorTimeZoneId>
  <AdvisorUserId>sample string 1</AdvisorUserId>
</AppointmentCreateViewModelAdvisee>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.