There are two suppliers - Sunny Cars and Cardelmar, who offer multiple pickup and dropoff offices within a single Location.
How it works?
The car search request stays without changes. The same location keys are used and the response has the same structure.
The changes are seen in cars details response:
DropoffOffice and PickupOffice offices lists, where each office defined by Name and OfficeId fields
And two new fields are added to the booking request:
DropOffStationId and PickUpStationId
Please download attached examples.
Comments