GET api/v1/banzaifieldservices/{PartnerId}/Appointment/{AppointmentId}/IsAlive
Check if the appointment is still valid and it was not moved to the delete queue or cancelled
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PartnerId |
The partner identifier: 1 = 'ePRICE' |
integer |
Required |
AppointmentId |
The Appointment identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/plain, application/octet-stream
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
text/javascript, application/javascript, application/json-p
Sample:
(true);