Hi!
Just to make sure, that I am not missing something here... But does your wrapper provide a way to transmit JSON-payloads to the APIs endpoints?
One example is for example the v2.shop.cars, which expects a requestbody like this:
{
"OTA_VehAvailRateRQ": {
"VehAvailRQCore": {
"QueryType": "Shop",
"VehRentalCore": {
"PickUpDateTime": "07-08T09:00",
"ReturnDateTime": "07-09T11:00",
"PickUpLocation": {
"LocationCode": "DFW"
}
}
}
}
}
Hi!
Just to make sure, that I am not missing something here... But does your wrapper provide a way to transmit JSON-payloads to the APIs endpoints?
One example is for example the v2.shop.cars, which expects a requestbody like this:
{ "OTA_VehAvailRateRQ": { "VehAvailRQCore": { "QueryType": "Shop", "VehRentalCore": { "PickUpDateTime": "07-08T09:00", "ReturnDateTime": "07-09T11:00", "PickUpLocation": { "LocationCode": "DFW" } } } } }