POST smp/check-appointment

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseModelOfAppointmentModel
NameDescriptionTypeAdditional information
Result

AppointmentModel

None.

status_code

string

None.

status_message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": {
    "appointment_status": "sample string 1"
  },
  "status_code": "sample string 1",
  "status_message": "sample string 2"
}

application/xml, text/xml

Sample:
<ResponseModelOfAppointmentModel5QzZSruc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Queue.Objects.DTO.SmpService">
  <status_code xmlns="http://schemas.datacontract.org/2004/07/Queue.Objects.DTO">sample string 1</status_code>
  <status_message xmlns="http://schemas.datacontract.org/2004/07/Queue.Objects.DTO">sample string 2</status_message>
  <Result>
    <appointment_status>sample string 1</appointment_status>
  </Result>
</ResponseModelOfAppointmentModel5QzZSruc>