GET common-data/online-appointment-status
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResultOfOnlineAppointmentStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | OnlineAppointmentStatus |
None. |
|
| Messages | Collection of string |
None. |
|
| Succeeded | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"IsClosed": true,
"ClosingReason": "sample string 2"
},
"Messages": [
"sample string 1",
"sample string 2"
],
"Succeeded": true
}
application/xml, text/xml
Sample:
<ResultOfOnlineAppointmentStatusU3sjJ560 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZoeLife.Shared.Wrapper">
<Messages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Messages>
<Succeeded>true</Succeeded>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/ZoeLife.BusinessServices.Services">
<d2p1:ClosingReason>sample string 2</d2p1:ClosingReason>
<d2p1:IsClosed>true</d2p1:IsClosed>
</Data>
</ResultOfOnlineAppointmentStatusU3sjJ560>