GET api/Appointment/GetIdentifyByAuditToken?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

None.

Response Information

Resource Description

DriderAppointmentIdentifyModel
NameDescriptionTypeAdditional 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
}