POST api/AppointmentNotification/ScheduleAppointmentMessage

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AppointmentMessageQueueDTO
NameDescriptionTypeAdditional information
Status

integer

None.

TotalCount

integer

None.

SucessCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "TotalCount": 2,
  "SucessCount": 3
}