POST api/AppointmentNotification/ScheduleAppointmentMessage
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AppointmentMessageQueueDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| TotalCount | integer |
None. |
|
| SucessCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"TotalCount": 2,
"SucessCount": 3
}
application/xml, text/xml
Sample:
<AppointmentMessageQueueDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <Status>1</Status> <SucessCount>3</SucessCount> <TotalCount>2</TotalCount> </AppointmentMessageQueueDTO>