POST api/Appointment/SaveNotSyncedAppointments

Request Information

URI Parameters

None.

Body Parameters

NotSyncedAppts
NameDescriptionTypeAdditional information
AppointmentId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AppointmentId": 1
}

multipart/form-data, text/plain

Sample:
{"AppointmentId":1}

application/xml, text/xml

Sample:
<FO_API_Utilities_GLOBAL_Class.NotSyncedAppts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FO_API_Utilities">
  <AppointmentId>1</AppointmentId>
</FO_API_Utilities_GLOBAL_Class.NotSyncedAppts>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NotSyncedAppts'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data, text/plain, application/xml, text/xml

Sample:

Sample not available.