GET api/TourTransactions/ItineraryData?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TourTransactionBuilderViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Title | string |
None. |
|
| RegionDestination | string |
None. |
|
| CityDestination | string |
None. |
|
| AdultPaxQty | integer |
None. |
|
| ChildPaxQty | integer |
None. |
|
| InfantPaxQty | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| AccommodationService | string |
None. |
|
| TransportationService | string |
None. |
|
| AttractionService | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.