GET Quotation / Reservation by ID
The Quotation / Reservation by ID API will show you the information about the quotation or reservation you requested with its specific ID.Â
[ENDPOINT]/ToursysConnectionApi/api/quotations/{quotationId}
Headers
X-API-KEY generatedToken
Example Request
curl --location -g --request GET '[ENDPOINT]/ToursysConnectionApi/api/quotations/{quotationId}' \
--header 'X-API-KEY: generatedToken'
--data '{
"quotation_id": 24500,
"quotation_name": "Testing Quotation",
"quotation_status": "QUOTATION",
"quotation_was_exported": "False",
"quotation_start_date": "27-Jan-2027",
"quotation_end_date": "31-Jan-2027",
"quotation_created_by": "550",
"quotation_created_date": "19-Jan-2023 2:10 PM",
"quotation_updated_by": "550",
"quotation_updated_date": "19-Jan-2023 2:23 PM",
"quotation_internal_comments": "VIP Client",
"quotation_observations": "They have two children, we will need special car chairs",
"quotation_special_remarks": "They want water bottles when they are traveling.",
"quotation_business_currency_code": "USD",
"quotation_business_currency_symbol": "$",
"quotation_net_sub_total": 350.0,
"quotation_net_tax": 0.0,
"quotation_net_total": 350.0,
"quotation_rack_sub_total": 455.0,
"quotation_rack_tax": 81.9,
"quotation_rack_total": 536.9,
"quotation_customer_currency_code": "USD",
"quotation_customer_currency_symbol": "$",
"quotation_customer_rack_sub_total": 455.0,
"quotation_customer_rack_tax": 81.9,
"quotation_customer_rack_total": 536.9,
"quotation_customer_code": "LatinTours",
"quotation_customer_name": "LatinTours",
"quotation_customer_language": "English"
}'