Skip to content

Commit

Permalink
Transfer search example update
Browse files Browse the repository at this point in the history
  • Loading branch information
gimperial committed Dec 12, 2023
1 parent b7b9956 commit 3a007b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
11 changes: 4 additions & 7 deletions spec/json/TransferSearch_v1_swagger_specification.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"version": "1.11.1",
"version": "1.11.2",
"title": "Transfer Search",
"description": "Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token. \n\nPlease also be aware that our test environment is based on a subset of the production for this API it may change dynamically. For your tests, use big cities like LON (London) or NYC (New-York)."
},
Expand Down Expand Up @@ -249,11 +249,9 @@
"endZipCode": "75007",
"endCountryCode": "FR",
"endName": "Souvenirs De La Tour",
"endGooglePlaceId": "ChIJL-DOWeBv5kcRfTbh97PimNc",
"endGeoCode": "48.859466,2.2976965",
"transferType": "PRIVATE",
"startDateTime": "2021-11-10T10:30:00",
"providerCodes": "TXO",
"startDateTime": "2024-04-10T10:30:00",
"passengers": 2,
"stopOvers": [
{
Expand All @@ -263,7 +261,6 @@
"countryCode": "FR",
"cityName": "Paris",
"zipCode": "75007",
"googlePlaceId": "DOWeBv5kcRfTbh97PimN",
"name": "De La Tours",
"geoCode": "48.859477,2.2976985",
"stateCode": "FR"
Expand All @@ -273,11 +270,11 @@
"transportationType": "FLIGHT",
"transportationNumber": "AF380",
"departure": {
"localDateTime": "2021-11-10T09:00:00",
"localDateTime": "2024-04-10T09:00:00",
"iataCode": "NCE"
},
"arrival": {
"localDateTime": "2021-11-10T10:00:00",
"localDateTime": "2024-04-10T10:00:00",
"iataCode": "CDG"
}
},
Expand Down
11 changes: 4 additions & 7 deletions spec/yaml/TransferSearch_v1_swagger_specification.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 1.11.1
version: 1.11.2
title: Transfer Search
description: |-
Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token.
Expand Down Expand Up @@ -296,11 +296,9 @@ paths:
endZipCode: '75007'
endCountryCode: FR
endName: Souvenirs De La Tour
endGooglePlaceId: ChIJL-DOWeBv5kcRfTbh97PimNc
endGeoCode: 48.859466,2.2976965
transferType: PRIVATE
startDateTime: '2021-11-10T10:30:00'
providerCodes: TXO
startDateTime: '2024-04-10T10:30:00'
passengers: 2
stopOvers:
- duration: PT2H30M
Expand All @@ -309,18 +307,17 @@ paths:
countryCode: FR
cityName: Paris
zipCode: '75007'
googlePlaceId: DOWeBv5kcRfTbh97PimN
name: De La Tours
geoCode: 48.859477,2.2976985
stateCode: FR
startConnectedSegment:
transportationType: FLIGHT
transportationNumber: AF380
departure:
localDateTime: '2021-11-10T09:00:00'
localDateTime: '2024-04-10T09:00:00'
iataCode: NCE
arrival:
localDateTime: '2021-11-10T10:00:00'
localDateTime: '2024-04-10T10:00:00'
iataCode: CDG
passengerCharacteristics:
- passengerTypeCode: ADT
Expand Down

0 comments on commit 3a007b8

Please sign in to comment.