PUT Appointment

Request Information

URI Parameters

None.

Body Parameters

Update
NameDescriptionTypeAdditional information
xref_ScheduleId

integer

None.

statusId

string

None.

trackMode

string

None.

startDate

date

None.

endDate

date

None.

guid

string

None.

isocode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "xref_ScheduleId": 1,
  "statusId": "sample string 2",
  "trackMode": "sample string 3",
  "startDate": "2024-10-11T12:52:45.9419198+05:30",
  "endDate": "2024-10-11T12:52:45.9419198+05:30",
  "guid": "sample string 6",
  "isocode": "sample string 7"
}

application/xml, text/xml

Sample:
<Update xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FFWebAPIB2C.Models">
  <endDate>2024-10-11T12:52:45.9419198+05:30</endDate>
  <guid>sample string 6</guid>
  <isocode>sample string 7</isocode>
  <startDate>2024-10-11T12:52:45.9419198+05:30</startDate>
  <statusId>sample string 2</statusId>
  <trackMode>sample string 3</trackMode>
  <xref_ScheduleId>1</xref_ScheduleId>
</Update>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.