GET api/CheckIn
Returns information used in an appointment check in process.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CheckInInformationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PreviousAppointment |
Information about the previous appointment. |
AppointmentModel |
None. |
| CurrentAppointment |
Information about the current appointment. |
AppointmentModel |
None. |
| NextAppointment |
Information about the next appointment. |
AppointmentModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"PreviousAppointment": {
"Id": "b74a9fcb-9a7e-45de-b0f8-374c6b3988b2",
"ItemType": "sample string 2",
"ExternalId": "sample string 3",
"LocationId": "d1bbb02c-b526-479c-93c7-7be192b9e772",
"LocationName": "sample string 5",
"LocationPhoneNumber": "sample string 6",
"LocationEmailAddress": "sample string 7",
"LocationPostalAddress": {
"Id": "7a4ba404-003c-4d0d-8cf5-c361380649fc",
"Alias": "sample string 2",
"Address1": "sample string 3",
"Address2": "sample string 4",
"City": "sample string 5",
"State": "sample string 6",
"CountryId": "d77f0166-922d-4463-8e2b-e88584c6587d",
"CountryCode": "sample string 7",
"CountryName": "sample string 8",
"Zip": "sample string 9",
"Default": true,
"Latitude": 1.0,
"Longitude": 1.0
},
"DoctorId": "1794c344-ce67-4fcc-aac8-b451e71f6bb6",
"DoctorFirstName": "sample string 9",
"DoctorLastName": "sample string 10",
"DoctorFullName": "sample string 11",
"Status": "sample string 12",
"Start": "sample string 13",
"End": "sample string 14",
"SelectedDateRange": "sample string 15",
"PreferredDays": "sample string 16",
"SelectedPreferredTime": "sample string 17",
"RequestType": "sample string 18"
},
"CurrentAppointment": {
"Id": "b74a9fcb-9a7e-45de-b0f8-374c6b3988b2",
"ItemType": "sample string 2",
"ExternalId": "sample string 3",
"LocationId": "d1bbb02c-b526-479c-93c7-7be192b9e772",
"LocationName": "sample string 5",
"LocationPhoneNumber": "sample string 6",
"LocationEmailAddress": "sample string 7",
"LocationPostalAddress": {
"Id": "7a4ba404-003c-4d0d-8cf5-c361380649fc",
"Alias": "sample string 2",
"Address1": "sample string 3",
"Address2": "sample string 4",
"City": "sample string 5",
"State": "sample string 6",
"CountryId": "d77f0166-922d-4463-8e2b-e88584c6587d",
"CountryCode": "sample string 7",
"CountryName": "sample string 8",
"Zip": "sample string 9",
"Default": true,
"Latitude": 1.0,
"Longitude": 1.0
},
"DoctorId": "1794c344-ce67-4fcc-aac8-b451e71f6bb6",
"DoctorFirstName": "sample string 9",
"DoctorLastName": "sample string 10",
"DoctorFullName": "sample string 11",
"Status": "sample string 12",
"Start": "sample string 13",
"End": "sample string 14",
"SelectedDateRange": "sample string 15",
"PreferredDays": "sample string 16",
"SelectedPreferredTime": "sample string 17",
"RequestType": "sample string 18"
},
"NextAppointment": {
"Id": "b74a9fcb-9a7e-45de-b0f8-374c6b3988b2",
"ItemType": "sample string 2",
"ExternalId": "sample string 3",
"LocationId": "d1bbb02c-b526-479c-93c7-7be192b9e772",
"LocationName": "sample string 5",
"LocationPhoneNumber": "sample string 6",
"LocationEmailAddress": "sample string 7",
"LocationPostalAddress": {
"Id": "7a4ba404-003c-4d0d-8cf5-c361380649fc",
"Alias": "sample string 2",
"Address1": "sample string 3",
"Address2": "sample string 4",
"City": "sample string 5",
"State": "sample string 6",
"CountryId": "d77f0166-922d-4463-8e2b-e88584c6587d",
"CountryCode": "sample string 7",
"CountryName": "sample string 8",
"Zip": "sample string 9",
"Default": true,
"Latitude": 1.0,
"Longitude": 1.0
},
"DoctorId": "1794c344-ce67-4fcc-aac8-b451e71f6bb6",
"DoctorFirstName": "sample string 9",
"DoctorLastName": "sample string 10",
"DoctorFullName": "sample string 11",
"Status": "sample string 12",
"Start": "sample string 13",
"End": "sample string 14",
"SelectedDateRange": "sample string 15",
"PreferredDays": "sample string 16",
"SelectedPreferredTime": "sample string 17",
"RequestType": "sample string 18"
}
}
application/xml, text/xml
Sample:
<CheckInInformationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Mobile.Api.Models.Appointments">
<CurrentAppointment>
<DoctorFirstName>sample string 9</DoctorFirstName>
<DoctorFullName>sample string 11</DoctorFullName>
<DoctorId>1794c344-ce67-4fcc-aac8-b451e71f6bb6</DoctorId>
<DoctorLastName>sample string 10</DoctorLastName>
<End>sample string 14</End>
<ExternalId>sample string 3</ExternalId>
<Id>b74a9fcb-9a7e-45de-b0f8-374c6b3988b2</Id>
<ItemType>sample string 2</ItemType>
<LocationEmailAddress>sample string 7</LocationEmailAddress>
<LocationId>d1bbb02c-b526-479c-93c7-7be192b9e772</LocationId>
<LocationName>sample string 5</LocationName>
<LocationPhoneNumber>sample string 6</LocationPhoneNumber>
<LocationPostalAddress xmlns:d3p1="http://schemas.datacontract.org/2004/07/GlobalPortal.Mobile.Api.Models.Contacts">
<d3p1:Address1>sample string 3</d3p1:Address1>
<d3p1:Address2>sample string 4</d3p1:Address2>
<d3p1:Alias>sample string 2</d3p1:Alias>
<d3p1:City>sample string 5</d3p1:City>
<d3p1:CountryCode>sample string 7</d3p1:CountryCode>
<d3p1:CountryId>d77f0166-922d-4463-8e2b-e88584c6587d</d3p1:CountryId>
<d3p1:CountryName>sample string 8</d3p1:CountryName>
<d3p1:Default>true</d3p1:Default>
<d3p1:Id>7a4ba404-003c-4d0d-8cf5-c361380649fc</d3p1:Id>
<d3p1:Latitude>1</d3p1:Latitude>
<d3p1:Longitude>1</d3p1:Longitude>
<d3p1:State>sample string 6</d3p1:State>
<d3p1:Zip>sample string 9</d3p1:Zip>
</LocationPostalAddress>
<PreferredDays>sample string 16</PreferredDays>
<RequestType>sample string 18</RequestType>
<SelectedDateRange>sample string 15</SelectedDateRange>
<SelectedPreferredTime>sample string 17</SelectedPreferredTime>
<Start>sample string 13</Start>
<Status>sample string 12</Status>
</CurrentAppointment>
<NextAppointment>
<DoctorFirstName>sample string 9</DoctorFirstName>
<DoctorFullName>sample string 11</DoctorFullName>
<DoctorId>1794c344-ce67-4fcc-aac8-b451e71f6bb6</DoctorId>
<DoctorLastName>sample string 10</DoctorLastName>
<End>sample string 14</End>
<ExternalId>sample string 3</ExternalId>
<Id>b74a9fcb-9a7e-45de-b0f8-374c6b3988b2</Id>
<ItemType>sample string 2</ItemType>
<LocationEmailAddress>sample string 7</LocationEmailAddress>
<LocationId>d1bbb02c-b526-479c-93c7-7be192b9e772</LocationId>
<LocationName>sample string 5</LocationName>
<LocationPhoneNumber>sample string 6</LocationPhoneNumber>
<LocationPostalAddress xmlns:d3p1="http://schemas.datacontract.org/2004/07/GlobalPortal.Mobile.Api.Models.Contacts">
<d3p1:Address1>sample string 3</d3p1:Address1>
<d3p1:Address2>sample string 4</d3p1:Address2>
<d3p1:Alias>sample string 2</d3p1:Alias>
<d3p1:City>sample string 5</d3p1:City>
<d3p1:CountryCode>sample string 7</d3p1:CountryCode>
<d3p1:CountryId>d77f0166-922d-4463-8e2b-e88584c6587d</d3p1:CountryId>
<d3p1:CountryName>sample string 8</d3p1:CountryName>
<d3p1:Default>true</d3p1:Default>
<d3p1:Id>7a4ba404-003c-4d0d-8cf5-c361380649fc</d3p1:Id>
<d3p1:Latitude>1</d3p1:Latitude>
<d3p1:Longitude>1</d3p1:Longitude>
<d3p1:State>sample string 6</d3p1:State>
<d3p1:Zip>sample string 9</d3p1:Zip>
</LocationPostalAddress>
<PreferredDays>sample string 16</PreferredDays>
<RequestType>sample string 18</RequestType>
<SelectedDateRange>sample string 15</SelectedDateRange>
<SelectedPreferredTime>sample string 17</SelectedPreferredTime>
<Start>sample string 13</Start>
<Status>sample string 12</Status>
</NextAppointment>
<PreviousAppointment>
<DoctorFirstName>sample string 9</DoctorFirstName>
<DoctorFullName>sample string 11</DoctorFullName>
<DoctorId>1794c344-ce67-4fcc-aac8-b451e71f6bb6</DoctorId>
<DoctorLastName>sample string 10</DoctorLastName>
<End>sample string 14</End>
<ExternalId>sample string 3</ExternalId>
<Id>b74a9fcb-9a7e-45de-b0f8-374c6b3988b2</Id>
<ItemType>sample string 2</ItemType>
<LocationEmailAddress>sample string 7</LocationEmailAddress>
<LocationId>d1bbb02c-b526-479c-93c7-7be192b9e772</LocationId>
<LocationName>sample string 5</LocationName>
<LocationPhoneNumber>sample string 6</LocationPhoneNumber>
<LocationPostalAddress xmlns:d3p1="http://schemas.datacontract.org/2004/07/GlobalPortal.Mobile.Api.Models.Contacts">
<d3p1:Address1>sample string 3</d3p1:Address1>
<d3p1:Address2>sample string 4</d3p1:Address2>
<d3p1:Alias>sample string 2</d3p1:Alias>
<d3p1:City>sample string 5</d3p1:City>
<d3p1:CountryCode>sample string 7</d3p1:CountryCode>
<d3p1:CountryId>d77f0166-922d-4463-8e2b-e88584c6587d</d3p1:CountryId>
<d3p1:CountryName>sample string 8</d3p1:CountryName>
<d3p1:Default>true</d3p1:Default>
<d3p1:Id>7a4ba404-003c-4d0d-8cf5-c361380649fc</d3p1:Id>
<d3p1:Latitude>1</d3p1:Latitude>
<d3p1:Longitude>1</d3p1:Longitude>
<d3p1:State>sample string 6</d3p1:State>
<d3p1:Zip>sample string 9</d3p1:Zip>
</LocationPostalAddress>
<PreferredDays>sample string 16</PreferredDays>
<RequestType>sample string 18</RequestType>
<SelectedDateRange>sample string 15</SelectedDateRange>
<SelectedPreferredTime>sample string 17</SelectedPreferredTime>
<Start>sample string 13</Start>
<Status>sample string 12</Status>
</PreviousAppointment>
</CheckInInformationModel>