POST api/Extreme/BookFreeAurorasTour
Request Information
URI Parameters
None.
Body Parameters
RebookModel| Name | 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": "2026-03-23T09:07:06.6410701+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>2026-03-23T09:07:06.6410701+00:00</date> </RebookModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | 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": "ea5b9cb7-0798-4f5b-bfa8-321cd40a9970",
"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>ea5b9cb7-0798-4f5b-bfa8-321cd40a9970</Id> <IdInt>2</IdInt> </Result>