Locations Search - OTA_VehLocSearchRQ
To ensure the security of your credentials provided to you, the integrating merchant developer must safeguard the credentials on their back-end at all times, they should not be visible on the front-end for any reason.
Complete your list of pick-up locations with our endpoint
This request is to get whole branch offices list. There are two different ways to get the active locations
Request Variables
| Var_Name | Type | Source | Notes |
|---|---|---|---|
| RequestorID.ID* | Int | See setup var names | |
| CodeRef.LocationCode | Int | See setup var names |
1. This example requests a list of all pickup branch offices available.
2. This example requests a list of all drop-off branch offices allowed from one particular branch office.
Response Variables
| Var. Name | Type | Source | Notes |
|---|---|---|---|
| LocationDetail.Code | Int | LocCodePU | The ID of the branch office. |
| LocationDetail.CodeContext | Int | IATA Code | In case the branch office has an IATA code. |
| AddressLine | String | The branch office address. | |
| CityName | String | ||
| CountryName | String | ||
| Thelephone | String | ||
| VehRentLocInfo.Title | String | VLI.2. It is assigned for the Hours operation info. | |
| VehRentLocInfo.Paragraph | String | Is the content of the VehRentLocInfo.Title, It coulb be two options: 24 hours or 12 Hours. | |
| VehRentLocInfo.ParkLocation | String | OTA Standard VWF: 7 = City center/downtown, 2 = Shuttle on airport | |
| OperationSchedule.Start OperationSchedule.End |
String | Service hours. Format: (H:i) | |
| OperationTimes.Timestamp(D) | Bool | This tag informs you the work days. | |
| Shuttle.OperationSchedule.Start Shuttle.OperationSchedule.End |
String | Format (H:i). In case the locations do not include the shuttle, will show “Not available”. | |
| Shuttle.OperationSchedule.Start Shuttle.OperationSchedule.End |
String | Format (H:i). In case the locations do not include the shuttle, will show “Not available”. | |
| Shuttle.OperationTimes.Timestamp(D) | Bool | This tag informs you the shuttle work days. | |
| OneWayDropLocation.LocationCode | Int | Those are drop off locations allowed to the location. | |
| OneWayDropLocation.CodeContext | String | This is IATA Code (Airport Location). | |
| TPA_Extensions.Name | String | This is the name of the drop off location. | |
| VehLocSearchCriterion.Position.Latitude VehLocSearchCriterion.Position.Longitude |
String | The geo-localization. |