POST api/Extreme/BookFreeAurorasTour
Request Information
URI Parameters
None.
Body Parameters
RebookModelName | Description | Type | Additional information |
---|---|---|---|
bookingConfirmationCode | string |
None. |
|
pax | integer |
None. |
|
pickupPlaceId | integer |
None. |
|
date | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "bookingConfirmationCode": "sample string 1", "pax": 2, "pickupPlaceId": 3, "date": "2025-08-31T01:29:29.130588+00:00" }
application/xml, text/xml
Sample:
<RebookModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <bookingConfirmationCode>sample string 1</bookingConfirmationCode> <pax>2</pax> <pickupPlaceId>3</pickupPlaceId> <date>2025-08-31T01:29:29.130588+00:00</date> </RebookModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultName | Description | Type | Additional information |
---|---|---|---|
Status | ResultStatus |
None. |
|
Message | string |
None. |
|
Id | globally unique identifier |
None. |
|
IdInt | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 0, "Message": "sample string 1", "Id": "c7e5f4a4-715b-4e4d-b1e6-7bb4c978c773", "IdInt": 2 }
application/xml, text/xml
Sample:
<Result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Status>NOT_FOUND</Status> <Message>sample string 1</Message> <Id>c7e5f4a4-715b-4e4d-b1e6-7bb4c978c773</Id> <IdInt>2</IdInt> </Result>