POST api/Appointment/SaveNotSyncedAppointments
Request Information
URI Parameters
None.
Body Parameters
NotSyncedAppts| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data, text/plain, application/xml, text/xml
Sample:
Sample not available.