GET api/CancelBooking?userId={userId}&tokenKey={tokenKey}&trackingCode={trackingCode}
Documentation for 'Get'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userId | Documentation for 'userId'. |
Define this parameter in the request URI. |
| tokenKey | Documentation for 'tokenKey'. |
Define this parameter in the request URI. |
| trackingCode | Documentation for 'trackingCode'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"ErrorType": 1,
"Result": true
}