GET api/Appointment/GetIdentifyByAuditToken?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DriderAppointmentIdentifyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AppointmentId | integer |
None. |
|
| DriverReserveGuid | string |
None. |
|
| DriverReserveId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"AppointmentId": 1,
"DriverReserveGuid": "sample string 2",
"DriverReserveId": 3
}