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
}