Download OpenAPI specification:Download
This endpoint returns the trips and associated PNR's for an organisation, depending on the updated time and pnrType.
OK
Unauthorized
Forbidden
The specified resource was not found.
{- "organizationId": {
- "id": "string"
}, - "updatedAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "pnrType": "AIR",
- "customFieldIds": [
- {
- "type": "QUESTION",
- "externalId": "string"
}
]
}
{- "trips": [
- {
- "tripId": "6926658168",
- "pnrInfos": [
- {
- "pnrId": "6789533589",
- "customFields": [
- {
- "id": "string",
- "type": "QUESTION",
- "description": "GLOBAL OFFSITE 2022"
}
]
}
], - "tripName": "SFO - DEL Meeting",
- "tripDescription": "SFO-DEL 22-04-2022",
- "applicationId": "97ab27fa-30e2-43e3-92a3-160e80f4c0d5"
}
]
}
This endpoint creates a trip object. A trip is a container object for all related PNRs associated with a trip.
Created
Bad request
Unauthorized
Forbidden
{- "tripName": "string",
- "tripDescription": "string",
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "registrarId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}
{- "id": "string"
}
This endpoint gets trip by ID.
OK
Unauthorized
Forbidden
The specified resource was not found.
{- "tripId": "6926658168",
- "tripName": "JFK SFO Trip",
- "tripDescription": "JFK SFO Business Trip",
- "applicationId": "97ab27fa-30e2-43e3-92a3-160e80f4c0d5",
- "startDate": {
- "iso8601": "2017-07-21"
}, - "endDate": {
- "iso8601": "2017-07-21"
}
}
This endpoint updates trip by ID.
Updated Successfully
Bad request
Unauthorized
Forbidden
The specified resource was not found.
{- "tripId": "6926658168",
- "tripName": "JFK SFO Trip",
- "tripDescription": "JFK SFO Business Trip"
}
{- "debugIdentifier": "string",
- "errorMessages": [
- {
- "errorCode": "string",
- "message": "string",
- "errorParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "errorDetail": "string"
}
]
}
This endpoint gets trip details for a given trip ID.
OK
Unauthorized
Forbidden
The specified resource was not found.
{- "basicTripInfo": {
- "tripId": "6926658168",
- "tripName": "JFK SFO Trip",
- "tripDescription": "JFK SFO Business Trip",
- "applicationId": "97ab27fa-30e2-43e3-92a3-160e80f4c0d5",
- "startDate": {
- "iso8601": "2017-07-21"
}, - "endDate": {
- "iso8601": "2017-07-21"
}
}, - "pnrs": [
- {
- "pnrId": "6926658168",
- "data": {
- "version": 1,
- "createdVia": "OFFLINE",
- "initialVersionCreatedVia": "OFFLINE",
- "sourceInfo": {
- "sourcePnrId": "AEDAVF",
- "bookingSource": "United.com",
- "thirdParty": "United.com",
- "bookingDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "posDescriptor": "LA5K",
- "iataNumber": "426666"
}, - "invoiceDelayedBooking": false,
- "travelers": [
- {
- "travelerPersonalInfo": {
- "loyaltyInfos": [
- null
], - "travelPref": {
- "airPref": null,
- "preferredCurrency": null,
- "railCards": [ ],
- "railPref": null,
- "carPref": null,
- "hotelPref": null
}
}, - "user": {
- "addresses": [
- null
], - "dob": {
- "iso8601": null
}, - "email": "example@email.com",
- "emergencyContactInfo": {
- "address": null,
- "designation": null,
- "email": null,
- "name": null,
- "phoneNumber": null,
- "userOrgId": null
}, - "emergencyContact": {
- "name": null,
- "email": null,
- "designation": null,
- "relation": null,
- "phoneNumbers": [ ],
- "preferredLanguage": null
}, - "gender": "FEMALE",
- "identityDocs": [
- {
- "passport": {
- "docId": "PASSPORTID",
- "expiryDate": {
- "iso8601": "2017-07-21"
}, - "issueCountry": "IN",
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "nationalityCountry": "IN",
- "type": "REGULAR"
}
}, - {
- "ktn": {
- "number": "123456",
- "issueCountry": "US"
}
}
], - "name": {
- "family1": null,
- "family2": null,
- "given": null,
- "middle": null,
- "suffix": null,
- "preferred": null
}, - "paymentInfos": [
- null
], - "phoneNumbers": [
- null
], - "profilePicture": {
- "data": null,
- "dimensions": null,
- "url": null
}, - "nationality": "Indian",
- "title": "MR"
}, - "userBusinessInfo": {
- "department": {
- "id": null,
- "name": null,
- "externalId": null,
- "employeeCount": null
}, - "designation": "MANAGER",
- "email": "user@business.com",
- "employeeId": "101",
- "grade": {
- "employeeCount": null,
- "id": null,
- "name": null
}, - "legalEntityId": {
- "id": null
}, - "managerBasicInfo": {
- "userOrgId": null,
- "persona": null,
- "email": null,
- "name": null,
- "profilePicture": null,
- "tier": null,
- "phoneNumber": null,
- "employeeId": null,
- "isActive": null
}, - "office": {
- "address": null,
- "id": null,
- "name": null,
- "latlng": null,
- "taxId": null
}, - "organizationId": {
- "id": null
}, - "phoneNumbers": [
- null
], - "userCostCenter": {
- "employeeCount": null,
- "id": null,
- "name": null,
- "externalId": null
}, - "designatedApproverInfos": [
- null
], - "designatedApproverUserIds": [
- null
], - "authorizerEmail": "example@email.com"
}, - "userOrgId": {
- "organizationAgencyId": {
- "id": null
}, - "organizationId": {
- "id": null
}, - "userId": {
- "id": null
}, - "tmcInfo": {
- "id": null,
- "primaryServiceProviderTmc": null,
- "secondaryServiceProviderTmcs": [ ],
- "partnerTmcId": null
}, - "tmcBasicInfo": {
- "contractingTmc": null,
- "bookingTmc": null
}
}, - "persona": "EMPLOYEE",
- "isActive": true,
- "tier": "SEAT1A",
- "adhocUserInfo": {
- "profileOwner": {
- "userId": null
}, - "isSaved": false
}, - "externalId": "string"
}
], - "pnrTravelers": [
- {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "travelerInfo": {
- "userId": {
- "id": null
}
}, - "personalInfo": {
- "addresses": [
- null
], - "dob": {
- "iso8601": null
}, - "email": "example@email.com",
- "emergencyContactInfo": {
- "address": null,
- "designation": null,
- "email": null,
- "name": null,
- "phoneNumber": null,
- "userOrgId": null
}, - "gender": "FEMALE",
- "identityDocs": [
- {
- "passport": {
- "docId": "PASSPORTID",
- "expiryDate": {
- "iso8601": "2017-07-21"
}, - "issueCountry": "IN",
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "nationalityCountry": "IN",
- "type": "REGULAR"
}
}, - {
- "ktn": {
- "number": "123456",
- "issueCountry": "US"
}
}
], - "name": {
- "family1": null,
- "family2": null,
- "given": null,
- "middle": null,
- "suffix": null,
- "preferred": null
}, - "phoneNumbers": [
- null
], - "profilePicture": {
- "data": null,
- "dimensions": null,
- "url": null
}, - "nationality": "Indian",
- "title": "MR",
- "preferredLanguage": "en-US",
- "preferredPronoun": "SHE_HER_HERS",
- "travelerName": {
- "family1": null,
- "family2": null,
- "given": null,
- "middle": null,
- "suffix": null,
- "preferred": null
}, - "emergencyContact": {
- "name": null,
- "email": null,
- "designation": null,
- "relation": null,
- "phoneNumbers": [ ],
- "preferredLanguage": null
}
}, - "loyalties": [
- {
- "appliedTo": [ ],
- "id": null,
- "issuedBy": null,
- "type": null
}
], - "persona": "EMPLOYEE",
- "businessInfo": {
- "legalEntity": {
- "id": null,
- "name": null,
- "ein": null,
- "externalId": null,
- "companySpecifiedAttributes": [ ]
}, - "companyId": {
- "id": null
}, - "companyInfo": {
- "id": null,
- "name": null,
- "externalId": null
}, - "workerType": "EMPLOYEE",
- "employeeId": "1234",
- "companySpecifiedAttributes": [
- null
], - "userCostCenter": {
- "employeeCount": null,
- "id": null,
- "name": null,
- "externalId": null
}, - "grade": {
- "employeeCount": null,
- "id": null,
- "name": null
}, - "office": {
- "address": null,
- "id": null,
- "name": null,
- "latlng": null,
- "taxId": null
}, - "department": {
- "id": null,
- "name": null,
- "externalId": null
}, - "accountingCode": "123"
}
}
], - "costOfGoodsSold": {
- "payments": [
- {
- "travelerIndices": [
- 0,
- 1
], - "userIds": [
- null
], - "amount": {
- "base": null,
- "tax": null
}, - "fop": {
- "type": null,
- "card": null,
- "additionalInfo": null,
- "accessType": null,
- "paymentMethod": null,
- "paymentMetadata": null,
- "paymentSourceType": null
}, - "paymentReference": "HAH2618716871",
- "paymentType": "FLIGHTS",
- "paymentThirdParty": "STRIPE",
- "paymentId": "string",
- "paymentGateway": "STRIPE",
- "isRefunded": false,
- "selectedPaymentSource": {
- "paymentSourceId": null,
- "rawPaymentSource": null,
- "postPaymentRedirectionUrl": null,
- "cvv": null,
- "amount": null
}, - "networkTransactionId": "721107212171711"
}
]
}, - "costToCustomer": {
- "payments": [
- {
- "travelerIndices": [
- 0,
- 1
], - "userIds": [
- null
], - "amount": {
- "base": null,
- "tax": null
}, - "fop": {
- "type": null,
- "card": null,
- "additionalInfo": null,
- "accessType": null,
- "paymentMethod": null,
- "paymentMetadata": null,
- "paymentSourceType": null
}, - "paymentReference": "HAH2618716871",
- "paymentType": "FLIGHTS",
- "paymentThirdParty": "STRIPE",
- "paymentId": "string",
- "paymentGateway": "STRIPE",
- "isRefunded": false,
- "selectedPaymentSource": {
- "paymentSourceId": null,
- "rawPaymentSource": null,
- "postPaymentRedirectionUrl": null,
- "cvv": null,
- "amount": null
}, - "networkTransactionId": "721107212171711"
}
]
}, - "isFinalized": false,
- "policyInfo": {
- "outOfPolicy": false,
- "approverName": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "reasonCode": "TIMING_OR_SCHEDULING",
- "reason": "Business class cheaper than economy",
- "appliedPolicyInfo": {
- "policies": [
- {
- "id": null,
- "version": null,
- "policyName": null,
- "approvalType": null,
- "policyType": null
}
], - "ruleResultInfos": [
- {
- "violationInfos": [ ],
- "subViolationInfos": [ ],
- "actions": [ ]
}
]
}
}, - "airPnr": {
- "legs": [
- {
- "flights": [
- null
], - "brandName": "BUSFLEX",
- "validatingAirlineCode": "AA",
- "legStatus": "PENDING_STATUS",
- "sortingPriority": 1,
- "travelerRestrictions": [
- { }
], - "fareOffers": [
- { }
], - "legId": "1",
- "rateType": "PUBLISHED",
- "legUpdates": {
- "connectionAlerts": [ ]
}, - "preferredTypes": [
- null
], - "preferences": [
- null
], - "scheduleChangeInfo": {
- "flightIndices": [ ],
- "disruptedFlightIndices": [ ]
}
}
], - "airPnrRemarks": [
- {
- "remarkString": "COMPLEATREMARK"
}
], - "travelerInfos": [
- {
- "airVendorCancellationInfo": {
- "airVendorCancellationObjects": [ ]
}, - "travelerIdx": 0,
- "userId": {
- "id": null
}, - "paxType": "ADULT",
- "tickets": [
- null
], - "boardingPass": [
- null
], - "booking": {
- "seats": [ ],
- "luggageDetails": [ ],
- "otherAncillaries": [ ],
- "itinerary": { },
- "otherCharges": [ ]
}, - "appliedCredits": [
- null
], - "specialServiceRequestInfos": [
- null
]
}
], - "automatedCancellationInfo": {
- "supportedCancellations": [
- {
- "cancelType": null,
- "maxCancellationDateTime": null,
- "totalFare": null,
- "penalty": null,
- "merchantFee": null,
- "refund": null
}
]
}, - "automatedExchangeInfo": {
- "supportedExchanges": [
- {
- "legInfos": [ ]
}
]
}, - "bookingMetadata": {
- "fareStatistics": {
- "statisticsItems": [
- null
]
}
}, - "otherServiceInfos": [
- {
- "customText": "Wheelchair access",
- "flightIndexes": [
- null
]
}
], - "holdDeadline": {
- "holdDeadline": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "airPriceOptimizationMetadata": {
- "oldTickets": [
- "0111234567890"
], - "newTickets": [
- "0111234567890"
], - "oldPnrId": "6789533589",
- "newPnrId": "6789533589",
- "oldPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "newPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "priceDrop": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "penaltyPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "disruptedFlightDetails": [
- {
- "departureDateTime": {
- "iso8601": null
}, - "arrivalDateTime": {
- "iso8601": null
}, - "cabin": "ECONOMY",
- "originAirportCode": "SFO",
- "destinationAirportCode": "LHR",
- "marketing": {
- "num": null,
- "airlineCode": null
}, - "operating": {
- "num": null,
- "airlineCode": null
}
}
]
}, - "hotelPnr": {
- "checkInDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "checkOutDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "hotelInfo": {
- "address": {
- "addressLines": [
- null
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- null
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": null,
- "longitude": null
}
}, - "chainCode": "RF",
- "chainName": "Red Roof Inns",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "email": "user@business.com",
- "hotelId": "100094780",
- "name": "San Francisco Airport Red Roof",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "starRating": 3.5,
- "fax": [
- {
- "countryCode": null,
- "countryCodeSource": null,
- "extension": null,
- "isoCountryCode": null,
- "italianLeadingZero": null,
- "nationalNumber": null,
- "numberOfLeadingZeros": null,
- "preferredDomesticCarrierCode": null,
- "rawInput": null,
- "type": null
}
], - "masterChainCode": "EM",
- "brandName": "Marriott Hotel Brands",
- "amenities": [
- {
- "type": null,
- "additionalInfo": null,
- "complimentary": null
}
], - "additionalAmenities": [
- "Room service",
- "Wifi"
], - "imageSets": [
- {
- "category": null,
- "imageGroup": null
}
], - "descriptions": [
- {
- "type": null,
- "value": null
}
], - "thirdPartyHotelCodes": [
- {
- "hotelCode": null,
- "hotelCodeType": null
}
]
}, - "numberOfRooms": 1,
- "payment": {
- "paymentType": "PREPAID",
- "description": "string"
}, - "pnrStatus": "CONFIRMED",
- "room": {
- "bedCount": 1,
- "bedType": "SINGLE",
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": null
}, - "deadlineUtc": {
- "iso8601": null
}, - "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "rateInfo": {
- "nightlyRate": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "totalRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "overallPenaltyCharged": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "publishedRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "publishedNightlyRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "prepaidRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "postpaidRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "rateCode": "SIG",
- "isModifiable": false,
- "isFopModifiable": true
}, - "roomName": "Standard Twin Room (City View)",
- "imageSets": [
- {
- "category": null,
- "imageGroup": null
}
], - "meals": {
- "mealsIncluded": [
- null
], - "mealPlan": "ENGLISH_BREAKFAST"
}, - "roomAmenities": [
- {
- "additionalInfo": null,
- "isComplimentary": null,
- "roomAmenityType": null
}
], - "amenities": [
- {
- "additionalInfo": null,
- "complimentary": null,
- "type": null
}
], - "additionalAmenities": [
- "string"
], - "guaranteeType": "GUARANTEE",
- "additionalDetails": [
- {
- "additionalDetailType": null,
- "text": null
}
], - "roomInfo": {
- "roomType": "ROOM",
- "typeClassDescription": "string",
- "roomView": {
- "type": null,
- "roomClass": [ ]
}, - "roomTypeCode": "1QN"
}, - "co2EmissionDetail": {
- "co2EmissionValue": 10.5
}, - "savingsInfo": {
- "tmcNegotiatedRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "corporateNegotiatedRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "travelerInfos": [
- {
- "travelerIdx": 0,
- "userId": {
- "id": null
}, - "loyaltyInfos": [
- null
]
}
], - "sortingPriority": 0,
- "vendorReferenceId": "AWKHGS",
- "vendorCancellationId": "AWKHGS",
- "preferredType": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": "NOT_PREFERRED",
- "blockedReason": "string",
- "label": "string"
}
], - "occupancy": [
- {
- "numAdults": 1,
- "numChildren": 1,
- "childAges": [
- null
], - "numInfants": 1
}
], - "sourceStatus": "string",
- "rebookReference": {
- "cancelledPnrIds": [
- "1234567890"
], - "rebookedPnrId": "1234567890",
- "hotelRateAssuranceMetadata": {
- "selfReportedSavings": {
- "amount": null,
- "currencyCode": null
}, - "actualSavings": {
- "amount": null,
- "currencyCode": null
}
}, - "rebookType": "RATE_ASSURANCE"
}, - "hotelSpecialRequests": {
- "roomLocations": [
- "HIGH_FLOOR"
], - "roomFeatures": [
- "FEATHER_FREE_ROOM"
], - "checkIn": "LATE_CHECK_IN",
- "checkInTime": {
- "iso8601": "17:32"
}, - "flightNumber": "AC1234",
- "additionalNote": "Extra pillows and blankets for added comfort during the stay.",
- "accessibleFeatures": [
- "MOBILITY_ACCESSIBLE_ROOM_WITH_TUB"
]
}
}, - "carPnr": {
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "carInfo": {
- "carSpec": {
- "airConditioning": "AC_AVAILABLE",
- "amenities": {
- "numDoors": null,
- "numLargeBags": null,
- "numSeatBelts": null,
- "numSeats": null,
- "numSmallBags": null
}, - "type": "ECONOMY",
- "displayName": "Economy",
- "engineType": "PETROL",
- "imageGroups": [
- null
], - "transmission": "MANUAL_4WD"
}, - "dropOffLocation": {
- "address": {
- "addressLines": [ ],
- "administrativeArea": null,
- "administrativeAreaName": null,
- "description": null,
- "isDefault": null,
- "languageCode": null,
- "locality": null,
- "locationCode": null,
- "organization": null,
- "postalCode": null,
- "continentCode": null,
- "recipients": [ ],
- "regionCode": null,
- "regionName": null,
- "revision": null,
- "sortingCode": null,
- "sublocality": null,
- "timezone": null,
- "coordinates": null
}, - "coordinates": {
- "latitude": null,
- "longitude": null
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [ ],
- "fax": [ ],
- "email": [ ]
}, - "operatingSchedule": {
- "interval": [ ]
}
}, - "mileageAllowance": {
- "length": 150,
- "unit": "MILE"
}, - "pickupLocation": {
- "address": {
- "addressLines": [ ],
- "administrativeArea": null,
- "administrativeAreaName": null,
- "description": null,
- "isDefault": null,
- "languageCode": null,
- "locality": null,
- "locationCode": null,
- "organization": null,
- "postalCode": null,
- "continentCode": null,
- "recipients": [ ],
- "regionCode": null,
- "regionName": null,
- "revision": null,
- "sortingCode": null,
- "sublocality": null,
- "timezone": null,
- "coordinates": null
}, - "coordinates": {
- "latitude": null,
- "longitude": null
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [ ],
- "fax": [ ],
- "email": [ ]
}, - "operatingSchedule": {
- "interval": [ ]
}
}, - "vendor": {
- "code": "ZE",
- "name": "HERTZ",
- "email": "abc@xyz.com",
- "phone": {
- "countryCode": null,
- "countryCodeSource": null,
- "extension": null,
- "isoCountryCode": null,
- "italianLeadingZero": null,
- "nationalNumber": null,
- "numberOfLeadingZeros": null,
- "preferredDomesticCarrierCode": null,
- "rawInput": null,
- "type": null
}
}, - "carTypeCode": "EBMR",
- "extraMileageCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "preferredType": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": null,
- "blockedReason": null,
- "label": null
}
], - "co2EmissionDetail": {
- "co2EmissionValue": 0.01
}
}, - "dropOffDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "paymentType": "PREPAID",
- "pickupDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "sortingPriority": 0,
- "corporateId": "8371",
- "rateType": "PUBLISHED",
- "sourceStatus": "string",
- "vendorCancellationId": "2108528068",
- "originalCarSearchInfo": {
- "pickup": {
- "location": {
- "airportCode": null,
- "cityCode": null,
- "coordinates": null
}, - "datetime": {
- "iso8601": null
}, - "searchQuery": "London"
}, - "dropOff": {
- "location": {
- "airportCode": null,
- "cityCode": null,
- "coordinates": null
}, - "datetime": {
- "iso8601": null
}, - "searchQuery": "London"
}
}
}, - "railPnr": {
- "inwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "legInfos": [
- {
- "allocatedSpaces": [
- { }
], - "travelerRailInfo": [
- null
], - "amenities": [
- null
], - "arriveAt": {
- "iso8601": null
}, - "departAt": {
- "iso8601": null
}, - "arriveAtLocal": {
- "iso8601": null
}, - "departAtLocal": {
- "iso8601": null
}, - "destination": "Liverpool Lime Street",
- "distance": {
- "length": null,
- "unit": null
}, - "duration": {
- "iso8601": null
}, - "fareType": "Anytime Return",
- "origin": "London Euston",
- "travelClass": "FIRST",
- "vehicle": {
- "carrierName": null,
- "timetableId": null,
- "transportName": null,
- "type": null
}, - "originInfo": {
- "name": null,
- "code": null,
- "cityCode": null,
- "timeZone": null,
- "countryCode": null,
- "latLong": null,
- "localCode": null,
- "sourceRefInfos": [ ],
- "stationType": null,
- "cityName": null,
- "stateCode": null,
- "continentCode": null
}, - "destinationInfo": {
- "name": null,
- "code": null,
- "cityCode": null,
- "timeZone": null,
- "countryCode": null,
- "latLong": null,
- "localCode": null,
- "sourceRefInfos": [ ],
- "stationType": null,
- "cityName": null,
- "stateCode": null,
- "continentCode": null
}, - "railFareType": {
- "description": null,
- "fareDetails": [ ],
- "fareSummary": null
}, - "ticketNumber": "345675333",
- "carrierConfirmationNumber": "QP123AF",
- "seatPreferenceSelection": {
- "carriageType": null,
- "deckType": null,
- "direction": null,
- "facilities": [ ],
- "positionType": null,
- "seatLocationType": null,
- "seatType": null
}, - "legId": "9a766905-b5e9-43f7-b985-0738ff692324",
- "vendorName": "ATOC",
- "co2EmissionGramsPerPassenger": 10903
}
], - "outwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "rateMetadata": {
- "negotiatedRateType": "CORPORATE_RATE",
- "publishedRate": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
}, - "paymentMode": "PRE_PAID",
- "sections": [
- {
- "fares": [
- null
], - "rate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "sectionStatus": "CONFIRMED",
- "vendorConfirmations": [
- null
], - "vendorName": "ATOC",
- "userFacingStatus": "PENDING_STATUS"
}
], - "tickets": [
- {
- "issuedDateTime": {
- "iso8601": null
}, - "ticketNumber": "0840010000072",
- "legs": [
- null
], - "passengerRefs": [
- null
]
}
], - "ticketDetails": [
- {
- "deliveryOption": "ELECTRONIC_TICKET",
- "eticketMetadata": {
- "description": null,
- "eticketData": null,
- "type": null
}, - "reference": "string"
}
], - "type": "RETURN",
- "vendorConfirmationNumber": "ABQTEJ",
- "itineraryId": "abcde",
- "ancillaries": [
- {
- "travelCard": {
- "fareType": null,
- "rateInfo": null,
- "travelCardKey": null,
- "vendorName": null,
- "zoneValidity": null
}, - "type": "TRAVEL_CARD"
}
], - "termsAndConditions": {
- "conditions": [
- {
- "url": null,
- "text": null
}
]
}, - "exchangeInfo": {
- "exchangeType": "AMEND_RESERVATION",
- "relatedSectionInfo": {
- "newSectionIndexes": [
- null
], - "oldSectionIndexes": [
- null
]
}
}, - "previousItinerary": {
- "type": "RETURN",
- "outwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- null
], - "co2EmissionDetails": {
- "co2EmissionKilograms": null,
- "isApproximate": null
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "inwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- null
], - "co2EmissionDetails": {
- "co2EmissionKilograms": null,
- "isApproximate": null
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "legInfos": [
- {
- "allocatedSpaces": [ ],
- "travelerRailInfo": [ ],
- "amenities": [ ],
- "arriveAt": null,
- "departAt": null,
- "arriveAtLocal": null,
- "departAtLocal": null,
- "destination": null,
- "distance": null,
- "duration": null,
- "fareType": null,
- "origin": null,
- "travelClass": null,
- "vehicle": null,
- "originInfo": null,
- "destinationInfo": null,
- "railFareType": null,
- "ticketNumber": null,
- "carrierConfirmationNumber": null,
- "seatPreferenceSelection": null,
- "legId": null,
- "vendorName": null,
- "co2EmissionGramsPerPassenger": null
}
], - "sections": [
- {
- "fares": [ ],
- "rate": null,
- "sectionStatus": null,
- "vendorConfirmations": [ ],
- "vendorName": null,
- "userFacingStatus": null
}
], - "deliveryOption": "ELECTRONIC_TICKET",
- "sourceReference": "string",
- "rate": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "extras": [
- { }
], - "refund": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "commission": {
- "amount": null,
- "percent": null
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [ ]
}, - "transactionDate": {
- "iso8601": null
}, - "refundInfo": {
- "refundAmount": null,
- "refundTaxAmount": null,
- "refundDate": null,
- "penalty": null,
- "refundVoucher": null
}
}
}
}, - "limoPnr": {
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "driver": {
- "name": "John Doe",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "driverInstructions": "string"
}, - "legs": [
- {
- "dropOffDateTime": {
- "iso8601": null
}, - "dropOffLocation": {
- "address": null,
- "coordinates": null,
- "counterLocation": null,
- "contactInfo": null,
- "operatingSchedule": null
}, - "dropOffNotes": "string",
- "pickupDateTime": {
- "iso8601": null
}, - "pickupLocation": {
- "address": null,
- "coordinates": null,
- "counterLocation": null,
- "contactInfo": null,
- "operatingSchedule": null
}, - "pickupNotes": "string",
- "sortingPriority": 0
}
], - "limoDetails": {
- "carType": "STANDARD_CAR",
- "electricVehicle": "YES",
- "vendorName": "NATIONAL",
- "limoVendorInfo": {
- "code": "ZE",
- "name": "HERTZ",
- "email": "mail@mail.com"
}, - "bookingNotes": "string"
}, - "paymentType": "PREPAID",
- "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "sourceStatus": "string"
}, - "miscPnr": {
- "description": "Any text info",
- "endDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "startDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "vendorConfirmationNumber": "2108528068",
- "sortingPriority": 10,
- "sourceStatus": "string"
}, - "additionalMetadata": {
- "airportInfo": [
- {
- "airportCode": "WRA",
- "airportName": "Warder Airport",
- "cityName": "Werder",
- "countryName": "Ethiopia",
- "countryCode": "ET",
- "zoneName": "Africa/Addis_Ababa",
- "stateCode": "CA"
}
], - "airlineInfo": [
- {
- "airlineCode": "AA",
- "airlineName": "American Airlines"
}
]
}, - "preBookAnswers": {
- "answers": [
- {
- "entityId": "string",
- "userInput": "string",
- "itemIds": [
- null
], - "answers": [
- null
], - "customFieldType": "QUESTION",
- "questionDisplayText": "string",
- "question": {
- "id": null,
- "name": null,
- "questionFormat": null,
- "optionInfo": null,
- "isRequired": null,
- "isDisabled": null,
- "includeInItinerary": null,
- "customFieldLocations": [ ],
- "matchConditions": null,
- "questionType": null
}
}
], - "preBookQuestionResponseId": "string"
}, - "customFields": [
- {
- "id": "string",
- "type": "QUESTION",
- "description": "GLOBAL OFFSITE 2022"
}
], - "bookingHistory": [
- {
- "bookerInfo": {
- "name": "Harry Potter",
- "email": "harry@spotnana.com",
- "role": "AGENT",
- "tmcName": "Spotnana Technology"
}, - "bookingInfo": {
- "updatedDateTime": {
- "iso8601": null
}, - "status": "BOOKED",
- "bookingSourceClient": "ANDROID_APP"
}
}
], - "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "serviceFees": [
- {
- "fare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "taxes": [
- {
- "amount": null,
- "taxCode": null,
- "description": null,
- "percentage": null
}
], - "ticketNumber": "string",
- "status": "ISSUED",
- "fop": {
- "type": "CARD",
- "card": {
- "id": null,
- "type": null,
- "company": null,
- "name": null,
- "address": null,
- "number": null,
- "expiryMonth": null,
- "expiryYear": null,
- "cvv": null,
- "label": null,
- "currency": null,
- "externalId": null,
- "vaultId": null,
- "expiry": null,
- "ownershipLabel": null
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": null,
- "entityIds": [ ],
- "entities": [ ]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": { },
- "vendorProgramPaymentMetadata": null,
- "virtualCardMetadata": null,
- "cardMetadata": null
}, - "paymentSourceType": "CARD"
}, - "visibleToTraveler": true,
- "paymentTransactionInfo": {
- "paymentReference": "pi_2PAlaAIE$aaaaAaA0bLqk9AI",
- "networkTransactionId": "721107212171711",
- "gatewayInfo": {
- "stripeInfo": null
}, - "failureReason": {
- "reasonCode": null
}
}, - "tags": [
- {
- "key": null,
- "value": null
}
]
}
], - "paymentInfo": [
- {
- "fop": {
- "type": "CARD",
- "card": {
- "id": null,
- "type": null,
- "company": null,
- "name": null,
- "address": null,
- "number": null,
- "expiryMonth": null,
- "expiryYear": null,
- "cvv": null,
- "label": null,
- "currency": null,
- "externalId": null,
- "vaultId": null,
- "expiry": null,
- "ownershipLabel": null
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": null,
- "entityIds": [ ],
- "entities": [ ]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": { },
- "vendorProgramPaymentMetadata": null,
- "virtualCardMetadata": null,
- "cardMetadata": null
}, - "paymentSourceType": "CARD"
}, - "totalCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "totalRefund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "netCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}
], - "bookingStatus": "PENDING_STATUS",
- "contactSupport": false,
- "travelerPnrVisibilityStatus": "VISIBLE",
- "shellPnrInfo": {
- "shellPnrCreateReasonType": "CONTENT_NOT_AVAILABLE",
- "createShellPnrReason": "Flight Missing",
- "pnrType": "AIR"
}, - "pnrCreationDetails": {
- "requestedByDetails": {
- "pnrRequestedBy": "Peter",
- "requestedByUserOrgId": {
- "organizationAgencyId": {
- "id": null
}, - "organizationId": {
- "id": null
}, - "userId": {
- "id": null
}, - "tmcInfo": {
- "id": null,
- "primaryServiceProviderTmc": null,
- "secondaryServiceProviderTmcs": [ ],
- "partnerTmcId": null
}, - "tmcBasicInfo": {
- "contractingTmc": null,
- "bookingTmc": null
}
}
}
}, - "approvalInfo": [
- {
- "approvalStatus": "APPROVAL_PENDING"
}
], - "cancellationRequestStatus": "CANCELLATION_IN_PROGRESS",
- "externalInfo": {
- "externalPnrId": "A2345",
- "externalPnrVersion": 1,
- "externalUrlMetadata": "exchange=a,cancel=b"
}, - "tripId": "123456789",
- "documents": [
- {
- "documentId": "f49d00fe-1eda-4304-ba79-a980f565281d",
- "documentMetadata": {
- "documentType": "VISA",
- "entityType": "PNR",
- "entityId": "123124",
- "entityMetadata": {
- "pnrMetadata": null,
- "invoiceMetadata": { },
- "travelType": null
}, - "name": "BoardingPass.pdf"
}
}
], - "freshnessInfo": {
- "latestVersionDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "returnedVersionDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "bookingEmailInfo": {
- "disableEmail": true
}, - "llfPnrInfo": {
- "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "pnrId": "123456789",
- "invoiceInfos": [
- {
- "invoiceNumber": "SPOT-0001",
- "productType": "PNR",
- "invoiceId": "2a5c0a73-1306-47f2-8210-7dfc812f4d0e"
}
], - "totalFareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "dkNumber": "123456789",
- "savingsFare": {
- "fareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "isTaxIncluded": false
}, - "tripUsageMetadata": {
- "tripUsageType": "STANDARD",
- "eventMetadata": {
- "eventId": "123456789"
}
}
}
}
], - "pendingShellPnrs": [
- {
- "pnrId": "6926658168",
- "data": {
- "version": 1,
- "createdVia": "OFFLINE",
- "initialVersionCreatedVia": "OFFLINE",
- "sourceInfo": {
- "sourcePnrId": "AEDAVF",
- "bookingSource": "United.com",
- "thirdParty": "United.com",
- "bookingDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "posDescriptor": "LA5K",
- "iataNumber": "426666"
}, - "invoiceDelayedBooking": false,
- "travelers": [
- {
- "travelerPersonalInfo": {
- "loyaltyInfos": [
- null
], - "travelPref": {
- "airPref": null,
- "preferredCurrency": null,
- "railCards": [ ],
- "railPref": null,
- "carPref": null,
- "hotelPref": null
}
}, - "user": {
- "addresses": [
- null
], - "dob": {
- "iso8601": null
}, - "email": "example@email.com",
- "emergencyContactInfo": {
- "address": null,
- "designation": null,
- "email": null,
- "name": null,
- "phoneNumber": null,
- "userOrgId": null
}, - "emergencyContact": {
- "name": null,
- "email": null,
- "designation": null,
- "relation": null,
- "phoneNumbers": [ ],
- "preferredLanguage": null
}, - "gender": "FEMALE",
- "identityDocs": [
- {
- "passport": {
- "docId": "PASSPORTID",
- "expiryDate": {
- "iso8601": "2017-07-21"
}, - "issueCountry": "IN",
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "nationalityCountry": "IN",
- "type": "REGULAR"
}
}, - {
- "ktn": {
- "number": "123456",
- "issueCountry": "US"
}
}
], - "name": {
- "family1": null,
- "family2": null,
- "given": null,
- "middle": null,
- "suffix": null,
- "preferred": null
}, - "paymentInfos": [
- null
], - "phoneNumbers": [
- null
], - "profilePicture": {
- "data": null,
- "dimensions": null,
- "url": null
}, - "nationality": "Indian",
- "title": "MR"
}, - "userBusinessInfo": {
- "department": {
- "id": null,
- "name": null,
- "externalId": null,
- "employeeCount": null
}, - "designation": "MANAGER",
- "email": "user@business.com",
- "employeeId": "101",
- "grade": {
- "employeeCount": null,
- "id": null,
- "name": null
}, - "legalEntityId": {
- "id": null
}, - "managerBasicInfo": {
- "userOrgId": null,
- "persona": null,
- "email": null,
- "name": null,
- "profilePicture": null,
- "tier": null,
- "phoneNumber": null,
- "employeeId": null,
- "isActive": null
}, - "office": {
- "address": null,
- "id": null,
- "name": null,
- "latlng": null,
- "taxId": null
}, - "organizationId": {
- "id": null
}, - "phoneNumbers": [
- null
], - "userCostCenter": {
- "employeeCount": null,
- "id": null,
- "name": null,
- "externalId": null
}, - "designatedApproverInfos": [
- null
], - "designatedApproverUserIds": [
- null
], - "authorizerEmail": "example@email.com"
}, - "userOrgId": {
- "organizationAgencyId": {
- "id": null
}, - "organizationId": {
- "id": null
}, - "userId": {
- "id": null
}, - "tmcInfo": {
- "id": null,
- "primaryServiceProviderTmc": null,
- "secondaryServiceProviderTmcs": [ ],
- "partnerTmcId": null
}, - "tmcBasicInfo": {
- "contractingTmc": null,
- "bookingTmc": null
}
}, - "persona": "EMPLOYEE",
- "isActive": true,
- "tier": "SEAT1A",
- "adhocUserInfo": {
- "profileOwner": {
- "userId": null
}, - "isSaved": false
}, - "externalId": "string"
}
], - "pnrTravelers": [
- {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "travelerInfo": {
- "userId": {
- "id": null
}
}, - "personalInfo": {
- "addresses": [
- null
], - "dob": {
- "iso8601": null
}, - "email": "example@email.com",
- "emergencyContactInfo": {
- "address": null,
- "designation": null,
- "email": null,
- "name": null,
- "phoneNumber": null,
- "userOrgId": null
}, - "gender": "FEMALE",
- "identityDocs": [
- {
- "passport": {
- "docId": "PASSPORTID",
- "expiryDate": {
- "iso8601": "2017-07-21"
}, - "issueCountry": "IN",
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "nationalityCountry": "IN",
- "type": "REGULAR"
}
}, - {
- "ktn": {
- "number": "123456",
- "issueCountry": "US"
}
}
], - "name": {
- "family1": null,
- "family2": null,
- "given": null,
- "middle": null,
- "suffix": null,
- "preferred": null
}, - "phoneNumbers": [
- null
], - "profilePicture": {
- "data": null,
- "dimensions": null,
- "url": null
}, - "nationality": "Indian",
- "title": "MR",
- "preferredLanguage": "en-US",
- "preferredPronoun": "SHE_HER_HERS",
- "travelerName": {
- "family1": null,
- "family2": null,
- "given": null,
- "middle": null,
- "suffix": null,
- "preferred": null
}, - "emergencyContact": {
- "name": null,
- "email": null,
- "designation": null,
- "relation": null,
- "phoneNumbers": [ ],
- "preferredLanguage": null
}
}, - "loyalties": [
- {
- "appliedTo": [ ],
- "id": null,
- "issuedBy": null,
- "type": null
}
], - "persona": "EMPLOYEE",
- "businessInfo": {
- "legalEntity": {
- "id": null,
- "name": null,
- "ein": null,
- "externalId": null,
- "companySpecifiedAttributes": [ ]
}, - "companyId": {
- "id": null
}, - "companyInfo": {
- "id": null,
- "name": null,
- "externalId": null
}, - "workerType": "EMPLOYEE",
- "employeeId": "1234",
- "companySpecifiedAttributes": [
- null
], - "userCostCenter": {
- "employeeCount": null,
- "id": null,
- "name": null,
- "externalId": null
}, - "grade": {
- "employeeCount": null,
- "id": null,
- "name": null
}, - "office": {
- "address": null,
- "id": null,
- "name": null,
- "latlng": null,
- "taxId": null
}, - "department": {
- "id": null,
- "name": null,
- "externalId": null
}, - "accountingCode": "123"
}
}
], - "costOfGoodsSold": {
- "payments": [
- {
- "travelerIndices": [
- 0,
- 1
], - "userIds": [
- null
], - "amount": {
- "base": null,
- "tax": null
}, - "fop": {
- "type": null,
- "card": null,
- "additionalInfo": null,
- "accessType": null,
- "paymentMethod": null,
- "paymentMetadata": null,
- "paymentSourceType": null
}, - "paymentReference": "HAH2618716871",
- "paymentType": "FLIGHTS",
- "paymentThirdParty": "STRIPE",
- "paymentId": "string",
- "paymentGateway": "STRIPE",
- "isRefunded": false,
- "selectedPaymentSource": {
- "paymentSourceId": null,
- "rawPaymentSource": null,
- "postPaymentRedirectionUrl": null,
- "cvv": null,
- "amount": null
}, - "networkTransactionId": "721107212171711"
}
]
}, - "costToCustomer": {
- "payments": [
- {
- "travelerIndices": [
- 0,
- 1
], - "userIds": [
- null
], - "amount": {
- "base": null,
- "tax": null
}, - "fop": {
- "type": null,
- "card": null,
- "additionalInfo": null,
- "accessType": null,
- "paymentMethod": null,
- "paymentMetadata": null,
- "paymentSourceType": null
}, - "paymentReference": "HAH2618716871",
- "paymentType": "FLIGHTS",
- "paymentThirdParty": "STRIPE",
- "paymentId": "string",
- "paymentGateway": "STRIPE",
- "isRefunded": false,
- "selectedPaymentSource": {
- "paymentSourceId": null,
- "rawPaymentSource": null,
- "postPaymentRedirectionUrl": null,
- "cvv": null,
- "amount": null
}, - "networkTransactionId": "721107212171711"
}
]
}, - "isFinalized": false,
- "policyInfo": {
- "outOfPolicy": false,
- "approverName": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "reasonCode": "TIMING_OR_SCHEDULING",
- "reason": "Business class cheaper than economy",
- "appliedPolicyInfo": {
- "policies": [
- {
- "id": null,
- "version": null,
- "policyName": null,
- "approvalType": null,
- "policyType": null
}
], - "ruleResultInfos": [
- {
- "violationInfos": [ ],
- "subViolationInfos": [ ],
- "actions": [ ]
}
]
}
}, - "airPnr": {
- "legs": [
- {
- "flights": [
- null
], - "brandName": "BUSFLEX",
- "validatingAirlineCode": "AA",
- "legStatus": "PENDING_STATUS",
- "sortingPriority": 1,
- "travelerRestrictions": [
- { }
], - "fareOffers": [
- { }
], - "legId": "1",
- "rateType": "PUBLISHED",
- "legUpdates": {
- "connectionAlerts": [ ]
}, - "preferredTypes": [
- null
], - "preferences": [
- null
], - "scheduleChangeInfo": {
- "flightIndices": [ ],
- "disruptedFlightIndices": [ ]
}
}
], - "airPnrRemarks": [
- {
- "remarkString": "COMPLEATREMARK"
}
], - "travelerInfos": [
- {
- "airVendorCancellationInfo": {
- "airVendorCancellationObjects": [ ]
}, - "travelerIdx": 0,
- "userId": {
- "id": null
}, - "paxType": "ADULT",
- "tickets": [
- null
], - "boardingPass": [
- null
], - "booking": {
- "seats": [ ],
- "luggageDetails": [ ],
- "otherAncillaries": [ ],
- "itinerary": { },
- "otherCharges": [ ]
}, - "appliedCredits": [
- null
], - "specialServiceRequestInfos": [
- null
]
}
], - "automatedCancellationInfo": {
- "supportedCancellations": [
- {
- "cancelType": null,
- "maxCancellationDateTime": null,
- "totalFare": null,
- "penalty": null,
- "merchantFee": null,
- "refund": null
}
]
}, - "automatedExchangeInfo": {
- "supportedExchanges": [
- {
- "legInfos": [ ]
}
]
}, - "bookingMetadata": {
- "fareStatistics": {
- "statisticsItems": [
- null
]
}
}, - "otherServiceInfos": [
- {
- "customText": "Wheelchair access",
- "flightIndexes": [
- null
]
}
], - "holdDeadline": {
- "holdDeadline": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "airPriceOptimizationMetadata": {
- "oldTickets": [
- "0111234567890"
], - "newTickets": [
- "0111234567890"
], - "oldPnrId": "6789533589",
- "newPnrId": "6789533589",
- "oldPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "newPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "priceDrop": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "penaltyPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "disruptedFlightDetails": [
- {
- "departureDateTime": {
- "iso8601": null
}, - "arrivalDateTime": {
- "iso8601": null
}, - "cabin": "ECONOMY",
- "originAirportCode": "SFO",
- "destinationAirportCode": "LHR",
- "marketing": {
- "num": null,
- "airlineCode": null
}, - "operating": {
- "num": null,
- "airlineCode": null
}
}
]
}, - "hotelPnr": {
- "checkInDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "checkOutDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "hotelInfo": {
- "address": {
- "addressLines": [
- null
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- null
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": null,
- "longitude": null
}
}, - "chainCode": "RF",
- "chainName": "Red Roof Inns",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "email": "user@business.com",
- "hotelId": "100094780",
- "name": "San Francisco Airport Red Roof",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "starRating": 3.5,
- "fax": [
- {
- "countryCode": null,
- "countryCodeSource": null,
- "extension": null,
- "isoCountryCode": null,
- "italianLeadingZero": null,
- "nationalNumber": null,
- "numberOfLeadingZeros": null,
- "preferredDomesticCarrierCode": null,
- "rawInput": null,
- "type": null
}
], - "masterChainCode": "EM",
- "brandName": "Marriott Hotel Brands",
- "amenities": [
- {
- "type": null,
- "additionalInfo": null,
- "complimentary": null
}
], - "additionalAmenities": [
- "Room service",
- "Wifi"
], - "imageSets": [
- {
- "category": null,
- "imageGroup": null
}
], - "descriptions": [
- {
- "type": null,
- "value": null
}
], - "thirdPartyHotelCodes": [
- {
- "hotelCode": null,
- "hotelCodeType": null
}
]
}, - "numberOfRooms": 1,
- "payment": {
- "paymentType": "PREPAID",
- "description": "string"
}, - "pnrStatus": "CONFIRMED",
- "room": {
- "bedCount": 1,
- "bedType": "SINGLE",
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": null
}, - "deadlineUtc": {
- "iso8601": null
}, - "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "rateInfo": {
- "nightlyRate": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "totalRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "overallPenaltyCharged": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "publishedRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "publishedNightlyRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "prepaidRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "postpaidRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "rateCode": "SIG",
- "isModifiable": false,
- "isFopModifiable": true
}, - "roomName": "Standard Twin Room (City View)",
- "imageSets": [
- {
- "category": null,
- "imageGroup": null
}
], - "meals": {
- "mealsIncluded": [
- null
], - "mealPlan": "ENGLISH_BREAKFAST"
}, - "roomAmenities": [
- {
- "additionalInfo": null,
- "isComplimentary": null,
- "roomAmenityType": null
}
], - "amenities": [
- {
- "additionalInfo": null,
- "complimentary": null,
- "type": null
}
], - "additionalAmenities": [
- "string"
], - "guaranteeType": "GUARANTEE",
- "additionalDetails": [
- {
- "additionalDetailType": null,
- "text": null
}
], - "roomInfo": {
- "roomType": "ROOM",
- "typeClassDescription": "string",
- "roomView": {
- "type": null,
- "roomClass": [ ]
}, - "roomTypeCode": "1QN"
}, - "co2EmissionDetail": {
- "co2EmissionValue": 10.5
}, - "savingsInfo": {
- "tmcNegotiatedRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "corporateNegotiatedRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "travelerInfos": [
- {
- "travelerIdx": 0,
- "userId": {
- "id": null
}, - "loyaltyInfos": [
- null
]
}
], - "sortingPriority": 0,
- "vendorReferenceId": "AWKHGS",
- "vendorCancellationId": "AWKHGS",
- "preferredType": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": "NOT_PREFERRED",
- "blockedReason": "string",
- "label": "string"
}
], - "occupancy": [
- {
- "numAdults": 1,
- "numChildren": 1,
- "childAges": [
- null
], - "numInfants": 1
}
], - "sourceStatus": "string",
- "rebookReference": {
- "cancelledPnrIds": [
- "1234567890"
], - "rebookedPnrId": "1234567890",
- "hotelRateAssuranceMetadata": {
- "selfReportedSavings": {
- "amount": null,
- "currencyCode": null
}, - "actualSavings": {
- "amount": null,
- "currencyCode": null
}
}, - "rebookType": "RATE_ASSURANCE"
}, - "hotelSpecialRequests": {
- "roomLocations": [
- "HIGH_FLOOR"
], - "roomFeatures": [
- "FEATHER_FREE_ROOM"
], - "checkIn": "LATE_CHECK_IN",
- "checkInTime": {
- "iso8601": "17:32"
}, - "flightNumber": "AC1234",
- "additionalNote": "Extra pillows and blankets for added comfort during the stay.",
- "accessibleFeatures": [
- "MOBILITY_ACCESSIBLE_ROOM_WITH_TUB"
]
}
}, - "carPnr": {
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "carInfo": {
- "carSpec": {
- "airConditioning": "AC_AVAILABLE",
- "amenities": {
- "numDoors": null,
- "numLargeBags": null,
- "numSeatBelts": null,
- "numSeats": null,
- "numSmallBags": null
}, - "type": "ECONOMY",
- "displayName": "Economy",
- "engineType": "PETROL",
- "imageGroups": [
- null
], - "transmission": "MANUAL_4WD"
}, - "dropOffLocation": {
- "address": {
- "addressLines": [ ],
- "administrativeArea": null,
- "administrativeAreaName": null,
- "description": null,
- "isDefault": null,
- "languageCode": null,
- "locality": null,
- "locationCode": null,
- "organization": null,
- "postalCode": null,
- "continentCode": null,
- "recipients": [ ],
- "regionCode": null,
- "regionName": null,
- "revision": null,
- "sortingCode": null,
- "sublocality": null,
- "timezone": null,
- "coordinates": null
}, - "coordinates": {
- "latitude": null,
- "longitude": null
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [ ],
- "fax": [ ],
- "email": [ ]
}, - "operatingSchedule": {
- "interval": [ ]
}
}, - "mileageAllowance": {
- "length": 150,
- "unit": "MILE"
}, - "pickupLocation": {
- "address": {
- "addressLines": [ ],
- "administrativeArea": null,
- "administrativeAreaName": null,
- "description": null,
- "isDefault": null,
- "languageCode": null,
- "locality": null,
- "locationCode": null,
- "organization": null,
- "postalCode": null,
- "continentCode": null,
- "recipients": [ ],
- "regionCode": null,
- "regionName": null,
- "revision": null,
- "sortingCode": null,
- "sublocality": null,
- "timezone": null,
- "coordinates": null
}, - "coordinates": {
- "latitude": null,
- "longitude": null
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [ ],
- "fax": [ ],
- "email": [ ]
}, - "operatingSchedule": {
- "interval": [ ]
}
}, - "vendor": {
- "code": "ZE",
- "name": "HERTZ",
- "email": "abc@xyz.com",
- "phone": {
- "countryCode": null,
- "countryCodeSource": null,
- "extension": null,
- "isoCountryCode": null,
- "italianLeadingZero": null,
- "nationalNumber": null,
- "numberOfLeadingZeros": null,
- "preferredDomesticCarrierCode": null,
- "rawInput": null,
- "type": null
}
}, - "carTypeCode": "EBMR",
- "extraMileageCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "preferredType": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": null,
- "blockedReason": null,
- "label": null
}
], - "co2EmissionDetail": {
- "co2EmissionValue": 0.01
}
}, - "dropOffDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "paymentType": "PREPAID",
- "pickupDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "sortingPriority": 0,
- "corporateId": "8371",
- "rateType": "PUBLISHED",
- "sourceStatus": "string",
- "vendorCancellationId": "2108528068",
- "originalCarSearchInfo": {
- "pickup": {
- "location": {
- "airportCode": null,
- "cityCode": null,
- "coordinates": null
}, - "datetime": {
- "iso8601": null
}, - "searchQuery": "London"
}, - "dropOff": {
- "location": {
- "airportCode": null,
- "cityCode": null,
- "coordinates": null
}, - "datetime": {
- "iso8601": null
}, - "searchQuery": "London"
}
}
}, - "railPnr": {
- "inwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "legInfos": [
- {
- "allocatedSpaces": [
- { }
], - "travelerRailInfo": [
- null
], - "amenities": [
- null
], - "arriveAt": {
- "iso8601": null
}, - "departAt": {
- "iso8601": null
}, - "arriveAtLocal": {
- "iso8601": null
}, - "departAtLocal": {
- "iso8601": null
}, - "destination": "Liverpool Lime Street",
- "distance": {
- "length": null,
- "unit": null
}, - "duration": {
- "iso8601": null
}, - "fareType": "Anytime Return",
- "origin": "London Euston",
- "travelClass": "FIRST",
- "vehicle": {
- "carrierName": null,
- "timetableId": null,
- "transportName": null,
- "type": null
}, - "originInfo": {
- "name": null,
- "code": null,
- "cityCode": null,
- "timeZone": null,
- "countryCode": null,
- "latLong": null,
- "localCode": null,
- "sourceRefInfos": [ ],
- "stationType": null,
- "cityName": null,
- "stateCode": null,
- "continentCode": null
}, - "destinationInfo": {
- "name": null,
- "code": null,
- "cityCode": null,
- "timeZone": null,
- "countryCode": null,
- "latLong": null,
- "localCode": null,
- "sourceRefInfos": [ ],
- "stationType": null,
- "cityName": null,
- "stateCode": null,
- "continentCode": null
}, - "railFareType": {
- "description": null,
- "fareDetails": [ ],
- "fareSummary": null
}, - "ticketNumber": "345675333",
- "carrierConfirmationNumber": "QP123AF",
- "seatPreferenceSelection": {
- "carriageType": null,
- "deckType": null,
- "direction": null,
- "facilities": [ ],
- "positionType": null,
- "seatLocationType": null,
- "seatType": null
}, - "legId": "9a766905-b5e9-43f7-b985-0738ff692324",
- "vendorName": "ATOC",
- "co2EmissionGramsPerPassenger": 10903
}
], - "outwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "rateMetadata": {
- "negotiatedRateType": "CORPORATE_RATE",
- "publishedRate": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
}, - "paymentMode": "PRE_PAID",
- "sections": [
- {
- "fares": [
- null
], - "rate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "sectionStatus": "CONFIRMED",
- "vendorConfirmations": [
- null
], - "vendorName": "ATOC",
- "userFacingStatus": "PENDING_STATUS"
}
], - "tickets": [
- {
- "issuedDateTime": {
- "iso8601": null
}, - "ticketNumber": "0840010000072",
- "legs": [
- null
], - "passengerRefs": [
- null
]
}
], - "ticketDetails": [
- {
- "deliveryOption": "ELECTRONIC_TICKET",
- "eticketMetadata": {
- "description": null,
- "eticketData": null,
- "type": null
}, - "reference": "string"
}
], - "type": "RETURN",
- "vendorConfirmationNumber": "ABQTEJ",
- "itineraryId": "abcde",
- "ancillaries": [
- {
- "travelCard": {
- "fareType": null,
- "rateInfo": null,
- "travelCardKey": null,
- "vendorName": null,
- "zoneValidity": null
}, - "type": "TRAVEL_CARD"
}
], - "termsAndConditions": {
- "conditions": [
- {
- "url": null,
- "text": null
}
]
}, - "exchangeInfo": {
- "exchangeType": "AMEND_RESERVATION",
- "relatedSectionInfo": {
- "newSectionIndexes": [
- null
], - "oldSectionIndexes": [
- null
]
}
}, - "previousItinerary": {
- "type": "RETURN",
- "outwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- null
], - "co2EmissionDetails": {
- "co2EmissionKilograms": null,
- "isApproximate": null
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "inwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- null
], - "co2EmissionDetails": {
- "co2EmissionKilograms": null,
- "isApproximate": null
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "legInfos": [
- {
- "allocatedSpaces": [ ],
- "travelerRailInfo": [ ],
- "amenities": [ ],
- "arriveAt": null,
- "departAt": null,
- "arriveAtLocal": null,
- "departAtLocal": null,
- "destination": null,
- "distance": null,
- "duration": null,
- "fareType": null,
- "origin": null,
- "travelClass": null,
- "vehicle": null,
- "originInfo": null,
- "destinationInfo": null,
- "railFareType": null,
- "ticketNumber": null,
- "carrierConfirmationNumber": null,
- "seatPreferenceSelection": null,
- "legId": null,
- "vendorName": null,
- "co2EmissionGramsPerPassenger": null
}
], - "sections": [
- {
- "fares": [ ],
- "rate": null,
- "sectionStatus": null,
- "vendorConfirmations": [ ],
- "vendorName": null,
- "userFacingStatus": null
}
], - "deliveryOption": "ELECTRONIC_TICKET",
- "sourceReference": "string",
- "rate": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "extras": [
- { }
], - "refund": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "commission": {
- "amount": null,
- "percent": null
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [ ]
}, - "transactionDate": {
- "iso8601": null
}, - "refundInfo": {
- "refundAmount": null,
- "refundTaxAmount": null,
- "refundDate": null,
- "penalty": null,
- "refundVoucher": null
}
}
}
}, - "limoPnr": {
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "driver": {
- "name": "John Doe",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "driverInstructions": "string"
}, - "legs": [
- {
- "dropOffDateTime": {
- "iso8601": null
}, - "dropOffLocation": {
- "address": null,
- "coordinates": null,
- "counterLocation": null,
- "contactInfo": null,
- "operatingSchedule": null
}, - "dropOffNotes": "string",
- "pickupDateTime": {
- "iso8601": null
}, - "pickupLocation": {
- "address": null,
- "coordinates": null,
- "counterLocation": null,
- "contactInfo": null,
- "operatingSchedule": null
}, - "pickupNotes": "string",
- "sortingPriority": 0
}
], - "limoDetails": {
- "carType": "STANDARD_CAR",
- "electricVehicle": "YES",
- "vendorName": "NATIONAL",
- "limoVendorInfo": {
- "code": "ZE",
- "name": "HERTZ",
- "email": "mail@mail.com"
}, - "bookingNotes": "string"
}, - "paymentType": "PREPAID",
- "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "sourceStatus": "string"
}, - "miscPnr": {
- "description": "Any text info",
- "endDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "startDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "vendorConfirmationNumber": "2108528068",
- "sortingPriority": 10,
- "sourceStatus": "string"
}, - "additionalMetadata": {
- "airportInfo": [
- {
- "airportCode": "WRA",
- "airportName": "Warder Airport",
- "cityName": "Werder",
- "countryName": "Ethiopia",
- "countryCode": "ET",
- "zoneName": "Africa/Addis_Ababa",
- "stateCode": "CA"
}
], - "airlineInfo": [
- {
- "airlineCode": "AA",
- "airlineName": "American Airlines"
}
]
}, - "preBookAnswers": {
- "answers": [
- {
- "entityId": "string",
- "userInput": "string",
- "itemIds": [
- null
], - "answers": [
- null
], - "customFieldType": "QUESTION",
- "questionDisplayText": "string",
- "question": {
- "id": null,
- "name": null,
- "questionFormat": null,
- "optionInfo": null,
- "isRequired": null,
- "isDisabled": null,
- "includeInItinerary": null,
- "customFieldLocations": [ ],
- "matchConditions": null,
- "questionType": null
}
}
], - "preBookQuestionResponseId": "string"
}, - "customFields": [
- {
- "id": "string",
- "type": "QUESTION",
- "description": "GLOBAL OFFSITE 2022"
}
], - "bookingHistory": [
- {
- "bookerInfo": {
- "name": "Harry Potter",
- "email": "harry@spotnana.com",
- "role": "AGENT",
- "tmcName": "Spotnana Technology"
}, - "bookingInfo": {
- "updatedDateTime": {
- "iso8601": null
}, - "status": "BOOKED",
- "bookingSourceClient": "ANDROID_APP"
}
}
], - "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "serviceFees": [
- {
- "fare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "taxes": [
- {
- "amount": null,
- "taxCode": null,
- "description": null,
- "percentage": null
}
], - "ticketNumber": "string",
- "status": "ISSUED",
- "fop": {
- "type": "CARD",
- "card": {
- "id": null,
- "type": null,
- "company": null,
- "name": null,
- "address": null,
- "number": null,
- "expiryMonth": null,
- "expiryYear": null,
- "cvv": null,
- "label": null,
- "currency": null,
- "externalId": null,
- "vaultId": null,
- "expiry": null,
- "ownershipLabel": null
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": null,
- "entityIds": [ ],
- "entities": [ ]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": { },
- "vendorProgramPaymentMetadata": null,
- "virtualCardMetadata": null,
- "cardMetadata": null
}, - "paymentSourceType": "CARD"
}, - "visibleToTraveler": true,
- "paymentTransactionInfo": {
- "paymentReference": "pi_2PAlaAIE$aaaaAaA0bLqk9AI",
- "networkTransactionId": "721107212171711",
- "gatewayInfo": {
- "stripeInfo": null
}, - "failureReason": {
- "reasonCode": null
}
}, - "tags": [
- {
- "key": null,
- "value": null
}
]
}
], - "paymentInfo": [
- {
- "fop": {
- "type": "CARD",
- "card": {
- "id": null,
- "type": null,
- "company": null,
- "name": null,
- "address": null,
- "number": null,
- "expiryMonth": null,
- "expiryYear": null,
- "cvv": null,
- "label": null,
- "currency": null,
- "externalId": null,
- "vaultId": null,
- "expiry": null,
- "ownershipLabel": null
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": null,
- "entityIds": [ ],
- "entities": [ ]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": { },
- "vendorProgramPaymentMetadata": null,
- "virtualCardMetadata": null,
- "cardMetadata": null
}, - "paymentSourceType": "CARD"
}, - "totalCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "totalRefund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "netCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}
], - "bookingStatus": "PENDING_STATUS",
- "contactSupport": false,
- "travelerPnrVisibilityStatus": "VISIBLE",
- "shellPnrInfo": {
- "shellPnrCreateReasonType": "CONTENT_NOT_AVAILABLE",
- "createShellPnrReason": "Flight Missing",
- "pnrType": "AIR"
}, - "pnrCreationDetails": {
- "requestedByDetails": {
- "pnrRequestedBy": "Peter",
- "requestedByUserOrgId": {
- "organizationAgencyId": {
- "id": null
}, - "organizationId": {
- "id": null
}, - "userId": {
- "id": null
}, - "tmcInfo": {
- "id": null,
- "primaryServiceProviderTmc": null,
- "secondaryServiceProviderTmcs": [ ],
- "partnerTmcId": null
}, - "tmcBasicInfo": {
- "contractingTmc": null,
- "bookingTmc": null
}
}
}
}, - "approvalInfo": [
- {
- "approvalStatus": "APPROVAL_PENDING"
}
], - "cancellationRequestStatus": "CANCELLATION_IN_PROGRESS",
- "externalInfo": {
- "externalPnrId": "A2345",
- "externalPnrVersion": 1,
- "externalUrlMetadata": "exchange=a,cancel=b"
}, - "tripId": "123456789",
- "documents": [
- {
- "documentId": "f49d00fe-1eda-4304-ba79-a980f565281d",
- "documentMetadata": {
- "documentType": "VISA",
- "entityType": "PNR",
- "entityId": "123124",
- "entityMetadata": {
- "pnrMetadata": null,
- "invoiceMetadata": { },
- "travelType": null
}, - "name": "BoardingPass.pdf"
}
}
], - "freshnessInfo": {
- "latestVersionDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "returnedVersionDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "bookingEmailInfo": {
- "disableEmail": true
}, - "llfPnrInfo": {
- "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "pnrId": "123456789",
- "invoiceInfos": [
- {
- "invoiceNumber": "SPOT-0001",
- "productType": "PNR",
- "invoiceId": "2a5c0a73-1306-47f2-8210-7dfc812f4d0e"
}
], - "totalFareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "dkNumber": "123456789",
- "savingsFare": {
- "fareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "isTaxIncluded": false
}, - "tripUsageMetadata": {
- "tripUsageType": "STANDARD",
- "eventMetadata": {
- "eventId": "123456789"
}
}
}
}
], - "pendingManualFormPnrs": [
- {
- "pnrId": "6926658168",
- "data": {
- "version": 1,
- "createdVia": "OFFLINE",
- "initialVersionCreatedVia": "OFFLINE",
- "sourceInfo": {
- "sourcePnrId": "AEDAVF",
- "bookingSource": "United.com",
- "thirdParty": "United.com",
- "bookingDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "posDescriptor": "LA5K",
- "iataNumber": "426666"
}, - "invoiceDelayedBooking": false,
- "travelers": [
- {
- "travelerPersonalInfo": {
- "loyaltyInfos": [
- null
], - "travelPref": {
- "airPref": null,
- "preferredCurrency": null,
- "railCards": [ ],
- "railPref": null,
- "carPref": null,
- "hotelPref": null
}
}, - "user": {
- "addresses": [
- null
], - "dob": {
- "iso8601": null
}, - "email": "example@email.com",
- "emergencyContactInfo": {
- "address": null,
- "designation": null,
- "email": null,
- "name": null,
- "phoneNumber": null,
- "userOrgId": null
}, - "emergencyContact": {
- "name": null,
- "email": null,
- "designation": null,
- "relation": null,
- "phoneNumbers": [ ],
- "preferredLanguage": null
}, - "gender": "FEMALE",
- "identityDocs": [
- {
- "passport": {
- "docId": "PASSPORTID",
- "expiryDate": {
- "iso8601": "2017-07-21"
}, - "issueCountry": "IN",
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "nationalityCountry": "IN",
- "type": "REGULAR"
}
}, - {
- "ktn": {
- "number": "123456",
- "issueCountry": "US"
}
}
], - "name": {
- "family1": null,
- "family2": null,
- "given": null,
- "middle": null,
- "suffix": null,
- "preferred": null
}, - "paymentInfos": [
- null
], - "phoneNumbers": [
- null
], - "profilePicture": {
- "data": null,
- "dimensions": null,
- "url": null
}, - "nationality": "Indian",
- "title": "MR"
}, - "userBusinessInfo": {
- "department": {
- "id": null,
- "name": null,
- "externalId": null,
- "employeeCount": null
}, - "designation": "MANAGER",
- "email": "user@business.com",
- "employeeId": "101",
- "grade": {
- "employeeCount": null,
- "id": null,
- "name": null
}, - "legalEntityId": {
- "id": null
}, - "managerBasicInfo": {
- "userOrgId": null,
- "persona": null,
- "email": null,
- "name": null,
- "profilePicture": null,
- "tier": null,
- "phoneNumber": null,
- "employeeId": null,
- "isActive": null
}, - "office": {
- "address": null,
- "id": null,
- "name": null,
- "latlng": null,
- "taxId": null
}, - "organizationId": {
- "id": null
}, - "phoneNumbers": [
- null
], - "userCostCenter": {
- "employeeCount": null,
- "id": null,
- "name": null,
- "externalId": null
}, - "designatedApproverInfos": [
- null
], - "designatedApproverUserIds": [
- null
], - "authorizerEmail": "example@email.com"
}, - "userOrgId": {
- "organizationAgencyId": {
- "id": null
}, - "organizationId": {
- "id": null
}, - "userId": {
- "id": null
}, - "tmcInfo": {
- "id": null,
- "primaryServiceProviderTmc": null,
- "secondaryServiceProviderTmcs": [ ],
- "partnerTmcId": null
}, - "tmcBasicInfo": {
- "contractingTmc": null,
- "bookingTmc": null
}
}, - "persona": "EMPLOYEE",
- "isActive": true,
- "tier": "SEAT1A",
- "adhocUserInfo": {
- "profileOwner": {
- "userId": null
}, - "isSaved": false
}, - "externalId": "string"
}
], - "pnrTravelers": [
- {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "travelerInfo": {
- "userId": {
- "id": null
}
}, - "personalInfo": {
- "addresses": [
- null
], - "dob": {
- "iso8601": null
}, - "email": "example@email.com",
- "emergencyContactInfo": {
- "address": null,
- "designation": null,
- "email": null,
- "name": null,
- "phoneNumber": null,
- "userOrgId": null
}, - "gender": "FEMALE",
- "identityDocs": [
- {
- "passport": {
- "docId": "PASSPORTID",
- "expiryDate": {
- "iso8601": "2017-07-21"
}, - "issueCountry": "IN",
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "nationalityCountry": "IN",
- "type": "REGULAR"
}
}, - {
- "ktn": {
- "number": "123456",
- "issueCountry": "US"
}
}
], - "name": {
- "family1": null,
- "family2": null,
- "given": null,
- "middle": null,
- "suffix": null,
- "preferred": null
}, - "phoneNumbers": [
- null
], - "profilePicture": {
- "data": null,
- "dimensions": null,
- "url": null
}, - "nationality": "Indian",
- "title": "MR",
- "preferredLanguage": "en-US",
- "preferredPronoun": "SHE_HER_HERS",
- "travelerName": {
- "family1": null,
- "family2": null,
- "given": null,
- "middle": null,
- "suffix": null,
- "preferred": null
}, - "emergencyContact": {
- "name": null,
- "email": null,
- "designation": null,
- "relation": null,
- "phoneNumbers": [ ],
- "preferredLanguage": null
}
}, - "loyalties": [
- {
- "appliedTo": [ ],
- "id": null,
- "issuedBy": null,
- "type": null
}
], - "persona": "EMPLOYEE",
- "businessInfo": {
- "legalEntity": {
- "id": null,
- "name": null,
- "ein": null,
- "externalId": null,
- "companySpecifiedAttributes": [ ]
}, - "companyId": {
- "id": null
}, - "companyInfo": {
- "id": null,
- "name": null,
- "externalId": null
}, - "workerType": "EMPLOYEE",
- "employeeId": "1234",
- "companySpecifiedAttributes": [
- null
], - "userCostCenter": {
- "employeeCount": null,
- "id": null,
- "name": null,
- "externalId": null
}, - "grade": {
- "employeeCount": null,
- "id": null,
- "name": null
}, - "office": {
- "address": null,
- "id": null,
- "name": null,
- "latlng": null,
- "taxId": null
}, - "department": {
- "id": null,
- "name": null,
- "externalId": null
}, - "accountingCode": "123"
}
}
], - "costOfGoodsSold": {
- "payments": [
- {
- "travelerIndices": [
- 0,
- 1
], - "userIds": [
- null
], - "amount": {
- "base": null,
- "tax": null
}, - "fop": {
- "type": null,
- "card": null,
- "additionalInfo": null,
- "accessType": null,
- "paymentMethod": null,
- "paymentMetadata": null,
- "paymentSourceType": null
}, - "paymentReference": "HAH2618716871",
- "paymentType": "FLIGHTS",
- "paymentThirdParty": "STRIPE",
- "paymentId": "string",
- "paymentGateway": "STRIPE",
- "isRefunded": false,
- "selectedPaymentSource": {
- "paymentSourceId": null,
- "rawPaymentSource": null,
- "postPaymentRedirectionUrl": null,
- "cvv": null,
- "amount": null
}, - "networkTransactionId": "721107212171711"
}
]
}, - "costToCustomer": {
- "payments": [
- {
- "travelerIndices": [
- 0,
- 1
], - "userIds": [
- null
], - "amount": {
- "base": null,
- "tax": null
}, - "fop": {
- "type": null,
- "card": null,
- "additionalInfo": null,
- "accessType": null,
- "paymentMethod": null,
- "paymentMetadata": null,
- "paymentSourceType": null
}, - "paymentReference": "HAH2618716871",
- "paymentType": "FLIGHTS",
- "paymentThirdParty": "STRIPE",
- "paymentId": "string",
- "paymentGateway": "STRIPE",
- "isRefunded": false,
- "selectedPaymentSource": {
- "paymentSourceId": null,
- "rawPaymentSource": null,
- "postPaymentRedirectionUrl": null,
- "cvv": null,
- "amount": null
}, - "networkTransactionId": "721107212171711"
}
]
}, - "isFinalized": false,
- "policyInfo": {
- "outOfPolicy": false,
- "approverName": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "reasonCode": "TIMING_OR_SCHEDULING",
- "reason": "Business class cheaper than economy",
- "appliedPolicyInfo": {
- "policies": [
- {
- "id": null,
- "version": null,
- "policyName": null,
- "approvalType": null,
- "policyType": null
}
], - "ruleResultInfos": [
- {
- "violationInfos": [ ],
- "subViolationInfos": [ ],
- "actions": [ ]
}
]
}
}, - "airPnr": {
- "legs": [
- {
- "flights": [
- null
], - "brandName": "BUSFLEX",
- "validatingAirlineCode": "AA",
- "legStatus": "PENDING_STATUS",
- "sortingPriority": 1,
- "travelerRestrictions": [
- { }
], - "fareOffers": [
- { }
], - "legId": "1",
- "rateType": "PUBLISHED",
- "legUpdates": {
- "connectionAlerts": [ ]
}, - "preferredTypes": [
- null
], - "preferences": [
- null
], - "scheduleChangeInfo": {
- "flightIndices": [ ],
- "disruptedFlightIndices": [ ]
}
}
], - "airPnrRemarks": [
- {
- "remarkString": "COMPLEATREMARK"
}
], - "travelerInfos": [
- {
- "airVendorCancellationInfo": {
- "airVendorCancellationObjects": [ ]
}, - "travelerIdx": 0,
- "userId": {
- "id": null
}, - "paxType": "ADULT",
- "tickets": [
- null
], - "boardingPass": [
- null
], - "booking": {
- "seats": [ ],
- "luggageDetails": [ ],
- "otherAncillaries": [ ],
- "itinerary": { },
- "otherCharges": [ ]
}, - "appliedCredits": [
- null
], - "specialServiceRequestInfos": [
- null
]
}
], - "automatedCancellationInfo": {
- "supportedCancellations": [
- {
- "cancelType": null,
- "maxCancellationDateTime": null,
- "totalFare": null,
- "penalty": null,
- "merchantFee": null,
- "refund": null
}
]
}, - "automatedExchangeInfo": {
- "supportedExchanges": [
- {
- "legInfos": [ ]
}
]
}, - "bookingMetadata": {
- "fareStatistics": {
- "statisticsItems": [
- null
]
}
}, - "otherServiceInfos": [
- {
- "customText": "Wheelchair access",
- "flightIndexes": [
- null
]
}
], - "holdDeadline": {
- "holdDeadline": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "airPriceOptimizationMetadata": {
- "oldTickets": [
- "0111234567890"
], - "newTickets": [
- "0111234567890"
], - "oldPnrId": "6789533589",
- "newPnrId": "6789533589",
- "oldPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "newPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "priceDrop": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "penaltyPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "disruptedFlightDetails": [
- {
- "departureDateTime": {
- "iso8601": null
}, - "arrivalDateTime": {
- "iso8601": null
}, - "cabin": "ECONOMY",
- "originAirportCode": "SFO",
- "destinationAirportCode": "LHR",
- "marketing": {
- "num": null,
- "airlineCode": null
}, - "operating": {
- "num": null,
- "airlineCode": null
}
}
]
}, - "hotelPnr": {
- "checkInDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "checkOutDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "hotelInfo": {
- "address": {
- "addressLines": [
- null
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- null
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": null,
- "longitude": null
}
}, - "chainCode": "RF",
- "chainName": "Red Roof Inns",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "email": "user@business.com",
- "hotelId": "100094780",
- "name": "San Francisco Airport Red Roof",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "starRating": 3.5,
- "fax": [
- {
- "countryCode": null,
- "countryCodeSource": null,
- "extension": null,
- "isoCountryCode": null,
- "italianLeadingZero": null,
- "nationalNumber": null,
- "numberOfLeadingZeros": null,
- "preferredDomesticCarrierCode": null,
- "rawInput": null,
- "type": null
}
], - "masterChainCode": "EM",
- "brandName": "Marriott Hotel Brands",
- "amenities": [
- {
- "type": null,
- "additionalInfo": null,
- "complimentary": null
}
], - "additionalAmenities": [
- "Room service",
- "Wifi"
], - "imageSets": [
- {
- "category": null,
- "imageGroup": null
}
], - "descriptions": [
- {
- "type": null,
- "value": null
}
], - "thirdPartyHotelCodes": [
- {
- "hotelCode": null,
- "hotelCodeType": null
}
]
}, - "numberOfRooms": 1,
- "payment": {
- "paymentType": "PREPAID",
- "description": "string"
}, - "pnrStatus": "CONFIRMED",
- "room": {
- "bedCount": 1,
- "bedType": "SINGLE",
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": null
}, - "deadlineUtc": {
- "iso8601": null
}, - "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "rateInfo": {
- "nightlyRate": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "totalRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "overallPenaltyCharged": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "publishedRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "publishedNightlyRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "prepaidRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "postpaidRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "rateCode": "SIG",
- "isModifiable": false,
- "isFopModifiable": true
}, - "roomName": "Standard Twin Room (City View)",
- "imageSets": [
- {
- "category": null,
- "imageGroup": null
}
], - "meals": {
- "mealsIncluded": [
- null
], - "mealPlan": "ENGLISH_BREAKFAST"
}, - "roomAmenities": [
- {
- "additionalInfo": null,
- "isComplimentary": null,
- "roomAmenityType": null
}
], - "amenities": [
- {
- "additionalInfo": null,
- "complimentary": null,
- "type": null
}
], - "additionalAmenities": [
- "string"
], - "guaranteeType": "GUARANTEE",
- "additionalDetails": [
- {
- "additionalDetailType": null,
- "text": null
}
], - "roomInfo": {
- "roomType": "ROOM",
- "typeClassDescription": "string",
- "roomView": {
- "type": null,
- "roomClass": [ ]
}, - "roomTypeCode": "1QN"
}, - "co2EmissionDetail": {
- "co2EmissionValue": 10.5
}, - "savingsInfo": {
- "tmcNegotiatedRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "corporateNegotiatedRate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "travelerInfos": [
- {
- "travelerIdx": 0,
- "userId": {
- "id": null
}, - "loyaltyInfos": [
- null
]
}
], - "sortingPriority": 0,
- "vendorReferenceId": "AWKHGS",
- "vendorCancellationId": "AWKHGS",
- "preferredType": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": "NOT_PREFERRED",
- "blockedReason": "string",
- "label": "string"
}
], - "occupancy": [
- {
- "numAdults": 1,
- "numChildren": 1,
- "childAges": [
- null
], - "numInfants": 1
}
], - "sourceStatus": "string",
- "rebookReference": {
- "cancelledPnrIds": [
- "1234567890"
], - "rebookedPnrId": "1234567890",
- "hotelRateAssuranceMetadata": {
- "selfReportedSavings": {
- "amount": null,
- "currencyCode": null
}, - "actualSavings": {
- "amount": null,
- "currencyCode": null
}
}, - "rebookType": "RATE_ASSURANCE"
}, - "hotelSpecialRequests": {
- "roomLocations": [
- "HIGH_FLOOR"
], - "roomFeatures": [
- "FEATHER_FREE_ROOM"
], - "checkIn": "LATE_CHECK_IN",
- "checkInTime": {
- "iso8601": "17:32"
}, - "flightNumber": "AC1234",
- "additionalNote": "Extra pillows and blankets for added comfort during the stay.",
- "accessibleFeatures": [
- "MOBILITY_ACCESSIBLE_ROOM_WITH_TUB"
]
}
}, - "carPnr": {
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "carInfo": {
- "carSpec": {
- "airConditioning": "AC_AVAILABLE",
- "amenities": {
- "numDoors": null,
- "numLargeBags": null,
- "numSeatBelts": null,
- "numSeats": null,
- "numSmallBags": null
}, - "type": "ECONOMY",
- "displayName": "Economy",
- "engineType": "PETROL",
- "imageGroups": [
- null
], - "transmission": "MANUAL_4WD"
}, - "dropOffLocation": {
- "address": {
- "addressLines": [ ],
- "administrativeArea": null,
- "administrativeAreaName": null,
- "description": null,
- "isDefault": null,
- "languageCode": null,
- "locality": null,
- "locationCode": null,
- "organization": null,
- "postalCode": null,
- "continentCode": null,
- "recipients": [ ],
- "regionCode": null,
- "regionName": null,
- "revision": null,
- "sortingCode": null,
- "sublocality": null,
- "timezone": null,
- "coordinates": null
}, - "coordinates": {
- "latitude": null,
- "longitude": null
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [ ],
- "fax": [ ],
- "email": [ ]
}, - "operatingSchedule": {
- "interval": [ ]
}
}, - "mileageAllowance": {
- "length": 150,
- "unit": "MILE"
}, - "pickupLocation": {
- "address": {
- "addressLines": [ ],
- "administrativeArea": null,
- "administrativeAreaName": null,
- "description": null,
- "isDefault": null,
- "languageCode": null,
- "locality": null,
- "locationCode": null,
- "organization": null,
- "postalCode": null,
- "continentCode": null,
- "recipients": [ ],
- "regionCode": null,
- "regionName": null,
- "revision": null,
- "sortingCode": null,
- "sublocality": null,
- "timezone": null,
- "coordinates": null
}, - "coordinates": {
- "latitude": null,
- "longitude": null
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [ ],
- "fax": [ ],
- "email": [ ]
}, - "operatingSchedule": {
- "interval": [ ]
}
}, - "vendor": {
- "code": "ZE",
- "name": "HERTZ",
- "email": "abc@xyz.com",
- "phone": {
- "countryCode": null,
- "countryCodeSource": null,
- "extension": null,
- "isoCountryCode": null,
- "italianLeadingZero": null,
- "nationalNumber": null,
- "numberOfLeadingZeros": null,
- "preferredDomesticCarrierCode": null,
- "rawInput": null,
- "type": null
}
}, - "carTypeCode": "EBMR",
- "extraMileageCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "preferredType": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": null,
- "blockedReason": null,
- "label": null
}
], - "co2EmissionDetail": {
- "co2EmissionValue": 0.01
}
}, - "dropOffDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "paymentType": "PREPAID",
- "pickupDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "sortingPriority": 0,
- "corporateId": "8371",
- "rateType": "PUBLISHED",
- "sourceStatus": "string",
- "vendorCancellationId": "2108528068",
- "originalCarSearchInfo": {
- "pickup": {
- "location": {
- "airportCode": null,
- "cityCode": null,
- "coordinates": null
}, - "datetime": {
- "iso8601": null
}, - "searchQuery": "London"
}, - "dropOff": {
- "location": {
- "airportCode": null,
- "cityCode": null,
- "coordinates": null
}, - "datetime": {
- "iso8601": null
}, - "searchQuery": "London"
}
}
}, - "railPnr": {
- "inwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "legInfos": [
- {
- "allocatedSpaces": [
- { }
], - "travelerRailInfo": [
- null
], - "amenities": [
- null
], - "arriveAt": {
- "iso8601": null
}, - "departAt": {
- "iso8601": null
}, - "arriveAtLocal": {
- "iso8601": null
}, - "departAtLocal": {
- "iso8601": null
}, - "destination": "Liverpool Lime Street",
- "distance": {
- "length": null,
- "unit": null
}, - "duration": {
- "iso8601": null
}, - "fareType": "Anytime Return",
- "origin": "London Euston",
- "travelClass": "FIRST",
- "vehicle": {
- "carrierName": null,
- "timetableId": null,
- "transportName": null,
- "type": null
}, - "originInfo": {
- "name": null,
- "code": null,
- "cityCode": null,
- "timeZone": null,
- "countryCode": null,
- "latLong": null,
- "localCode": null,
- "sourceRefInfos": [ ],
- "stationType": null,
- "cityName": null,
- "stateCode": null,
- "continentCode": null
}, - "destinationInfo": {
- "name": null,
- "code": null,
- "cityCode": null,
- "timeZone": null,
- "countryCode": null,
- "latLong": null,
- "localCode": null,
- "sourceRefInfos": [ ],
- "stationType": null,
- "cityName": null,
- "stateCode": null,
- "continentCode": null
}, - "railFareType": {
- "description": null,
- "fareDetails": [ ],
- "fareSummary": null
}, - "ticketNumber": "345675333",
- "carrierConfirmationNumber": "QP123AF",
- "seatPreferenceSelection": {
- "carriageType": null,
- "deckType": null,
- "direction": null,
- "facilities": [ ],
- "positionType": null,
- "seatLocationType": null,
- "seatType": null
}, - "legId": "9a766905-b5e9-43f7-b985-0738ff692324",
- "vendorName": "ATOC",
- "co2EmissionGramsPerPassenger": 10903
}
], - "outwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "rateMetadata": {
- "negotiatedRateType": "CORPORATE_RATE",
- "publishedRate": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
}, - "paymentMode": "PRE_PAID",
- "sections": [
- {
- "fares": [
- null
], - "rate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "sectionStatus": "CONFIRMED",
- "vendorConfirmations": [
- null
], - "vendorName": "ATOC",
- "userFacingStatus": "PENDING_STATUS"
}
], - "tickets": [
- {
- "issuedDateTime": {
- "iso8601": null
}, - "ticketNumber": "0840010000072",
- "legs": [
- null
], - "passengerRefs": [
- null
]
}
], - "ticketDetails": [
- {
- "deliveryOption": "ELECTRONIC_TICKET",
- "eticketMetadata": {
- "description": null,
- "eticketData": null,
- "type": null
}, - "reference": "string"
}
], - "type": "RETURN",
- "vendorConfirmationNumber": "ABQTEJ",
- "itineraryId": "abcde",
- "ancillaries": [
- {
- "travelCard": {
- "fareType": null,
- "rateInfo": null,
- "travelCardKey": null,
- "vendorName": null,
- "zoneValidity": null
}, - "type": "TRAVEL_CARD"
}
], - "termsAndConditions": {
- "conditions": [
- {
- "url": null,
- "text": null
}
]
}, - "exchangeInfo": {
- "exchangeType": "AMEND_RESERVATION",
- "relatedSectionInfo": {
- "newSectionIndexes": [
- null
], - "oldSectionIndexes": [
- null
]
}
}, - "previousItinerary": {
- "type": "RETURN",
- "outwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- null
], - "co2EmissionDetails": {
- "co2EmissionKilograms": null,
- "isApproximate": null
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "inwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- null
], - "co2EmissionDetails": {
- "co2EmissionKilograms": null,
- "isApproximate": null
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "legInfos": [
- {
- "allocatedSpaces": [ ],
- "travelerRailInfo": [ ],
- "amenities": [ ],
- "arriveAt": null,
- "departAt": null,
- "arriveAtLocal": null,
- "departAtLocal": null,
- "destination": null,
- "distance": null,
- "duration": null,
- "fareType": null,
- "origin": null,
- "travelClass": null,
- "vehicle": null,
- "originInfo": null,
- "destinationInfo": null,
- "railFareType": null,
- "ticketNumber": null,
- "carrierConfirmationNumber": null,
- "seatPreferenceSelection": null,
- "legId": null,
- "vendorName": null,
- "co2EmissionGramsPerPassenger": null
}
], - "sections": [
- {
- "fares": [ ],
- "rate": null,
- "sectionStatus": null,
- "vendorConfirmations": [ ],
- "vendorName": null,
- "userFacingStatus": null
}
], - "deliveryOption": "ELECTRONIC_TICKET",
- "sourceReference": "string",
- "rate": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "extras": [
- { }
], - "refund": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "commission": {
- "amount": null,
- "percent": null
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [ ]
}, - "transactionDate": {
- "iso8601": null
}, - "refundInfo": {
- "refundAmount": null,
- "refundTaxAmount": null,
- "refundDate": null,
- "penalty": null,
- "refundVoucher": null
}
}
}
}, - "limoPnr": {
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "driver": {
- "name": "John Doe",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "driverInstructions": "string"
}, - "legs": [
- {
- "dropOffDateTime": {
- "iso8601": null
}, - "dropOffLocation": {
- "address": null,
- "coordinates": null,
- "counterLocation": null,
- "contactInfo": null,
- "operatingSchedule": null
}, - "dropOffNotes": "string",
- "pickupDateTime": {
- "iso8601": null
}, - "pickupLocation": {
- "address": null,
- "coordinates": null,
- "counterLocation": null,
- "contactInfo": null,
- "operatingSchedule": null
}, - "pickupNotes": "string",
- "sortingPriority": 0
}
], - "limoDetails": {
- "carType": "STANDARD_CAR",
- "electricVehicle": "YES",
- "vendorName": "NATIONAL",
- "limoVendorInfo": {
- "code": "ZE",
- "name": "HERTZ",
- "email": "mail@mail.com"
}, - "bookingNotes": "string"
}, - "paymentType": "PREPAID",
- "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "sourceStatus": "string"
}, - "miscPnr": {
- "description": "Any text info",
- "endDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "startDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "vendorConfirmationNumber": "2108528068",
- "sortingPriority": 10,
- "sourceStatus": "string"
}, - "additionalMetadata": {
- "airportInfo": [
- {
- "airportCode": "WRA",
- "airportName": "Warder Airport",
- "cityName": "Werder",
- "countryName": "Ethiopia",
- "countryCode": "ET",
- "zoneName": "Africa/Addis_Ababa",
- "stateCode": "CA"
}
], - "airlineInfo": [
- {
- "airlineCode": "AA",
- "airlineName": "American Airlines"
}
]
}, - "preBookAnswers": {
- "answers": [
- {
- "entityId": "string",
- "userInput": "string",
- "itemIds": [
- null
], - "answers": [
- null
], - "customFieldType": "QUESTION",
- "questionDisplayText": "string",
- "question": {
- "id": null,
- "name": null,
- "questionFormat": null,
- "optionInfo": null,
- "isRequired": null,
- "isDisabled": null,
- "includeInItinerary": null,
- "customFieldLocations": [ ],
- "matchConditions": null,
- "questionType": null
}
}
], - "preBookQuestionResponseId": "string"
}, - "customFields": [
- {
- "id": "string",
- "type": "QUESTION",
- "description": "GLOBAL OFFSITE 2022"
}
], - "bookingHistory": [
- {
- "bookerInfo": {
- "name": "Harry Potter",
- "email": "harry@spotnana.com",
- "role": "AGENT",
- "tmcName": "Spotnana Technology"
}, - "bookingInfo": {
- "updatedDateTime": {
- "iso8601": null
}, - "status": "BOOKED",
- "bookingSourceClient": "ANDROID_APP"
}
}
], - "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "serviceFees": [
- {
- "fare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "taxes": [
- {
- "amount": null,
- "taxCode": null,
- "description": null,
- "percentage": null
}
], - "ticketNumber": "string",
- "status": "ISSUED",
- "fop": {
- "type": "CARD",
- "card": {
- "id": null,
- "type": null,
- "company": null,
- "name": null,
- "address": null,
- "number": null,
- "expiryMonth": null,
- "expiryYear": null,
- "cvv": null,
- "label": null,
- "currency": null,
- "externalId": null,
- "vaultId": null,
- "expiry": null,
- "ownershipLabel": null
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": null,
- "entityIds": [ ],
- "entities": [ ]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": { },
- "vendorProgramPaymentMetadata": null,
- "virtualCardMetadata": null,
- "cardMetadata": null
}, - "paymentSourceType": "CARD"
}, - "visibleToTraveler": true,
- "paymentTransactionInfo": {
- "paymentReference": "pi_2PAlaAIE$aaaaAaA0bLqk9AI",
- "networkTransactionId": "721107212171711",
- "gatewayInfo": {
- "stripeInfo": null
}, - "failureReason": {
- "reasonCode": null
}
}, - "tags": [
- {
- "key": null,
- "value": null
}
]
}
], - "paymentInfo": [
- {
- "fop": {
- "type": "CARD",
- "card": {
- "id": null,
- "type": null,
- "company": null,
- "name": null,
- "address": null,
- "number": null,
- "expiryMonth": null,
- "expiryYear": null,
- "cvv": null,
- "label": null,
- "currency": null,
- "externalId": null,
- "vaultId": null,
- "expiry": null,
- "ownershipLabel": null
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": null,
- "entityIds": [ ],
- "entities": [ ]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": { },
- "vendorProgramPaymentMetadata": null,
- "virtualCardMetadata": null,
- "cardMetadata": null
}, - "paymentSourceType": "CARD"
}, - "totalCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "totalRefund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "netCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}
], - "bookingStatus": "PENDING_STATUS",
- "contactSupport": false,
- "travelerPnrVisibilityStatus": "VISIBLE",
- "shellPnrInfo": {
- "shellPnrCreateReasonType": "CONTENT_NOT_AVAILABLE",
- "createShellPnrReason": "Flight Missing",
- "pnrType": "AIR"
}, - "pnrCreationDetails": {
- "requestedByDetails": {
- "pnrRequestedBy": "Peter",
- "requestedByUserOrgId": {
- "organizationAgencyId": {
- "id": null
}, - "organizationId": {
- "id": null
}, - "userId": {
- "id": null
}, - "tmcInfo": {
- "id": null,
- "primaryServiceProviderTmc": null,
- "secondaryServiceProviderTmcs": [ ],
- "partnerTmcId": null
}, - "tmcBasicInfo": {
- "contractingTmc": null,
- "bookingTmc": null
}
}
}
}, - "approvalInfo": [
- {
- "approvalStatus": "APPROVAL_PENDING"
}
], - "cancellationRequestStatus": "CANCELLATION_IN_PROGRESS",
- "externalInfo": {
- "externalPnrId": "A2345",
- "externalPnrVersion": 1,
- "externalUrlMetadata": "exchange=a,cancel=b"
}, - "tripId": "123456789",
- "documents": [
- {
- "documentId": "f49d00fe-1eda-4304-ba79-a980f565281d",
- "documentMetadata": {
- "documentType": "VISA",
- "entityType": "PNR",
- "entityId": "123124",
- "entityMetadata": {
- "pnrMetadata": null,
- "invoiceMetadata": { },
- "travelType": null
}, - "name": "BoardingPass.pdf"
}
}
], - "freshnessInfo": {
- "latestVersionDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "returnedVersionDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "bookingEmailInfo": {
- "disableEmail": true
}, - "llfPnrInfo": {
- "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "pnrId": "123456789",
- "invoiceInfos": [
- {
- "invoiceNumber": "SPOT-0001",
- "productType": "PNR",
- "invoiceId": "2a5c0a73-1306-47f2-8210-7dfc812f4d0e"
}
], - "totalFareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "dkNumber": "123456789",
- "savingsFare": {
- "fareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "isTaxIncluded": false
}, - "tripUsageMetadata": {
- "tripUsageType": "STANDARD",
- "eventMetadata": {
- "eventId": "123456789"
}
}
}
}
], - "tripStatus": "CONFIRMED",
- "tripBookingStatus": "PENDING_STATUS",
- "eventSummary": {
- "id": "12345",
- "name": "My event",
- "description": "This is an event description",
- "startDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "endDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "location": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "contacts": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "documents": [
- {
- "documentId": "f49d00fe-1eda-4304-ba79-a980f565281d",
- "documentMetadata": {
- "documentType": "VISA",
- "entityType": "PNR",
- "entityId": "123124",
- "entityMetadata": {
- "pnrMetadata": {
- "flightMetadata": {
- "flightId": null
}
}, - "invoiceMetadata": {
- "invoiceNumber": "SPOT-0001"
}, - "travelType": "AIR"
}, - "name": "BoardingPass.pdf"
}
}
], - "bookingGuidelines": [
- {
- "numGuestsAllowed": 1,
- "airBookingGuideLine": {
- "allowedAirports": [
- {
- "airportCode": "WRA",
- "airportName": "Warder Airport",
- "cityName": "Werder",
- "countryName": "Ethiopia",
- "countryCode": "ET",
- "zoneName": "Africa/Addis_Ababa",
- "stateCode": "CA"
}
], - "arrivalBookingWindow": {
- "startDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "endDateTime": {
- "iso8601": "2017-07-21T17:32"
}
}, - "departureBookingWindow": {
- "startDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "endDateTime": {
- "iso8601": "2017-07-21T17:32"
}
}, - "allowedFlightGuidelines": [
- {
- "allowedFlightType": "ROUND_TRIP",
- "numberOfLegs": 2
}
]
}
}
], - "allowedBookingTypes": [
- "AIR"
], - "eventUserRsvp": {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "eventRsvpState": "ADDED",
- "eventRsvpResponse": {
- "air": {
- "notNeeded": true
}, - "hotel": {
- "notNeeded": true
}, - "car": {
- "notNeeded": true
}, - "rail": {
- "notNeeded": true
}
}, - "invitedAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "airBookingStatus": "BOOKED",
- "railBookingStatus": "BOOKED",
- "carBookingStatus": "BOOKED",
- "hotelBookingStatus": "BOOKED"
}, - "contactInfoList": [
- {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "email": "a@spotnana.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}
}
], - "companyId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "runningStatus": "UPCOMING",
- "status": "DRAFT",
- "isRemovedParticipant": true
}, - "simplePnrs": [
- {
- "pnrId": "1234567890",
- "sourcePnrId": "AEDAVF",
- "source": "SABRE",
- "air": {
- "legs": [
- {
- "flights": [
- {
- "vendorConfirmationId": null,
- "flightNumber": null,
- "airlineCode": null,
- "departureAirportInfo": null,
- "arrivalAirportInfo": null,
- "departureDatetime": null,
- "arrivalDateTime": null
}
], - "sortingPriority": 0
}
]
}, - "hotel": {
- "vendorConfirmationId": "string",
- "hotelName": "string",
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "checkInDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "checkOutDatetime": {
- "iso8601": "2017-07-21T17:32"
}, - "sortingPriority": 0
}, - "car": {
- "vendorConfirmationId": "string",
- "vendorName": "string",
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "pickUpDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "dropOffDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "sortingPriority": 0
}, - "rail": {
- "sections": [
- {
- "vendorConfirmationId": "string",
- "legs": [
- {
- "originStationInfo": null,
- "destinationStationInfo": null,
- "departureDatetime": null,
- "arrivalDateTime": null,
- "carrierName": null,
- "sortingPriority": null
}
]
}
], - "ticketReferences": [
- {
- "description": "string",
- "reference": "string",
- "type": "PDF"
}
]
}, - "pnrStatus": "CONFIRMED",
- "userFacingStatus": "PENDING_STATUS"
}
], - "additionalInfo": {
- "vpayBillBack": "B"
}, - "tripPaymentInfo": {
- "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "totalFareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "serviceFeeFareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}
}
}
This endpoint creates a PNR. A PNR represents a booking in spotnana. This could be Air/Hotel/Car/Rail booking. This endpoint is used to creare PNR document for a booking that is created outside Spotnana platform and its details are to be put in Spotnana.
Created
Bad request
Unauthorized
Forbidden
{- "version": 1,
- "sourceInfo": {
- "sourcePnrId": "AEDAVF",
- "bookingSource": "United.com",
- "bookingDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "posDescriptor": "LA5K",
- "iataNumber": "426666"
}, - "invoiceDelayedBooking": false,
- "travelers": [
- {
- "travelerPersonalInfo": {
- "loyaltyInfos": [
- {
- "appliedTo": [
- "TAJ"
], - "id": "firstId",
- "issuedBy": "firstIssuedBy",
- "type": "AIR"
}
], - "travelPref": {
- "airPref": {
- "airlinePrefs": [
- {
- "airlines": [ ],
- "flightType": null
}
], - "alliancePref": {
- "alliances": [
- null
]
}, - "farePref": {
- "fareTypes": [
- null
]
}, - "homeAirport": "NEW YORK",
- "mealPref": {
- "exclMealPrefs": [
- null
], - "inclMealPrefs": [
- null
], - "specialMealDescription": "Veg only meal"
}, - "numStopPref": {
- "numOfStops": 34
}, - "seatAmenityPref": {
- "seatAmenityTypes": [
- null
]
}, - "seatLocationPrefs": [
- {
- "cabins": [ ],
- "isBulkHeadPref": null,
- "maxFlightDurationInHours": null,
- "position": null
}
], - "preferredAirports": [
- {
- "airportName": null,
- "airportCode": null,
- "label": null
}
]
}, - "preferredCurrency": "USD",
- "railCards": [
- {
- "cardNumber": "string",
- "expiryDate": {
- "iso8601": null
}, - "name": "Veterans Railcard",
- "spotnanaCode": "VET",
- "vendor": "ATOC"
}
], - "railPref": {
- "preferredRailStations": [
- {
- "stationName": null,
- "stationCode": null,
- "cityName": null,
- "countryCode": null,
- "label": null
}
], - "seatPreference": {
- "hasAccessibility": false,
- "seatTypes": [
- null
], - "seatLocations": [
- null
], - "deckLevels": [
- null
], - "seatDirections": [
- null
]
}, - "travelClasses": [
- "FIRST"
], - "coachPreferences": [
- "NON_SMOKING"
], - "conditionalRates": [
- "AAA"
]
}, - "carPref": {
- "vendors": [
- {
- "code": null,
- "name": null,
- "isPresentInPreferredVendors": null
}
], - "carTypes": [
- "ECONOMY"
], - "engineTypes": [
- "PETROL"
], - "transmissionTypes": [
- "AUTOMATIC"
], - "conditionalRates": [
- "AAA"
]
}, - "hotelPref": {
- "hotelParentChains": [
- {
- "chainCode": null,
- "chainName": null
}
], - "hotelBrands": [
- {
- "brandCode": null,
- "brandName": null
}
], - "hotelAmenityTypes": [
- "PARKING"
], - "roomPreference": {
- "isMobilityAccessible": false,
- "bedCount": "ONE_BED",
- "roomType": "SMOKING",
- "mostImportantFact": "BED_COUNT",
- "roomLocation": "HIGH_FLOOR",
- "pillowType": "FOAM",
- "roomAmenityPrefs": [
- null
]
}, - "conditionalRates": [
- "AAA"
]
}
}
}, - "user": {
- "addresses": [
- {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}
], - "dob": {
- "iso8601": "2017-07-21"
}, - "email": "example@email.com",
- "emergencyContactInfo": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "designation": "MANAGER",
- "email": "emergency-contact@email.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "phoneNumber": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "userOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": null
}, - "primaryServiceProviderTmc": {
- "tmcId": null
}, - "secondaryServiceProviderTmcs": [
- null
], - "partnerTmcId": {
- "id": null
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": null,
- "name": null,
- "logo": null
}, - "bookingTmc": {
- "id": null,
- "name": null,
- "logo": null
}
}
}
}, - "emergencyContact": {
- "name": "John Smith",
- "email": "emergency-contact@email.com",
- "designation": "MANAGER",
- "relation": "SPOUSE",
- "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "preferredLanguage": "en-US"
}, - "gender": "FEMALE",
- "identityDocs": [
- {
- "passport": {
- "docId": "PASSPORTID",
- "expiryDate": {
- "iso8601": "2017-07-21"
}, - "issueCountry": "IN",
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "nationalityCountry": "IN",
- "type": "REGULAR"
}
}, - {
- "ktn": {
- "number": "123456",
- "issueCountry": "US"
}
}
], - "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "paymentInfos": [
- {
- "applicableTo": [
- "HOTEL"
], - "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [ ],
- "administrativeArea": null,
- "administrativeAreaName": null,
- "description": null,
- "isDefault": null,
- "languageCode": null,
- "locality": null,
- "locationCode": null,
- "organization": null,
- "postalCode": null,
- "continentCode": null,
- "recipients": [ ],
- "regionCode": null,
- "regionName": null,
- "revision": null,
- "sortingCode": null,
- "sublocality": null,
- "timezone": null,
- "coordinates": null
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": null
}, - "ownershipLabel": "CENTRAL"
}, - "accessType": "UNKNOWN_TYPE",
- "access": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- null
], - "entities": [
- null
]
}
}
], - "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "profilePicture": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": 120,
- "width": 240
},
}, - "nationality": "Indian",
- "title": "MR"
}, - "userBusinessInfo": {
- "department": {
- "id": {
- "id": "631ccbcf-9414-5fe0-c234-b324dfbe7422"
}, - "name": "IT Department",
- "externalId": "department-ext-id",
- "employeeCount": 57
}, - "designation": "MANAGER",
- "email": "user@business.com",
- "employeeId": "101",
- "grade": {
- "employeeCount": 75,
- "id": {
- "id": "831ccbcb-1416-7fe2-e236-d324dfbe7424"
}, - "name": "Grade"
}, - "legalEntityId": {
- "id": "fc1ccbce-8413-4fe9-b233-a324dfbe7421"
}, - "managerBasicInfo": {
- "userOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": null
}, - "primaryServiceProviderTmc": {
- "tmcId": null
}, - "secondaryServiceProviderTmcs": [
- null
], - "partnerTmcId": {
- "id": null
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": null,
- "name": null,
- "logo": null
}, - "bookingTmc": {
- "id": null,
- "name": null,
- "logo": null
}
}
}, - "persona": "EMPLOYEE",
- "email": "example@email.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "profilePicture": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": 120,
- "width": 240
},
}, - "tier": "SEAT1A",
- "phoneNumber": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "employeeId": "string",
- "isActive": true
}, - "office": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "id": {
- "id": "531ccbce-8413-4fe9-b233-a324dfbe7421"
}, - "name": "Office",
- "latlng": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "taxId": "133232"
}, - "organizationId": {
- "id": "string"
}, - "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "userCostCenter": {
- "employeeCount": 120,
- "id": {
- "id": "731ccbca-0415-6fe1-d235-c324dfbe7423"
}, - "name": "CostCenter",
- "externalId": "external-id"
}, - "designatedApproverInfos": [
- {
- "userOrgId": {
- "organizationAgencyId": {
- "id": null
}, - "organizationId": {
- "id": null
}, - "userId": {
- "id": null
}, - "tmcInfo": {
- "id": null,
- "primaryServiceProviderTmc": null,
- "secondaryServiceProviderTmcs": [ ],
- "partnerTmcId": null
}, - "tmcBasicInfo": {
- "contractingTmc": null,
- "bookingTmc": null
}
}, - "persona": "EMPLOYEE",
- "email": "example@email.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "profilePicture": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}, - "tier": "SEAT1A",
- "phoneNumber": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "employeeId": "string",
- "isActive": true
}
], - "designatedApproverUserIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "authorizerEmail": "example@email.com"
}, - "userOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "primaryServiceProviderTmc": {
- "tmcId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}
}, - "secondaryServiceProviderTmcs": [
- {
- "tmcId": {
- "id": null
}, - "supplier": "SABRE",
- "travelType": "AIR"
}
], - "partnerTmcId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "string",
- "logo": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}
}, - "bookingTmc": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "string",
- "logo": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}
}
}
}, - "persona": "EMPLOYEE",
- "isActive": true,
- "tier": "SEAT1A",
- "adhocUserInfo": {
- "profileOwner": {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "isSaved": false
}, - "externalId": "string"
}
], - "pnrTravelers": [
- {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "travelerInfo": {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "personalInfo": {
- "addresses": [
- {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}
], - "dob": {
- "iso8601": "2017-07-21"
}, - "email": "example@email.com",
- "emergencyContactInfo": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "designation": "MANAGER",
- "email": "emergency-contact@email.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "phoneNumber": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "userOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": null
}, - "primaryServiceProviderTmc": {
- "tmcId": null
}, - "secondaryServiceProviderTmcs": [
- null
], - "partnerTmcId": {
- "id": null
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": null,
- "name": null,
- "logo": null
}, - "bookingTmc": {
- "id": null,
- "name": null,
- "logo": null
}
}
}
}, - "gender": "FEMALE",
- "identityDocs": [
- {
- "passport": {
- "docId": "PASSPORTID",
- "expiryDate": {
- "iso8601": "2017-07-21"
}, - "issueCountry": "IN",
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "nationalityCountry": "IN",
- "type": "REGULAR"
}
}, - {
- "ktn": {
- "number": "123456",
- "issueCountry": "US"
}
}
], - "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "profilePicture": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": 120,
- "width": 240
},
}, - "nationality": "Indian",
- "title": "MR",
- "preferredLanguage": "en-US",
- "preferredPronoun": "SHE_HER_HERS",
- "travelerName": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "emergencyContact": {
- "name": "John Smith",
- "email": "emergency-contact@email.com",
- "designation": "MANAGER",
- "relation": "SPOUSE",
- "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "preferredLanguage": "en-US"
}
}, - "loyalties": [
- {
- "appliedTo": [
- "TAJ"
], - "id": "firstId",
- "issuedBy": "firstIssuedBy",
- "type": "AIR"
}
], - "persona": "EMPLOYEE",
- "businessInfo": {
- "legalEntity": {
- "id": "string",
- "name": "Spotnana India",
- "ein": "string",
- "externalId": "abcd",
- "companySpecifiedAttributes": [
- {
- "fieldName": "businessId",
- "value": "ABCD"
}
]
}, - "companyId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "companyInfo": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "Spotnana",
- "externalId": "abcd"
}, - "workerType": "EMPLOYEE",
- "employeeId": "1234",
- "companySpecifiedAttributes": [
- {
- "fixedColumnName": "contingentType",
- "value": "FSTV"
}
], - "userCostCenter": {
- "employeeCount": 120,
- "id": {
- "id": "731ccbca-0415-6fe1-d235-c324dfbe7423"
}, - "name": "CostCenter",
- "externalId": "external-id"
}, - "grade": {
- "employeeCount": 75,
- "id": {
- "id": "831ccbcb-1416-7fe2-e236-d324dfbe7424"
}, - "name": "Grade"
}, - "office": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "id": {
- "id": "531ccbce-8413-4fe9-b233-a324dfbe7421"
}, - "name": "Office",
- "latlng": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "taxId": "133232"
}, - "department": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "IT Department",
- "externalId": "department-ext-id"
}, - "accountingCode": "123"
}
}
], - "costOfGoodsSold": {
- "payments": [
- {
- "travelerIndices": [
- 0,
- 1
], - "userIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "amount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "fop": {
- "type": "CARD",
- "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [
- null
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- null
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": null,
- "longitude": null
}
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": {
- "expiryMonth": null,
- "expiryYear": null
}
}, - "ownershipLabel": "CENTRAL"
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- "string"
], - "entities": [
- {
- "entityId": null,
- "centralCardAccessLevel": null
}
]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": {
- "brexBudgetMetadata": {
- "budgetName": null,
- "paidByPersonalCard": null
}
}, - "vendorProgramPaymentMetadata": {
- "directBilling": {
- "vendorId": null,
- "directBillingCode": null
}
}, - "virtualCardMetadata": {
- "vendorInfo": {
- "vendor": null,
- "vendorCardId": null,
- "virtualCardVendorCardPoolId": null,
- "confermaInfo": null
}, - "cardInfo": {
- "amount": null,
- "dateRange": null
}, - "paymentInstructionId": "1eb8b778-f0a6-4037-865c-4580982fa36e",
- "shouldReveal": false
}, - "cardMetadata": {
- "card": {
- "id": null,
- "type": null,
- "company": null,
- "name": null,
- "address": null,
- "number": null,
- "expiryMonth": null,
- "expiryYear": null,
- "cvv": null,
- "label": null,
- "currency": null,
- "externalId": null,
- "vaultId": null,
- "expiry": null,
- "ownershipLabel": null
}, - "accessType": {
- "accessType": null,
- "entityIds": [ ],
- "entities": [ ]
}, - "isLodgeCard": false,
- "bta": "Y"
}
}, - "paymentSourceType": "CARD"
}, - "paymentReference": "HAH2618716871",
- "paymentType": "FLIGHTS",
- "paymentThirdParty": "STRIPE",
- "paymentId": "string",
- "paymentGateway": "STRIPE",
- "isRefunded": false,
- "selectedPaymentSource": {
- "paymentSourceId": "f49d00fe-1eda-4304-ba79-a980f565281d",
- "rawPaymentSource": {
- "type": "string",
- "cardDetails": {
- "company": "VISA",
- "token": "4111111111111111",
- "expiry": {
- "tokenizedExpiry": null
}
}
}, - "postPaymentRedirectionUrl": "https://mycompany.com/checkout?paymentSourceId=f49d00fe-1eda-4304-ba79-a980f565281d",
- "cvv": "string",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "networkTransactionId": "721107212171711"
}
]
}, - "costToCustomer": {
- "payments": [
- {
- "travelerIndices": [
- 0,
- 1
], - "userIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "amount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "fop": {
- "type": "CARD",
- "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [
- null
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- null
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": null,
- "longitude": null
}
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": {
- "expiryMonth": null,
- "expiryYear": null
}
}, - "ownershipLabel": "CENTRAL"
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- "string"
], - "entities": [
- {
- "entityId": null,
- "centralCardAccessLevel": null
}
]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": {
- "brexBudgetMetadata": {
- "budgetName": null,
- "paidByPersonalCard": null
}
}, - "vendorProgramPaymentMetadata": {
- "directBilling": {
- "vendorId": null,
- "directBillingCode": null
}
}, - "virtualCardMetadata": {
- "vendorInfo": {
- "vendor": null,
- "vendorCardId": null,
- "virtualCardVendorCardPoolId": null,
- "confermaInfo": null
}, - "cardInfo": {
- "amount": null,
- "dateRange": null
}, - "paymentInstructionId": "1eb8b778-f0a6-4037-865c-4580982fa36e",
- "shouldReveal": false
}, - "cardMetadata": {
- "card": {
- "id": null,
- "type": null,
- "company": null,
- "name": null,
- "address": null,
- "number": null,
- "expiryMonth": null,
- "expiryYear": null,
- "cvv": null,
- "label": null,
- "currency": null,
- "externalId": null,
- "vaultId": null,
- "expiry": null,
- "ownershipLabel": null
}, - "accessType": {
- "accessType": null,
- "entityIds": [ ],
- "entities": [ ]
}, - "isLodgeCard": false,
- "bta": "Y"
}
}, - "paymentSourceType": "CARD"
}, - "paymentReference": "HAH2618716871",
- "paymentType": "FLIGHTS",
- "paymentThirdParty": "STRIPE",
- "paymentId": "string",
- "paymentGateway": "STRIPE",
- "isRefunded": false,
- "selectedPaymentSource": {
- "paymentSourceId": "f49d00fe-1eda-4304-ba79-a980f565281d",
- "rawPaymentSource": {
- "type": "string",
- "cardDetails": {
- "company": "VISA",
- "token": "4111111111111111",
- "expiry": {
- "tokenizedExpiry": null
}
}
}, - "postPaymentRedirectionUrl": "https://mycompany.com/checkout?paymentSourceId=f49d00fe-1eda-4304-ba79-a980f565281d",
- "cvv": "string",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "networkTransactionId": "721107212171711"
}
]
}, - "policyInfo": {
- "outOfPolicy": false,
- "approverName": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "reasonCode": "TIMING_OR_SCHEDULING",
- "reason": "Business class cheaper than economy",
- "appliedPolicyInfo": {
- "policies": [
- {
- "id": "string",
- "version": "string",
- "policyName": "string",
- "approvalType": "SOFT_APPROVAL",
- "policyType": "GLOBAL"
}
], - "ruleResultInfos": [
- {
- "violationInfos": [
- {
- "predicateString": "string",
- "predicate": "UNKNOWN_PREDICATE_STRING",
- "expectedValue": {
- "i": null
}, - "actualValue": {
- "i": null
}
}
], - "subViolationInfos": [
- {
- "predicateString": "string",
- "predicate": "UNKNOWN_PREDICATE_STRING",
- "expectedValue": {
- "i": null
}, - "actualValue": {
- "i": null
}
}
], - "actions": [
- {
- "flag": {
- "message": null
}
}
]
}
]
}
}, - "airPnr": {
- "legs": [
- {
- "flights": [
- {
- "departureDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "arrivalDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "duration": {
- "iso8601": "PT19H55M"
}, - "flightId": "CjoKOGNsYXNzIERhdGVUaW1lTG9jYWwgewogICAgaXNvO",
- "origin": "SFO",
- "destination": "LHR",
- "departureGate": {
- "gate": "1A",
- "terminal": "1"
}, - "arrivalGate": {
- "gate": "1A",
- "terminal": "1"
}, - "marketing": {
- "num": "321",
- "airlineCode": "AA"
}, - "operating": {
- "num": "321",
- "airlineCode": "AA"
}, - "operatingAirlineName": "SKYWEST DBA UNITED EXPRESS",
- "hiddenStops": [
- {
- "airport": null,
- "arrivalDateTime": null,
- "departureDateTime": null,
- "duration": null
}
], - "vendorConfirmationNumber": "ABQTEJ",
- "cabin": "ECONOMY",
- "bookingCode": "A",
- "flightStatus": "CONFIRMED",
- "otherStatuses": [
- {
- "cabin": null,
- "status": null
}
], - "co2EmissionDetail": {
- "emissionValue": 10,
- "averageEmissionValue": 10,
- "flightDistanceKm": 10,
- "isApproximate": true
}, - "flightUpdates": {
- "previousDepartureDateTime": {
- "iso8601": null
}, - "previousArrivalDateTime": {
- "iso8601": null
}, - "previousDepartureGate": {
- "gate": null,
- "terminal": null
}, - "previousArrivalGate": {
- "gate": null,
- "terminal": null
}
}, - "sourceStatus": "string",
- "equipment": {
- "code": "777",
- "type": "N",
- "name": "Boeing 737-800"
}, - "distance": {
- "length": 150,
- "unit": "MILE"
}
}
], - "brandName": "BUSFLEX",
- "validatingAirlineCode": "AA",
- "legStatus": "PENDING_STATUS",
- "fareOffers": [
- {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "baggagePolicy": {
- "checkedIn": [
- null
], - "carryOn": [
- null
]
}, - "cancellationPolicy": {
- "description": "Non-refundable",
- "fee": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "assessmentType": "BENEFIT",
- "isCat16": true,
- "isConditional": true
}, - "exchangePolicy": {
- "description": "Change allowed for free",
- "fee": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "assessmentType": "BENEFIT",
- "isCat16": true,
- "isConditional": true
}
}
], - "rateType": "PUBLISHED",
- "legUpdates": {
- "connectionAlerts": [
- {
- "departingFlightIndex": 0,
- "minConnectionDuration": {
- "iso8601": null
}, - "previousConnectionDuration": {
- "iso8601": null
}, - "updatedConnectionDuration": {
- "iso8601": null
}
}
]
}, - "scheduleChangeInfo": {
- "flightIndices": [
- 1
], - "disruptedFlightIndices": [
- 1
]
}
}
], - "airPnrRemarks": [
- {
- "remarkString": "COMPLEATREMARK"
}
], - "travelerInfos": [
- {
- "airVendorCancellationInfo": {
- "airVendorCancellationObjects": [
- {
- "vendorCancellationId": "string",
- "flightAndLegIndices": [
- null
]
}
]
}, - "travelerIdx": 0,
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "paxType": "ADULT",
- "tickets": [
- {
- "ticketNumber": "0017574214321",
- "ticketType": "UNKNOWN_TICKET_TYPE",
- "issuedDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "status": "ISSUED",
- "amount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "flightCoupons": [
- {
- "legIdx": null,
- "flightIdx": null,
- "status": null
}
], - "ancillaries": [
- {
- "ancillaryType": null,
- "totalFare": null,
- "legIndex": null,
- "flightIndex": null
}
], - "validatingAirlineCode": "AA",
- "exchangePolicy": {
- "exchangePenalty": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "isExchangeable": true,
- "isCat16": true,
- "isConditional": true
}, - "exchangeInfo": {
- "originalTicketNumber": "0017574214321",
- "penalty": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "addCollectAmount": {
- "base": null,
- "tax": null
}
}, - "refundPolicy": {
- "refundPenalty": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "isRefundable": true,
- "isRefundableByObt": true,
- "isCat16": true,
- "isConditional": true
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundTaxBreakdown": {
- "tax": [ ]
}
}, - "llfInfo": {
- "llf": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "reasonCode": "TIMING_OR_SCHEDULING",
- "reason": "Want a stop in London"
}, - "taxBreakdown": {
- "tax": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "iataNumber": "string",
- "fareCalculation": "string",
- "updateDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "paymentDetails": [
- {
- "amount": null,
- "fop": null,
- "isRefunded": null
}
], - "ticketSettlement": "ARC_TICKET",
- "ticketCtc": {
- "cost": [
- { }
]
}, - "publishedFare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "merchantFee": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "airlineFee": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "vendorCancellationId": "2108528068",
- "conjunctionTicketSuffix": [
- "37"
], - "createdUnusedCredit": {
- "sourcePnr": "MC5ONS",
- "spotnanaPnr": "2345678",
- "ticketNumber": "5267779139217",
- "airlineCode": "AA",
- "airlineInfo": {
- "airlineCode": null,
- "airlineName": null
}, - "totalFare": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "issueDate": {
- "iso8601": null
}, - "expiryDate": {
- "iso8601": null
}, - "usedDate": {
- "iso8601": null
}, - "departureDate": {
- "iso8601": null
}, - "segmentsAvailable": "UNKNOWN",
- "passengerName": {
- "family1": null,
- "family2": null,
- "given": null,
- "middle": null,
- "suffix": null,
- "preferred": null
}, - "departureCountry": "USA",
- "arrivalCountry": "USA",
- "ticketType": "TICKET_TYPE_UNKNOWN",
- "pcc": "string",
- "status": "STATUS_UNKNOWN",
- "source": "SABRE",
- "tripId": "1234567",
- "redeemVia": "REDEEM_VIA_OBT",
- "sourceOfTruth": "SPOTNANA",
- "owningPcc": "string"
}, - "ticketScheduleChangeInformation": {
- "possibleActions": [
- null
], - "refundInfo": {
- "isRefundAllowed": null,
- "refundWaiverCode": null,
- "exchangeWaiverCode": null
}
}, - "pcc": "ABCD",
- "savingsFare": {
- "fareAmount": {
- "base": null,
- "tax": null
}, - "isTaxIncluded": false
}, - "preBookAnswers": {
- "answers": [
- null
], - "preBookQuestionResponseId": "string"
}
}
], - "boardingPass": [
- {
- "legIndex": 0,
- "flightIndex": 0,
- "boardingPriority": "A",
- "boardingZone": "16"
}
], - "booking": {
- "seats": [
- {
- "legIdx": 0,
- "flightIdx": 0,
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "number": "32A",
- "status": "CONFIRMED",
- "sourceStatus": "HK"
}
], - "luggageDetails": [
- {
- "legIdx": 0,
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "weightKg": 40,
- "numBags": 2,
- "status": "CONFIRMED"
}
], - "otherAncillaries": [
- {
- "type": "EARLY_BIRD",
- "legIndex": 0,
- "flightIndex": 0,
- "fare": {
- "base": null,
- "tax": null
}, - "status": "CONFIRMED",
- "flightIds": [
- null
]
}
], - "otherCharges": [
- {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "type": "Meal"
}
]
}, - "appliedCredits": [
- {
- "creditId": "0017574214321",
- "creditAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "fareDifference": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "penalty": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}
], - "specialServiceRequestInfos": [
- {
- "code": "string",
- "customText": "string",
- "flightIndex": 0,
- "legIndex": 0,
- "status": "SPECIAL_SERVICE_REQUEST_STATUS_UNKNOWN"
}
]
}
], - "automatedCancellationInfo": {
- "supportedCancellations": [
- {
- "cancelType": "VOID",
- "maxCancellationDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "totalFare": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "penalty": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "merchantFee": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
]
}, - "automatedExchangeInfo": {
- "supportedExchanges": [
- {
- "legInfos": [
- {
- "legIdx": 1
}
]
}
]
}, - "bookingMetadata": {
- "fareStatistics": {
- "statisticsItems": [
- {
- "statisticType": "MINIMUM",
- "totalFare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
}
]
}
}, - "otherServiceInfos": [
- {
- "customText": "Wheelchair access",
- "flightIndexes": [
- {
- "flightIndex": 0,
- "legIndex": 1
}
]
}
], - "holdDeadline": {
- "holdDeadline": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "airPriceOptimizationMetadata": {
- "oldTickets": [
- "0111234567890"
], - "newTickets": [
- "0111234567890"
], - "oldPnrId": "6789533589",
- "newPnrId": "6789533589",
- "oldPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "newPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "priceDrop": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "penaltyPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "disruptedFlightDetails": [
- {
- "departureDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "arrivalDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "cabin": "ECONOMY",
- "originAirportCode": "SFO",
- "destinationAirportCode": "LHR",
- "marketing": {
- "num": "321",
- "airlineCode": "AA"
}, - "operating": {
- "num": "321",
- "airlineCode": "AA"
}
}
]
}, - "hotelPnr": {
- "checkInDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "checkOutDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "hotelInfo": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "chainCode": "RF",
- "chainName": "Red Roof Inns",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "email": "user@business.com",
- "hotelId": "100094780",
- "name": "San Francisco Airport Red Roof",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "starRating": 3.5,
- "fax": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "masterChainCode": "EM",
- "brandName": "Marriott Hotel Brands",
- "amenities": [
- {
- "type": "ECO_FRIENDLY",
- "additionalInfo": "Complimentary in-room coffee or tea",
- "complimentary": true
}
], - "additionalAmenities": [
- "Room service",
- "Wifi"
], - "imageSets": [
- {
- "category": "UNKNOWN_CATEGORY",
- "imageGroup": {
- "caption": "Exterior",
- "images": [
- {
- "data": null,
- "dimensions": null,
- "url": null
}
]
}
}
], - "descriptions": [
- {
- "type": "",
- "value": ""
}
], - "thirdPartyHotelCodes": [
- {
- "hotelCode": "string",
- "hotelCodeType": "SABRE_CSL"
}
]
}, - "numberOfRooms": 1,
- "payment": {
- "paymentType": "PREPAID",
- "description": "string"
}, - "pnrStatus": "CONFIRMED",
- "room": {
- "bedCount": 1,
- "bedType": "SINGLE",
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "rateInfo": {
- "nightlyRate": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "totalRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "overallPenaltyCharged": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "publishedRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "publishedNightlyRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "prepaidRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "postpaidRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "rateCode": "SIG"
}, - "roomName": "Standard Twin Room (City View)",
- "imageSets": [
- {
- "category": "UNKNOWN_CATEGORY",
- "imageGroup": {
- "caption": "Exterior",
- "images": [
- {
- "data": null,
- "dimensions": null,
- "url": null
}
]
}
}
], - "meals": {
- "mealsIncluded": [
- "BREAKFAST"
], - "mealPlan": "ENGLISH_BREAKFAST"
}, - "roomAmenities": [
- {
- "additionalInfo": "string",
- "isComplimentary": true,
- "roomAmenityType": "WEB_ENABLED"
}
], - "amenities": [
- {
- "additionalInfo": "string",
- "complimentary": true,
- "type": "WEB_ENABLED"
}
], - "additionalAmenities": [
- "string"
], - "guaranteeType": "GUARANTEE",
- "additionalDetails": [
- {
- "additionalDetailType": "ADDITIONAL_DETAIL_TYPE_UNKNOWN",
- "text": "string"
}
], - "roomInfo": {
- "roomType": "ROOM",
- "typeClassDescription": "string",
- "roomView": {
- "type": "UNKNOWN",
- "roomClass": [
- "PRESIDENTIAL"
]
}, - "roomTypeCode": "1QN"
}, - "co2EmissionDetail": {
- "co2EmissionValue": 10.5
}, - "savingsInfo": {
- "tmcNegotiatedRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "corporateNegotiatedRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "travelerInfos": [
- {
- "travelerIdx": 0,
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "loyaltyInfos": [
- {
- "appliedTo": [
- "TAJ"
], - "id": "firstId",
- "issuedBy": "firstIssuedBy",
- "type": "AIR"
}
]
}
], - "sortingPriority": 0,
- "vendorReferenceId": "AWKHGS",
- "vendorCancellationId": "AWKHGS",
- "preferredType": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": "NOT_PREFERRED",
- "blockedReason": "string",
- "label": "string"
}
], - "occupancy": [
- {
- "numAdults": 1,
- "numChildren": 1,
- "childAges": [
- 10
], - "numInfants": 1
}
], - "sourceStatus": "string",
- "rebookReference": {
- "cancelledPnrIds": [
- "1234567890"
], - "rebookedPnrId": "1234567890",
- "hotelRateAssuranceMetadata": {
- "selfReportedSavings": {
- "amount": 510,
- "currencyCode": "GBP"
}, - "actualSavings": {
- "amount": 510,
- "currencyCode": "GBP"
}
}, - "rebookType": "RATE_ASSURANCE"
}, - "hotelSpecialRequests": {
- "roomLocations": [
- "HIGH_FLOOR"
], - "roomFeatures": [
- "FEATHER_FREE_ROOM"
], - "checkIn": "LATE_CHECK_IN",
- "checkInTime": {
- "iso8601": "17:32"
}, - "flightNumber": "AC1234",
- "additionalNote": "Extra pillows and blankets for added comfort during the stay.",
- "accessibleFeatures": [
- "MOBILITY_ACCESSIBLE_ROOM_WITH_TUB"
]
}
}, - "carPnr": {
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "carInfo": {
- "carSpec": {
- "airConditioning": "AC_AVAILABLE",
- "amenities": {
- "numDoors": 4,
- "numLargeBags": 2,
- "numSeatBelts": 5,
- "numSeats": 5,
- "numSmallBags": 5
}, - "type": "ECONOMY",
- "displayName": "Economy",
- "engineType": "PETROL",
- "imageGroups": [
- {
- "caption": "Exterior",
- "images": [
- {
- "data": null,
- "dimensions": null,
- "url": null
}
]
}
], - "transmission": "MANUAL_4WD"
}, - "dropOffLocation": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [
- "123 456-7890"
], - "fax": [
- "123 456-7890"
], - "email": [
- "user@business.com"
]
}, - "operatingSchedule": {
- "interval": [
- {
- "min": {
- "iso8601": null
}, - "max": {
- "iso8601": null
}
}
]
}
}, - "mileageAllowance": {
- "length": 150,
- "unit": "MILE"
}, - "pickupLocation": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [
- "123 456-7890"
], - "fax": [
- "123 456-7890"
], - "email": [
- "user@business.com"
]
}, - "operatingSchedule": {
- "interval": [
- {
- "min": {
- "iso8601": null
}, - "max": {
- "iso8601": null
}
}
]
}
}, - "vendor": {
- "code": "ZE",
- "name": "HERTZ",
- "email": "abc@xyz.com",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
}, - "carTypeCode": "EBMR",
- "extraMileageCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "preferredType": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": "NOT_PREFERRED",
- "blockedReason": "string",
- "label": "string"
}
], - "co2EmissionDetail": {
- "co2EmissionValue": 0.01
}
}, - "dropOffDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "paymentType": "PREPAID",
- "pickupDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "sortingPriority": 0,
- "corporateId": "8371",
- "rateType": "PUBLISHED",
- "sourceStatus": "string",
- "vendorCancellationId": "2108528068",
- "originalCarSearchInfo": {
- "pickup": {
- "location": {
- "airportCode": "SFO",
- "cityCode": "JFK",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "datetime": {
- "iso8601": "2017-07-21T17:32"
}, - "searchQuery": "London"
}, - "dropOff": {
- "location": {
- "airportCode": "SFO",
- "cityCode": "JFK",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "datetime": {
- "iso8601": "2017-07-21T17:32"
}, - "searchQuery": "London"
}
}
}, - "railPnr": {
- "inwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "legInfos": [
- {
- "allocatedSpaces": [
- {
- "coachNumber": "B",
- "travelerIdx": 0,
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "seatNumber": "32",
- "additionalProperties": [
- "Window"
]
}
], - "travelerRailInfo": [
- {
- "travelerIndex": 0,
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "railCard": {
- "cardNumber": "string",
- "expiryDate": {
- "iso8601": null
}, - "name": "Veterans Railcard",
- "spotnanaCode": "VET",
- "vendor": "ATOC"
}, - "loyaltyDetails": {
- "loyaltyProgram": "string",
- "loyaltyNumber": "string"
}
}
], - "amenities": [
- {
- "description": "Seat Reservation",
- "name": "Seat Reservation",
- "price": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "quantity": 1,
- "type": "WIFI"
}
], - "arriveAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "departAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "arriveAtLocal": {
- "iso8601": "2017-07-21T17:32"
}, - "departAtLocal": {
- "iso8601": "2017-07-21T17:32"
}, - "destination": "Liverpool Lime Street",
- "distance": {
- "length": 150,
- "unit": "MILE"
}, - "duration": {
- "iso8601": "PT19H55M"
}, - "fareType": "Anytime Return",
- "origin": "London Euston",
- "travelClass": "FIRST",
- "vehicle": {
- "carrierName": "Deutsche Bahn",
- "timetableId": "ICE 373",
- "transportName": "TGV",
- "type": "TRAIN"
}, - "originInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- {
- "stationReferenceId": "https://et2-trainlineapi.ttlnonprod.com/stations/op~U~6e6165d9-1be0-4a52-b461-57f18d756c4c",
- "inventoryName": "Atoc"
}
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "destinationInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- {
- "stationReferenceId": "https://et2-trainlineapi.ttlnonprod.com/stations/op~U~6e6165d9-1be0-4a52-b461-57f18d756c4c",
- "inventoryName": "Atoc"
}
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "railFareType": {
- "description": "Anytime Return (1st Class)",
- "fareDetails": [
- {
- "description": "Your journey must be on the date, or the day after the date, specified on the ticket.",
- "name": "VALIDITY"
}
], - "fareSummary": "Any time of day, return within 1 month."
}, - "ticketNumber": "345675333",
- "carrierConfirmationNumber": "QP123AF",
- "seatPreferenceSelection": {
- "carriageType": "Quiet",
- "deckType": "Upstairs",
- "direction": "Backward facing",
- "facilities": [
- "Near luggage rack"
], - "positionType": "Window",
- "seatLocationType": "Sit close to",
- "seatType": "Family"
}, - "legId": "9a766905-b5e9-43f7-b985-0738ff692324",
- "vendorName": "ATOC",
- "co2EmissionGramsPerPassenger": 10903
}
], - "outwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}, - "rateMetadata": {
- "negotiatedRateType": "CORPORATE_RATE",
- "publishedRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}
}, - "paymentMode": "PRE_PAID",
- "sections": [
- {
- "fares": [
- {
- "destinationInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": null,
- "longitude": null
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- null
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "fareLegs": [
- {
- "legIndex": null,
- "travelClass": null
}
], - "fareType": {
- "description": "Anytime Return (1st Class)",
- "fareDetails": [
- null
], - "fareSummary": "Any time of day, return within 1 month."
}, - "originInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": null,
- "longitude": null
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- null
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "rate": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "extras": [
- { }
], - "refund": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "commission": {
- "amount": null,
- "percent": null
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [ ]
}, - "transactionDate": {
- "iso8601": null
}, - "refundInfo": {
- "refundAmount": null,
- "refundTaxAmount": null,
- "refundDate": null,
- "penalty": null,
- "refundVoucher": null
}
}, - "routeRestriction": "Travel is allowed via any permitted route."
}
], - "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "sectionStatus": "CONFIRMED",
- "vendorConfirmations": [
- {
- "passengerRefs": [
- 1
], - "vendorConfirmationId": "XY179358"
}
], - "vendorName": "ATOC",
- "userFacingStatus": "PENDING_STATUS"
}
], - "tickets": [
- {
- "issuedDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "ticketNumber": "0840010000072",
- "legs": [
- 1
], - "passengerRefs": [
- 1
]
}
], - "ticketDetails": [
- {
- "deliveryOption": "ELECTRONIC_TICKET",
- "eticketMetadata": {
- "description": "Rail e-ticket",
- "eticketData": "string",
- "type": "PDF"
}, - "reference": "string"
}
], - "type": "RETURN",
- "vendorConfirmationNumber": "ABQTEJ",
- "itineraryId": "abcde",
- "ancillaries": [
- {
- "travelCard": {
- "fareType": {
- "description": "Anytime Return (1st Class)",
- "fareDetails": [
- {
- "description": null,
- "name": null
}
], - "fareSummary": "Any time of day, return within 1 month."
}, - "rateInfo": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "fees": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "railCardDiscount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "total": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}, - "rateDifference": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "totalRateDifference": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "includesCommission": false
}, - "travelCardKey": "CilvcH5VfmZmMjU0MjVhLTQ1ZGYtNDRlZi1iYjFmLWRhZTYxMDFkMDhiORIkYjJiMTdkZmYtNDgwNy00YzgyLWI2YWEtMWM5Yjc0ZTEzOWZi",
- "vendorName": "ATOC",
- "zoneValidity": "London Travelcard Zones 1-4"
}, - "type": "TRAVEL_CARD"
}
], - "termsAndConditions": {
}, - "exchangeInfo": {
- "exchangeType": "AMEND_RESERVATION",
- "relatedSectionInfo": {
- "newSectionIndexes": [
- 0
], - "oldSectionIndexes": [
- 0
]
}
}, - "previousItinerary": {
- "type": "RETURN",
- "outwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "inwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "legInfos": [
- {
- "allocatedSpaces": [
- {
- "coachNumber": "B",
- "travelerIdx": 0,
- "userId": {
- "id": null
}, - "seatNumber": "32",
- "additionalProperties": [
- null
]
}
], - "travelerRailInfo": [
- {
- "travelerIndex": 0,
- "userId": {
- "id": null
}, - "railCard": {
- "cardNumber": null,
- "expiryDate": null,
- "name": null,
- "spotnanaCode": null,
- "vendor": null
}, - "loyaltyDetails": {
- "loyaltyProgram": null,
- "loyaltyNumber": null
}
}
], - "amenities": [
- {
- "description": "Seat Reservation",
- "name": "Seat Reservation",
- "price": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "quantity": 1,
- "type": "WIFI"
}
], - "arriveAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "departAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "arriveAtLocal": {
- "iso8601": "2017-07-21T17:32"
}, - "departAtLocal": {
- "iso8601": "2017-07-21T17:32"
}, - "destination": "Liverpool Lime Street",
- "distance": {
- "length": 150,
- "unit": "MILE"
}, - "duration": {
- "iso8601": "PT19H55M"
}, - "fareType": "Anytime Return",
- "origin": "London Euston",
- "travelClass": "FIRST",
- "vehicle": {
- "carrierName": "Deutsche Bahn",
- "timetableId": "ICE 373",
- "transportName": "TGV",
- "type": "TRAIN"
}, - "originInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- {
- "stationReferenceId": null,
- "inventoryName": null
}
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "destinationInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- {
- "stationReferenceId": null,
- "inventoryName": null
}
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "railFareType": {
- "description": "Anytime Return (1st Class)",
- "fareDetails": [
- {
- "description": null,
- "name": null
}
], - "fareSummary": "Any time of day, return within 1 month."
}, - "ticketNumber": "345675333",
- "carrierConfirmationNumber": "QP123AF",
- "seatPreferenceSelection": {
- "carriageType": "Quiet",
- "deckType": "Upstairs",
- "direction": "Backward facing",
- "facilities": [
- "Near luggage rack"
], - "positionType": "Window",
- "seatLocationType": "Sit close to",
- "seatType": "Family"
}, - "legId": "9a766905-b5e9-43f7-b985-0738ff692324",
- "vendorName": "ATOC",
- "co2EmissionGramsPerPassenger": 10903
}
], - "sections": [
- {
- "fares": [
- {
- "destinationInfo": {
- "name": null,
- "code": null,
- "cityCode": null,
- "timeZone": null,
- "countryCode": null,
- "latLong": null,
- "localCode": null,
- "sourceRefInfos": [ ],
- "stationType": null,
- "cityName": null,
- "stateCode": null,
- "continentCode": null
}, - "fareLegs": [
- null
], - "fareType": {
- "description": null,
- "fareDetails": [ ],
- "fareSummary": null
}, - "originInfo": {
- "name": null,
- "code": null,
- "cityCode": null,
- "timeZone": null,
- "countryCode": null,
- "latLong": null,
- "localCode": null,
- "sourceRefInfos": [ ],
- "stationType": null,
- "cityName": null,
- "stateCode": null,
- "continentCode": null
}, - "rate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "routeRestriction": "Travel is allowed via any permitted route."
}
], - "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "sectionStatus": "CONFIRMED",
- "vendorConfirmations": [
- {
- "passengerRefs": [
- null
], - "vendorConfirmationId": "XY179358"
}
], - "vendorName": "ATOC",
- "userFacingStatus": "PENDING_STATUS"
}
], - "deliveryOption": "ELECTRONIC_TICKET",
- "sourceReference": "string",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}
}
}, - "limoPnr": {
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "driver": {
- "name": "John Doe",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "driverInstructions": "string"
}, - "legs": [
- {
- "dropOffDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "dropOffLocation": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [
- "123 456-7890"
], - "fax": [
- "123 456-7890"
], - "email": [
- "user@business.com"
]
}, - "operatingSchedule": {
- "interval": [
- {
- "min": null,
- "max": null
}
]
}
}, - "dropOffNotes": "string",
- "pickupDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pickupLocation": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [
- "123 456-7890"
], - "fax": [
- "123 456-7890"
], - "email": [
- "user@business.com"
]
}, - "operatingSchedule": {
- "interval": [
- {
- "min": null,
- "max": null
}
]
}
}, - "pickupNotes": "string",
- "sortingPriority": 0
}
], - "limoDetails": {
- "carType": "STANDARD_CAR",
- "electricVehicle": "YES",
- "vendorName": "NATIONAL",
- "limoVendorInfo": {
- "code": "ZE",
- "name": "HERTZ",
- "email": "mail@mail.com"
}, - "bookingNotes": "string"
}, - "paymentType": "PREPAID",
- "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "sourceStatus": "string"
}, - "miscPnr": {
- "description": "Any text info",
- "endDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}, - "startDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "vendorConfirmationNumber": "2108528068",
- "sortingPriority": 10,
- "sourceStatus": "string"
}, - "additionalMetadata": { },
- "preBookAnswers": {
- "answers": [
- {
- "entityId": "string",
- "userInput": "string",
- "itemIds": [
- 0
], - "answers": [
- {
- "item": "string",
- "value": "string",
- "description": "string"
}
], - "customFieldType": "QUESTION",
- "questionDisplayText": "string",
- "question": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "questionFormat": "CHECKBOX",
- "optionInfo": {
- "source": "MANUAL",
- "sourceMetadata": {
- "companyConfig": {
- "optionsParam": null
}
}, - "totalNumOptions": 0,
- "options": [
- {
- "displayCode": null,
- "displayValue": null
}
]
}, - "isRequired": true,
- "isDisabled": true,
- "includeInItinerary": true,
- "customFieldLocations": [
- "POLICY_APPROVAL_EMAIL"
], - "matchConditions": {
- "travelerConditions": {
- "workerTypes": [
- null
], - "countries": [
- null
], - "legalEntities": [
- null
], - "departments": [
- null
], - "costCenters": [
- null
], - "offices": [
- null
]
}, - "travelTypes": [
- "AIR"
], - "travelRegionTypes": [
- "DOMESTIC"
], - "tripUsageTypes": [
- "STANDARD"
]
}, - "questionType": {
- "preSearchQuestionType": "PURPOSE_OF_TRIP",
- "preCheckoutQuestionType": "OOP_REASON_CODE"
}
}
}
], - "preBookQuestionResponseId": "string"
}, - "customFields": [
- {
- "id": "string",
- "type": "QUESTION",
- "description": "GLOBAL OFFSITE 2022"
}
], - "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "bookingStatus": "PENDING_STATUS",
- "travelerPnrVisibilityStatus": "VISIBLE",
- "shellPnrInfo": {
- "shellPnrCreateReasonType": "CONTENT_NOT_AVAILABLE",
- "createShellPnrReason": "Flight Missing",
- "pnrType": "AIR"
}, - "pnrCreationDetails": {
- "requestedByDetails": {
- "pnrRequestedBy": "Peter",
- "requestedByUserOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "primaryServiceProviderTmc": {
- "tmcId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}
}, - "secondaryServiceProviderTmcs": [
- {
- "tmcId": {
- "id": null
}, - "supplier": "SABRE",
- "travelType": "AIR"
}
], - "partnerTmcId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "string",
- "logo": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}
}, - "bookingTmc": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "string",
- "logo": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}
}
}
}
}
}, - "approvalInfo": [
- {
- "approvalStatus": "APPROVAL_PENDING"
}
], - "cancellationRequestStatus": "CANCELLATION_IN_PROGRESS",
- "externalInfo": {
- "externalPnrId": "A2345",
- "externalPnrVersion": 1,
- "externalUrlMetadata": "exchange=a,cancel=b"
}, - "tripId": "123456789",
- "freshnessInfo": {
- "latestVersionDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "returnedVersionDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "bookingEmailInfo": {
- "disableEmail": true
}, - "llfPnrInfo": {
- "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "pnrId": "123456789",
- "invoiceInfos": [
- {
- "invoiceNumber": "SPOT-0001",
- "productType": "PNR",
- "invoiceId": "2a5c0a73-1306-47f2-8210-7dfc812f4d0e"
}
], - "totalFareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "dkNumber": "123456789",
- "savingsFare": {
- "fareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "isTaxIncluded": false
}, - "tripUsageMetadata": {
- "tripUsageType": "STANDARD",
- "eventMetadata": {
- "eventId": "123456789"
}
}
}
{- "id": "string"
}
This endpoint gets PNR for a given trip ID and PNR ID.
OK
Unauthorized
Forbidden
The specified resource was not found.
{- "version": 1,
- "createdVia": "OFFLINE",
- "initialVersionCreatedVia": "OFFLINE",
- "sourceInfo": {
- "sourcePnrId": "AEDAVF",
- "bookingSource": "United.com",
- "thirdParty": "United.com",
- "bookingDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "posDescriptor": "LA5K",
- "iataNumber": "426666"
}, - "invoiceDelayedBooking": false,
- "travelers": [
- {
- "travelerPersonalInfo": {
- "loyaltyInfos": [
- {
- "appliedTo": [
- "TAJ"
], - "id": "firstId",
- "issuedBy": "firstIssuedBy",
- "type": "AIR"
}
], - "travelPref": {
- "airPref": {
- "airlinePrefs": [
- {
- "airlines": [ ],
- "flightType": null
}
], - "alliancePref": {
- "alliances": [
- null
]
}, - "farePref": {
- "fareTypes": [
- null
]
}, - "homeAirport": "NEW YORK",
- "mealPref": {
- "exclMealPrefs": [
- null
], - "inclMealPrefs": [
- null
], - "specialMealDescription": "Veg only meal"
}, - "numStopPref": {
- "numOfStops": 34
}, - "seatAmenityPref": {
- "seatAmenityTypes": [
- null
]
}, - "seatLocationPrefs": [
- {
- "cabins": [ ],
- "isBulkHeadPref": null,
- "maxFlightDurationInHours": null,
- "position": null
}
], - "preferredAirports": [
- {
- "airportName": null,
- "airportCode": null,
- "label": null
}
]
}, - "preferredCurrency": "USD",
- "railCards": [
- {
- "cardNumber": "string",
- "expiryDate": {
- "iso8601": null
}, - "name": "Veterans Railcard",
- "spotnanaCode": "VET",
- "vendor": "ATOC"
}
], - "railPref": {
- "preferredRailStations": [
- {
- "stationName": null,
- "stationCode": null,
- "cityName": null,
- "countryCode": null,
- "label": null
}
], - "seatPreference": {
- "hasAccessibility": false,
- "seatTypes": [
- null
], - "seatLocations": [
- null
], - "deckLevels": [
- null
], - "seatDirections": [
- null
]
}, - "travelClasses": [
- "FIRST"
], - "coachPreferences": [
- "NON_SMOKING"
], - "conditionalRates": [
- "AAA"
]
}, - "carPref": {
- "vendors": [
- {
- "code": null,
- "name": null,
- "isPresentInPreferredVendors": null
}
], - "carTypes": [
- "ECONOMY"
], - "engineTypes": [
- "PETROL"
], - "transmissionTypes": [
- "AUTOMATIC"
], - "conditionalRates": [
- "AAA"
]
}, - "hotelPref": {
- "hotelParentChains": [
- {
- "chainCode": null,
- "chainName": null
}
], - "hotelBrands": [
- {
- "brandCode": null,
- "brandName": null
}
], - "hotelAmenityTypes": [
- "PARKING"
], - "roomPreference": {
- "isMobilityAccessible": false,
- "bedCount": "ONE_BED",
- "roomType": "SMOKING",
- "mostImportantFact": "BED_COUNT",
- "roomLocation": "HIGH_FLOOR",
- "pillowType": "FOAM",
- "roomAmenityPrefs": [
- null
]
}, - "conditionalRates": [
- "AAA"
]
}
}
}, - "user": {
- "addresses": [
- {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}
], - "dob": {
- "iso8601": "2017-07-21"
}, - "email": "example@email.com",
- "emergencyContactInfo": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "designation": "MANAGER",
- "email": "emergency-contact@email.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "phoneNumber": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "userOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": null
}, - "primaryServiceProviderTmc": {
- "tmcId": null
}, - "secondaryServiceProviderTmcs": [
- null
], - "partnerTmcId": {
- "id": null
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": null,
- "name": null,
- "logo": null
}, - "bookingTmc": {
- "id": null,
- "name": null,
- "logo": null
}
}
}
}, - "emergencyContact": {
- "name": "John Smith",
- "email": "emergency-contact@email.com",
- "designation": "MANAGER",
- "relation": "SPOUSE",
- "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "preferredLanguage": "en-US"
}, - "gender": "FEMALE",
- "identityDocs": [
- {
- "passport": {
- "docId": "PASSPORTID",
- "expiryDate": {
- "iso8601": "2017-07-21"
}, - "issueCountry": "IN",
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "nationalityCountry": "IN",
- "type": "REGULAR"
}
}, - {
- "ktn": {
- "number": "123456",
- "issueCountry": "US"
}
}
], - "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "paymentInfos": [
- {
- "applicableTo": [
- "HOTEL"
], - "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [ ],
- "administrativeArea": null,
- "administrativeAreaName": null,
- "description": null,
- "isDefault": null,
- "languageCode": null,
- "locality": null,
- "locationCode": null,
- "organization": null,
- "postalCode": null,
- "continentCode": null,
- "recipients": [ ],
- "regionCode": null,
- "regionName": null,
- "revision": null,
- "sortingCode": null,
- "sublocality": null,
- "timezone": null,
- "coordinates": null
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": null
}, - "ownershipLabel": "CENTRAL"
}, - "accessType": "UNKNOWN_TYPE",
- "access": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- null
], - "entities": [
- null
]
}
}
], - "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "profilePicture": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": 120,
- "width": 240
},
}, - "nationality": "Indian",
- "title": "MR"
}, - "userBusinessInfo": {
- "department": {
- "id": {
- "id": "631ccbcf-9414-5fe0-c234-b324dfbe7422"
}, - "name": "IT Department",
- "externalId": "department-ext-id",
- "employeeCount": 57
}, - "designation": "MANAGER",
- "email": "user@business.com",
- "employeeId": "101",
- "grade": {
- "employeeCount": 75,
- "id": {
- "id": "831ccbcb-1416-7fe2-e236-d324dfbe7424"
}, - "name": "Grade"
}, - "legalEntityId": {
- "id": "fc1ccbce-8413-4fe9-b233-a324dfbe7421"
}, - "managerBasicInfo": {
- "userOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": null
}, - "primaryServiceProviderTmc": {
- "tmcId": null
}, - "secondaryServiceProviderTmcs": [
- null
], - "partnerTmcId": {
- "id": null
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": null,
- "name": null,
- "logo": null
}, - "bookingTmc": {
- "id": null,
- "name": null,
- "logo": null
}
}
}, - "persona": "EMPLOYEE",
- "email": "example@email.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "profilePicture": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": 120,
- "width": 240
},
}, - "tier": "SEAT1A",
- "phoneNumber": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "employeeId": "string",
- "isActive": true
}, - "office": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "id": {
- "id": "531ccbce-8413-4fe9-b233-a324dfbe7421"
}, - "name": "Office",
- "latlng": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "taxId": "133232"
}, - "organizationId": {
- "id": "string"
}, - "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "userCostCenter": {
- "employeeCount": 120,
- "id": {
- "id": "731ccbca-0415-6fe1-d235-c324dfbe7423"
}, - "name": "CostCenter",
- "externalId": "external-id"
}, - "designatedApproverInfos": [
- {
- "userOrgId": {
- "organizationAgencyId": {
- "id": null
}, - "organizationId": {
- "id": null
}, - "userId": {
- "id": null
}, - "tmcInfo": {
- "id": null,
- "primaryServiceProviderTmc": null,
- "secondaryServiceProviderTmcs": [ ],
- "partnerTmcId": null
}, - "tmcBasicInfo": {
- "contractingTmc": null,
- "bookingTmc": null
}
}, - "persona": "EMPLOYEE",
- "email": "example@email.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "profilePicture": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}, - "tier": "SEAT1A",
- "phoneNumber": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "employeeId": "string",
- "isActive": true
}
], - "designatedApproverUserIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "authorizerEmail": "example@email.com"
}, - "userOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "primaryServiceProviderTmc": {
- "tmcId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}
}, - "secondaryServiceProviderTmcs": [
- {
- "tmcId": {
- "id": null
}, - "supplier": "SABRE",
- "travelType": "AIR"
}
], - "partnerTmcId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "string",
- "logo": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}
}, - "bookingTmc": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "string",
- "logo": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}
}
}
}, - "persona": "EMPLOYEE",
- "isActive": true,
- "tier": "SEAT1A",
- "adhocUserInfo": {
- "profileOwner": {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "isSaved": false
}, - "externalId": "string"
}
], - "pnrTravelers": [
- {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "travelerInfo": {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "personalInfo": {
- "addresses": [
- {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}
], - "dob": {
- "iso8601": "2017-07-21"
}, - "email": "example@email.com",
- "emergencyContactInfo": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "designation": "MANAGER",
- "email": "emergency-contact@email.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "phoneNumber": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "userOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": null
}, - "primaryServiceProviderTmc": {
- "tmcId": null
}, - "secondaryServiceProviderTmcs": [
- null
], - "partnerTmcId": {
- "id": null
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": null,
- "name": null,
- "logo": null
}, - "bookingTmc": {
- "id": null,
- "name": null,
- "logo": null
}
}
}
}, - "gender": "FEMALE",
- "identityDocs": [
- {
- "passport": {
- "docId": "PASSPORTID",
- "expiryDate": {
- "iso8601": "2017-07-21"
}, - "issueCountry": "IN",
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "nationalityCountry": "IN",
- "type": "REGULAR"
}
}, - {
- "ktn": {
- "number": "123456",
- "issueCountry": "US"
}
}
], - "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "profilePicture": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": 120,
- "width": 240
},
}, - "nationality": "Indian",
- "title": "MR",
- "preferredLanguage": "en-US",
- "preferredPronoun": "SHE_HER_HERS",
- "travelerName": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "emergencyContact": {
- "name": "John Smith",
- "email": "emergency-contact@email.com",
- "designation": "MANAGER",
- "relation": "SPOUSE",
- "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "preferredLanguage": "en-US"
}
}, - "loyalties": [
- {
- "appliedTo": [
- "TAJ"
], - "id": "firstId",
- "issuedBy": "firstIssuedBy",
- "type": "AIR"
}
], - "persona": "EMPLOYEE",
- "businessInfo": {
- "legalEntity": {
- "id": "string",
- "name": "Spotnana India",
- "ein": "string",
- "externalId": "abcd",
- "companySpecifiedAttributes": [
- {
- "fieldName": "businessId",
- "value": "ABCD"
}
]
}, - "companyId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "companyInfo": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "Spotnana",
- "externalId": "abcd"
}, - "workerType": "EMPLOYEE",
- "employeeId": "1234",
- "companySpecifiedAttributes": [
- {
- "fixedColumnName": "contingentType",
- "value": "FSTV"
}
], - "userCostCenter": {
- "employeeCount": 120,
- "id": {
- "id": "731ccbca-0415-6fe1-d235-c324dfbe7423"
}, - "name": "CostCenter",
- "externalId": "external-id"
}, - "grade": {
- "employeeCount": 75,
- "id": {
- "id": "831ccbcb-1416-7fe2-e236-d324dfbe7424"
}, - "name": "Grade"
}, - "office": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "id": {
- "id": "531ccbce-8413-4fe9-b233-a324dfbe7421"
}, - "name": "Office",
- "latlng": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "taxId": "133232"
}, - "department": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "IT Department",
- "externalId": "department-ext-id"
}, - "accountingCode": "123"
}
}
], - "costOfGoodsSold": {
- "payments": [
- {
- "travelerIndices": [
- 0,
- 1
], - "userIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "amount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "fop": {
- "type": "CARD",
- "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [
- null
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- null
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": null,
- "longitude": null
}
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": {
- "expiryMonth": null,
- "expiryYear": null
}
}, - "ownershipLabel": "CENTRAL"
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- "string"
], - "entities": [
- {
- "entityId": null,
- "centralCardAccessLevel": null
}
]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": {
- "brexBudgetMetadata": {
- "budgetName": null,
- "paidByPersonalCard": null
}
}, - "vendorProgramPaymentMetadata": {
- "directBilling": {
- "vendorId": null,
- "directBillingCode": null
}
}, - "virtualCardMetadata": {
- "vendorInfo": {
- "vendor": null,
- "vendorCardId": null,
- "virtualCardVendorCardPoolId": null,
- "confermaInfo": null
}, - "cardInfo": {
- "amount": null,
- "dateRange": null
}, - "paymentInstructionId": "1eb8b778-f0a6-4037-865c-4580982fa36e",
- "shouldReveal": false
}, - "cardMetadata": {
- "card": {
- "id": null,
- "type": null,
- "company": null,
- "name": null,
- "address": null,
- "number": null,
- "expiryMonth": null,
- "expiryYear": null,
- "cvv": null,
- "label": null,
- "currency": null,
- "externalId": null,
- "vaultId": null,
- "expiry": null,
- "ownershipLabel": null
}, - "accessType": {
- "accessType": null,
- "entityIds": [ ],
- "entities": [ ]
}, - "isLodgeCard": false,
- "bta": "Y"
}
}, - "paymentSourceType": "CARD"
}, - "paymentReference": "HAH2618716871",
- "paymentType": "FLIGHTS",
- "paymentThirdParty": "STRIPE",
- "paymentId": "string",
- "paymentGateway": "STRIPE",
- "isRefunded": false,
- "selectedPaymentSource": {
- "paymentSourceId": "f49d00fe-1eda-4304-ba79-a980f565281d",
- "rawPaymentSource": {
- "type": "string",
- "cardDetails": {
- "company": "VISA",
- "token": "4111111111111111",
- "expiry": {
- "tokenizedExpiry": null
}
}
}, - "postPaymentRedirectionUrl": "https://mycompany.com/checkout?paymentSourceId=f49d00fe-1eda-4304-ba79-a980f565281d",
- "cvv": "string",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "networkTransactionId": "721107212171711"
}
]
}, - "costToCustomer": {
- "payments": [
- {
- "travelerIndices": [
- 0,
- 1
], - "userIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "amount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "fop": {
- "type": "CARD",
- "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [
- null
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- null
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": null,
- "longitude": null
}
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": {
- "expiryMonth": null,
- "expiryYear": null
}
}, - "ownershipLabel": "CENTRAL"
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- "string"
], - "entities": [
- {
- "entityId": null,
- "centralCardAccessLevel": null
}
]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": {
- "brexBudgetMetadata": {
- "budgetName": null,
- "paidByPersonalCard": null
}
}, - "vendorProgramPaymentMetadata": {
- "directBilling": {
- "vendorId": null,
- "directBillingCode": null
}
}, - "virtualCardMetadata": {
- "vendorInfo": {
- "vendor": null,
- "vendorCardId": null,
- "virtualCardVendorCardPoolId": null,
- "confermaInfo": null
}, - "cardInfo": {
- "amount": null,
- "dateRange": null
}, - "paymentInstructionId": "1eb8b778-f0a6-4037-865c-4580982fa36e",
- "shouldReveal": false
}, - "cardMetadata": {
- "card": {
- "id": null,
- "type": null,
- "company": null,
- "name": null,
- "address": null,
- "number": null,
- "expiryMonth": null,
- "expiryYear": null,
- "cvv": null,
- "label": null,
- "currency": null,
- "externalId": null,
- "vaultId": null,
- "expiry": null,
- "ownershipLabel": null
}, - "accessType": {
- "accessType": null,
- "entityIds": [ ],
- "entities": [ ]
}, - "isLodgeCard": false,
- "bta": "Y"
}
}, - "paymentSourceType": "CARD"
}, - "paymentReference": "HAH2618716871",
- "paymentType": "FLIGHTS",
- "paymentThirdParty": "STRIPE",
- "paymentId": "string",
- "paymentGateway": "STRIPE",
- "isRefunded": false,
- "selectedPaymentSource": {
- "paymentSourceId": "f49d00fe-1eda-4304-ba79-a980f565281d",
- "rawPaymentSource": {
- "type": "string",
- "cardDetails": {
- "company": "VISA",
- "token": "4111111111111111",
- "expiry": {
- "tokenizedExpiry": null
}
}
}, - "postPaymentRedirectionUrl": "https://mycompany.com/checkout?paymentSourceId=f49d00fe-1eda-4304-ba79-a980f565281d",
- "cvv": "string",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "networkTransactionId": "721107212171711"
}
]
}, - "isFinalized": false,
- "policyInfo": {
- "outOfPolicy": false,
- "approverName": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "reasonCode": "TIMING_OR_SCHEDULING",
- "reason": "Business class cheaper than economy",
- "appliedPolicyInfo": {
- "policies": [
- {
- "id": "string",
- "version": "string",
- "policyName": "string",
- "approvalType": "SOFT_APPROVAL",
- "policyType": "GLOBAL"
}
], - "ruleResultInfos": [
- {
- "violationInfos": [
- {
- "predicateString": "string",
- "predicate": "UNKNOWN_PREDICATE_STRING",
- "expectedValue": {
- "i": null
}, - "actualValue": {
- "i": null
}
}
], - "subViolationInfos": [
- {
- "predicateString": "string",
- "predicate": "UNKNOWN_PREDICATE_STRING",
- "expectedValue": {
- "i": null
}, - "actualValue": {
- "i": null
}
}
], - "actions": [
- {
- "flag": {
- "message": null
}
}
]
}
]
}
}, - "airPnr": {
- "legs": [
- {
- "flights": [
- {
- "departureDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "arrivalDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "duration": {
- "iso8601": "PT19H55M"
}, - "flightId": "CjoKOGNsYXNzIERhdGVUaW1lTG9jYWwgewogICAgaXNvO",
- "origin": "SFO",
- "destination": "LHR",
- "departureGate": {
- "gate": "1A",
- "terminal": "1"
}, - "arrivalGate": {
- "gate": "1A",
- "terminal": "1"
}, - "marketing": {
- "num": "321",
- "airlineCode": "AA"
}, - "operating": {
- "num": "321",
- "airlineCode": "AA"
}, - "operatingAirlineName": "SKYWEST DBA UNITED EXPRESS",
- "hiddenStops": [
- {
- "airport": null,
- "arrivalDateTime": null,
- "departureDateTime": null,
- "duration": null
}
], - "vendorConfirmationNumber": "ABQTEJ",
- "cabin": "ECONOMY",
- "bookingCode": "A",
- "flightStatus": "CONFIRMED",
- "otherStatuses": [
- {
- "cabin": null,
- "status": null
}
], - "co2EmissionDetail": {
- "emissionValue": 10,
- "averageEmissionValue": 10,
- "flightDistanceKm": 10,
- "isApproximate": true
}, - "restrictions": [
- "SEAT_BOOKING_NOT_ALLOWED_DUE_TO_BRAND"
], - "flightUpdates": {
- "previousDepartureDateTime": {
- "iso8601": null
}, - "previousArrivalDateTime": {
- "iso8601": null
}, - "previousDepartureGate": {
- "gate": null,
- "terminal": null
}, - "previousArrivalGate": {
- "gate": null,
- "terminal": null
}
}, - "sourceStatus": "string",
- "equipment": {
- "code": "777",
- "type": "N",
- "name": "Boeing 737-800"
}, - "distance": {
- "length": 150,
- "unit": "MILE"
}, - "flightWaiverCodes": [
- {
- "waiverCode": null,
- "firstNewTravelDate": null,
- "lastNewTravelDate": null,
- "firstOriginalTravelDate": null,
- "lastOriginalTravelDate": null,
- "policyLinks": [ ],
- "additionalInfo": null
}
]
}
], - "brandName": "BUSFLEX",
- "validatingAirlineCode": "AA",
- "legStatus": "PENDING_STATUS",
- "sortingPriority": 1,
- "travelerRestrictions": [
- {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "restrictions": [
- "KTN_EDIT_NOT_ALLOWED"
]
}
], - "fareOffers": [
- {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "baggagePolicy": {
- "checkedIn": [
- null
], - "carryOn": [
- null
]
}, - "cancellationPolicy": {
- "description": "Non-refundable",
- "fee": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "assessmentType": "BENEFIT",
- "isCat16": true,
- "isConditional": true
}, - "exchangePolicy": {
- "description": "Change allowed for free",
- "fee": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "assessmentType": "BENEFIT",
- "isCat16": true,
- "isConditional": true
}
}
], - "legId": "1",
- "rateType": "PUBLISHED",
- "legUpdates": {
- "connectionAlerts": [
- {
- "departingFlightIndex": 0,
- "minConnectionDuration": {
- "iso8601": null
}, - "previousConnectionDuration": {
- "iso8601": null
}, - "updatedConnectionDuration": {
- "iso8601": null
}
}
]
}, - "preferredTypes": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": "NOT_PREFERRED",
- "blockedReason": "string",
- "label": "string"
}
], - "scheduleChangeInfo": {
- "flightIndices": [
- 1
], - "disruptedFlightIndices": [
- 1
]
}
}
], - "airPnrRemarks": [
- {
- "remarkString": "COMPLEATREMARK"
}
], - "travelerInfos": [
- {
- "airVendorCancellationInfo": {
- "airVendorCancellationObjects": [
- {
- "vendorCancellationId": "string",
- "flightAndLegIndices": [
- null
]
}
]
}, - "travelerIdx": 0,
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "paxType": "ADULT",
- "tickets": [
- {
- "ticketNumber": "0017574214321",
- "ticketType": "UNKNOWN_TICKET_TYPE",
- "issuedDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "status": "ISSUED",
- "amount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "flightCoupons": [
- {
- "legIdx": null,
- "flightIdx": null,
- "status": null
}
], - "ancillaries": [
- {
- "ancillaryType": null,
- "totalFare": null,
- "legIndex": null,
- "flightIndex": null
}
], - "validatingAirlineCode": "AA",
- "exchangePolicy": {
- "exchangePenalty": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "isExchangeable": true,
- "isCat16": true,
- "isConditional": true
}, - "exchangeInfo": {
- "originalTicketNumber": "0017574214321",
- "penalty": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "addCollectAmount": {
- "base": null,
- "tax": null
}
}, - "refundPolicy": {
- "refundPenalty": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "isRefundable": true,
- "isRefundableByObt": true,
- "isCat16": true,
- "isConditional": true
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundTaxBreakdown": {
- "tax": [ ]
}
}, - "llfInfo": {
- "llf": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "reasonCode": "TIMING_OR_SCHEDULING",
- "reason": "Want a stop in London"
}, - "taxBreakdown": {
- "tax": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "iataNumber": "string",
- "fareCalculation": "string",
- "updateDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "paymentDetails": [
- {
- "amount": null,
- "fop": null,
- "isRefunded": null
}
], - "ticketSettlement": "ARC_TICKET",
- "ticketCtc": {
- "cost": [
- { }
]
}, - "publishedFare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "merchantFee": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "airlineFee": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "vendorCancellationId": "2108528068",
- "conjunctionTicketSuffix": [
- "37"
], - "createdUnusedCredit": {
- "sourcePnr": "MC5ONS",
- "spotnanaPnr": "2345678",
- "ticketNumber": "5267779139217",
- "airlineCode": "AA",
- "airlineInfo": {
- "airlineCode": null,
- "airlineName": null
}, - "totalFare": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "issueDate": {
- "iso8601": null
}, - "expiryDate": {
- "iso8601": null
}, - "usedDate": {
- "iso8601": null
}, - "departureDate": {
- "iso8601": null
}, - "segmentsAvailable": "UNKNOWN",
- "passengerName": {
- "family1": null,
- "family2": null,
- "given": null,
- "middle": null,
- "suffix": null,
- "preferred": null
}, - "departureCountry": "USA",
- "arrivalCountry": "USA",
- "ticketType": "TICKET_TYPE_UNKNOWN",
- "pcc": "string",
- "status": "STATUS_UNKNOWN",
- "source": "SABRE",
- "tripId": "1234567",
- "redeemVia": "REDEEM_VIA_OBT",
- "sourceOfTruth": "SPOTNANA",
- "owningPcc": "string"
}, - "ticketScheduleChangeInformation": {
- "possibleActions": [
- null
], - "refundInfo": {
- "isRefundAllowed": null,
- "refundWaiverCode": null,
- "exchangeWaiverCode": null
}
}, - "pcc": "ABCD",
- "savingsFare": {
- "fareAmount": {
- "base": null,
- "tax": null
}, - "isTaxIncluded": false
}, - "preBookAnswers": {
- "answers": [
- null
], - "preBookQuestionResponseId": "string"
}
}
], - "boardingPass": [
- {
- "legIndex": 0,
- "flightIndex": 0,
- "boardingPriority": "A",
- "boardingZone": "16"
}
], - "booking": {
- "seats": [
- {
- "legIdx": 0,
- "flightIdx": 0,
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "number": "32A",
- "status": "CONFIRMED",
- "sourceStatus": "HK"
}
], - "luggageDetails": [
- {
- "legIdx": 0,
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "weightKg": 40,
- "numBags": 2,
- "status": "CONFIRMED"
}
], - "otherAncillaries": [
- {
- "type": "EARLY_BIRD",
- "legIndex": 0,
- "flightIndex": 0,
- "fare": {
- "base": null,
- "tax": null
}, - "status": "CONFIRMED",
- "flightIds": [
- null
]
}
], - "itinerary": {
- "totalFare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "totalFlightsFare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "totalSeatFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "totalLuggageFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "totalMerchantFees": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "totalAirlineFees": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "otherCharges": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "flightFareBreakup": [
- {
- "legIndices": [ ],
- "flightsFare": null
}
], - "fareComponents": [
- {
- "fareBasisCode": null,
- "tourCode": null,
- "ticketDesignator": null,
- "flightIds": [ ]
}
], - "otherAncillaryFares": [
- {
- "type": null,
- "totalFare": null
}
]
}, - "otherCharges": [
- {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "type": "Meal"
}
]
}, - "appliedCredits": [
- {
- "creditId": "0017574214321",
- "creditAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "fareDifference": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "penalty": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}
], - "specialServiceRequestInfos": [
- {
- "code": "string",
- "customText": "string",
- "flightIndex": 0,
- "legIndex": 0,
- "status": "SPECIAL_SERVICE_REQUEST_STATUS_UNKNOWN"
}
]
}
], - "automatedCancellationInfo": {
- "supportedCancellations": [
- {
- "cancelType": "VOID",
- "maxCancellationDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "totalFare": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "penalty": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "merchantFee": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
]
}, - "automatedExchangeInfo": {
- "supportedExchanges": [
- {
- "legInfos": [
- {
- "legIdx": 1
}
]
}
]
}, - "bookingMetadata": {
- "fareStatistics": {
- "statisticsItems": [
- {
- "statisticType": "MINIMUM",
- "totalFare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
}
]
}
}, - "otherServiceInfos": [
- {
- "customText": "Wheelchair access",
- "flightIndexes": [
- {
- "flightIndex": 0,
- "legIndex": 1
}
]
}
], - "holdDeadline": {
- "holdDeadline": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "airPriceOptimizationMetadata": {
- "oldTickets": [
- "0111234567890"
], - "newTickets": [
- "0111234567890"
], - "oldPnrId": "6789533589",
- "newPnrId": "6789533589",
- "oldPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "newPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "priceDrop": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "penaltyPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "disruptedFlightDetails": [
- {
- "departureDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "arrivalDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "cabin": "ECONOMY",
- "originAirportCode": "SFO",
- "destinationAirportCode": "LHR",
- "marketing": {
- "num": "321",
- "airlineCode": "AA"
}, - "operating": {
- "num": "321",
- "airlineCode": "AA"
}
}
]
}, - "hotelPnr": {
- "checkInDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "checkOutDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "hotelInfo": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "chainCode": "RF",
- "chainName": "Red Roof Inns",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "email": "user@business.com",
- "hotelId": "100094780",
- "name": "San Francisco Airport Red Roof",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "starRating": 3.5,
- "fax": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "masterChainCode": "EM",
- "brandName": "Marriott Hotel Brands",
- "amenities": [
- {
- "type": "ECO_FRIENDLY",
- "additionalInfo": "Complimentary in-room coffee or tea",
- "complimentary": true
}
], - "additionalAmenities": [
- "Room service",
- "Wifi"
], - "imageSets": [
- {
- "category": "UNKNOWN_CATEGORY",
- "imageGroup": {
- "caption": "Exterior",
- "images": [
- {
- "data": null,
- "dimensions": null,
- "url": null
}
]
}
}
], - "descriptions": [
- {
- "type": "",
- "value": ""
}
], - "thirdPartyHotelCodes": [
- {
- "hotelCode": "string",
- "hotelCodeType": "SABRE_CSL"
}
]
}, - "numberOfRooms": 1,
- "payment": {
- "paymentType": "PREPAID",
- "description": "string"
}, - "pnrStatus": "CONFIRMED",
- "room": {
- "bedCount": 1,
- "bedType": "SINGLE",
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "rateInfo": {
- "nightlyRate": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "totalRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "overallPenaltyCharged": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "publishedRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "publishedNightlyRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "prepaidRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "postpaidRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "rateCode": "SIG",
- "isModifiable": false,
- "isFopModifiable": true
}, - "roomName": "Standard Twin Room (City View)",
- "imageSets": [
- {
- "category": "UNKNOWN_CATEGORY",
- "imageGroup": {
- "caption": "Exterior",
- "images": [
- {
- "data": null,
- "dimensions": null,
- "url": null
}
]
}
}
], - "meals": {
- "mealsIncluded": [
- "BREAKFAST"
], - "mealPlan": "ENGLISH_BREAKFAST"
}, - "roomAmenities": [
- {
- "additionalInfo": "string",
- "isComplimentary": true,
- "roomAmenityType": "WEB_ENABLED"
}
], - "amenities": [
- {
- "additionalInfo": "string",
- "complimentary": true,
- "type": "WEB_ENABLED"
}
], - "additionalAmenities": [
- "string"
], - "guaranteeType": "GUARANTEE",
- "additionalDetails": [
- {
- "additionalDetailType": "ADDITIONAL_DETAIL_TYPE_UNKNOWN",
- "text": "string"
}
], - "roomInfo": {
- "roomType": "ROOM",
- "typeClassDescription": "string",
- "roomView": {
- "type": "UNKNOWN",
- "roomClass": [
- "PRESIDENTIAL"
]
}, - "roomTypeCode": "1QN"
}, - "co2EmissionDetail": {
- "co2EmissionValue": 10.5
}, - "savingsInfo": {
- "tmcNegotiatedRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "corporateNegotiatedRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "travelerInfos": [
- {
- "travelerIdx": 0,
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "loyaltyInfos": [
- {
- "appliedTo": [
- "TAJ"
], - "id": "firstId",
- "issuedBy": "firstIssuedBy",
- "type": "AIR"
}
]
}
], - "sortingPriority": 0,
- "vendorReferenceId": "AWKHGS",
- "vendorCancellationId": "AWKHGS",
- "preferredType": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": "NOT_PREFERRED",
- "blockedReason": "string",
- "label": "string"
}
], - "occupancy": [
- {
- "numAdults": 1,
- "numChildren": 1,
- "childAges": [
- 10
], - "numInfants": 1
}
], - "sourceStatus": "string",
- "rebookReference": {
- "cancelledPnrIds": [
- "1234567890"
], - "rebookedPnrId": "1234567890",
- "hotelRateAssuranceMetadata": {
- "selfReportedSavings": {
- "amount": 510,
- "currencyCode": "GBP"
}, - "actualSavings": {
- "amount": 510,
- "currencyCode": "GBP"
}
}, - "rebookType": "RATE_ASSURANCE"
}, - "hotelSpecialRequests": {
- "roomLocations": [
- "HIGH_FLOOR"
], - "roomFeatures": [
- "FEATHER_FREE_ROOM"
], - "checkIn": "LATE_CHECK_IN",
- "checkInTime": {
- "iso8601": "17:32"
}, - "flightNumber": "AC1234",
- "additionalNote": "Extra pillows and blankets for added comfort during the stay.",
- "accessibleFeatures": [
- "MOBILITY_ACCESSIBLE_ROOM_WITH_TUB"
]
}
}, - "carPnr": {
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "carInfo": {
- "carSpec": {
- "airConditioning": "AC_AVAILABLE",
- "amenities": {
- "numDoors": 4,
- "numLargeBags": 2,
- "numSeatBelts": 5,
- "numSeats": 5,
- "numSmallBags": 5
}, - "type": "ECONOMY",
- "displayName": "Economy",
- "engineType": "PETROL",
- "imageGroups": [
- {
- "caption": "Exterior",
- "images": [
- {
- "data": null,
- "dimensions": null,
- "url": null
}
]
}
], - "transmission": "MANUAL_4WD"
}, - "dropOffLocation": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [
- "123 456-7890"
], - "fax": [
- "123 456-7890"
], - "email": [
- "user@business.com"
]
}, - "operatingSchedule": {
- "interval": [
- {
- "min": {
- "iso8601": null
}, - "max": {
- "iso8601": null
}
}
]
}
}, - "mileageAllowance": {
- "length": 150,
- "unit": "MILE"
}, - "pickupLocation": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [
- "123 456-7890"
], - "fax": [
- "123 456-7890"
], - "email": [
- "user@business.com"
]
}, - "operatingSchedule": {
- "interval": [
- {
- "min": {
- "iso8601": null
}, - "max": {
- "iso8601": null
}
}
]
}
}, - "vendor": {
- "code": "ZE",
- "name": "HERTZ",
- "email": "abc@xyz.com",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
}, - "carTypeCode": "EBMR",
- "extraMileageCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "preferredType": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": "NOT_PREFERRED",
- "blockedReason": "string",
- "label": "string"
}
], - "co2EmissionDetail": {
- "co2EmissionValue": 0.01
}
}, - "dropOffDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "paymentType": "PREPAID",
- "pickupDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "sortingPriority": 0,
- "corporateId": "8371",
- "rateType": "PUBLISHED",
- "sourceStatus": "string",
- "vendorCancellationId": "2108528068",
- "originalCarSearchInfo": {
- "pickup": {
- "location": {
- "airportCode": "SFO",
- "cityCode": "JFK",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "datetime": {
- "iso8601": "2017-07-21T17:32"
}, - "searchQuery": "London"
}, - "dropOff": {
- "location": {
- "airportCode": "SFO",
- "cityCode": "JFK",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "datetime": {
- "iso8601": "2017-07-21T17:32"
}, - "searchQuery": "London"
}
}
}, - "railPnr": {
- "inwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "legInfos": [
- {
- "allocatedSpaces": [
- {
- "coachNumber": "B",
- "travelerIdx": 0,
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "seatNumber": "32",
- "additionalProperties": [
- "Window"
]
}
], - "travelerRailInfo": [
- {
- "travelerIndex": 0,
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "railCard": {
- "cardNumber": "string",
- "expiryDate": {
- "iso8601": null
}, - "name": "Veterans Railcard",
- "spotnanaCode": "VET",
- "vendor": "ATOC"
}, - "loyaltyDetails": {
- "loyaltyProgram": "string",
- "loyaltyNumber": "string"
}
}
], - "amenities": [
- {
- "description": "Seat Reservation",
- "name": "Seat Reservation",
- "price": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "quantity": 1,
- "type": "WIFI"
}
], - "arriveAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "departAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "arriveAtLocal": {
- "iso8601": "2017-07-21T17:32"
}, - "departAtLocal": {
- "iso8601": "2017-07-21T17:32"
}, - "destination": "Liverpool Lime Street",
- "distance": {
- "length": 150,
- "unit": "MILE"
}, - "duration": {
- "iso8601": "PT19H55M"
}, - "fareType": "Anytime Return",
- "origin": "London Euston",
- "travelClass": "FIRST",
- "vehicle": {
- "carrierName": "Deutsche Bahn",
- "timetableId": "ICE 373",
- "transportName": "TGV",
- "type": "TRAIN"
}, - "originInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- {
- "stationReferenceId": "https://et2-trainlineapi.ttlnonprod.com/stations/op~U~6e6165d9-1be0-4a52-b461-57f18d756c4c",
- "inventoryName": "Atoc"
}
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "destinationInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- {
- "stationReferenceId": "https://et2-trainlineapi.ttlnonprod.com/stations/op~U~6e6165d9-1be0-4a52-b461-57f18d756c4c",
- "inventoryName": "Atoc"
}
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "railFareType": {
- "description": "Anytime Return (1st Class)",
- "fareDetails": [
- {
- "description": "Your journey must be on the date, or the day after the date, specified on the ticket.",
- "name": "VALIDITY"
}
], - "fareSummary": "Any time of day, return within 1 month."
}, - "ticketNumber": "345675333",
- "carrierConfirmationNumber": "QP123AF",
- "seatPreferenceSelection": {
- "carriageType": "Quiet",
- "deckType": "Upstairs",
- "direction": "Backward facing",
- "facilities": [
- "Near luggage rack"
], - "positionType": "Window",
- "seatLocationType": "Sit close to",
- "seatType": "Family"
}, - "legId": "9a766905-b5e9-43f7-b985-0738ff692324",
- "vendorName": "ATOC",
- "co2EmissionGramsPerPassenger": 10903
}
], - "outwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}, - "rateMetadata": {
- "negotiatedRateType": "CORPORATE_RATE",
- "publishedRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}
}, - "paymentMode": "PRE_PAID",
- "sections": [
- {
- "fares": [
- {
- "destinationInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": null,
- "longitude": null
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- null
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "fareLegs": [
- {
- "legIndex": null,
- "travelClass": null
}
], - "fareType": {
- "description": "Anytime Return (1st Class)",
- "fareDetails": [
- null
], - "fareSummary": "Any time of day, return within 1 month."
}, - "originInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": null,
- "longitude": null
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- null
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "rate": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "extras": [
- { }
], - "refund": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "commission": {
- "amount": null,
- "percent": null
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [ ]
}, - "transactionDate": {
- "iso8601": null
}, - "refundInfo": {
- "refundAmount": null,
- "refundTaxAmount": null,
- "refundDate": null,
- "penalty": null,
- "refundVoucher": null
}
}, - "routeRestriction": "Travel is allowed via any permitted route."
}
], - "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "sectionStatus": "CONFIRMED",
- "vendorConfirmations": [
- {
- "passengerRefs": [
- 1
], - "vendorConfirmationId": "XY179358"
}
], - "vendorName": "ATOC",
- "userFacingStatus": "PENDING_STATUS"
}
], - "tickets": [
- {
- "issuedDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "ticketNumber": "0840010000072",
- "legs": [
- 1
], - "passengerRefs": [
- 1
]
}
], - "ticketDetails": [
- {
- "deliveryOption": "ELECTRONIC_TICKET",
- "eticketMetadata": {
- "description": "Rail e-ticket",
- "eticketData": "string",
- "type": "PDF"
}, - "reference": "string"
}
], - "type": "RETURN",
- "vendorConfirmationNumber": "ABQTEJ",
- "itineraryId": "abcde",
- "ancillaries": [
- {
- "travelCard": {
- "fareType": {
- "description": "Anytime Return (1st Class)",
- "fareDetails": [
- {
- "description": null,
- "name": null
}
], - "fareSummary": "Any time of day, return within 1 month."
}, - "rateInfo": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "fees": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "railCardDiscount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "total": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}, - "rateDifference": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "totalRateDifference": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "includesCommission": false
}, - "travelCardKey": "CilvcH5VfmZmMjU0MjVhLTQ1ZGYtNDRlZi1iYjFmLWRhZTYxMDFkMDhiORIkYjJiMTdkZmYtNDgwNy00YzgyLWI2YWEtMWM5Yjc0ZTEzOWZi",
- "vendorName": "ATOC",
- "zoneValidity": "London Travelcard Zones 1-4"
}, - "type": "TRAVEL_CARD"
}
], - "termsAndConditions": {
}, - "exchangeInfo": {
- "exchangeType": "AMEND_RESERVATION",
- "relatedSectionInfo": {
- "newSectionIndexes": [
- 0
], - "oldSectionIndexes": [
- 0
]
}
}, - "previousItinerary": {
- "type": "RETURN",
- "outwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "inwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "legInfos": [
- {
- "allocatedSpaces": [
- {
- "coachNumber": "B",
- "travelerIdx": 0,
- "userId": {
- "id": null
}, - "seatNumber": "32",
- "additionalProperties": [
- null
]
}
], - "travelerRailInfo": [
- {
- "travelerIndex": 0,
- "userId": {
- "id": null
}, - "railCard": {
- "cardNumber": null,
- "expiryDate": null,
- "name": null,
- "spotnanaCode": null,
- "vendor": null
}, - "loyaltyDetails": {
- "loyaltyProgram": null,
- "loyaltyNumber": null
}
}
], - "amenities": [
- {
- "description": "Seat Reservation",
- "name": "Seat Reservation",
- "price": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "quantity": 1,
- "type": "WIFI"
}
], - "arriveAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "departAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "arriveAtLocal": {
- "iso8601": "2017-07-21T17:32"
}, - "departAtLocal": {
- "iso8601": "2017-07-21T17:32"
}, - "destination": "Liverpool Lime Street",
- "distance": {
- "length": 150,
- "unit": "MILE"
}, - "duration": {
- "iso8601": "PT19H55M"
}, - "fareType": "Anytime Return",
- "origin": "London Euston",
- "travelClass": "FIRST",
- "vehicle": {
- "carrierName": "Deutsche Bahn",
- "timetableId": "ICE 373",
- "transportName": "TGV",
- "type": "TRAIN"
}, - "originInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- {
- "stationReferenceId": null,
- "inventoryName": null
}
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "destinationInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- {
- "stationReferenceId": null,
- "inventoryName": null
}
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "railFareType": {
- "description": "Anytime Return (1st Class)",
- "fareDetails": [
- {
- "description": null,
- "name": null
}
], - "fareSummary": "Any time of day, return within 1 month."
}, - "ticketNumber": "345675333",
- "carrierConfirmationNumber": "QP123AF",
- "seatPreferenceSelection": {
- "carriageType": "Quiet",
- "deckType": "Upstairs",
- "direction": "Backward facing",
- "facilities": [
- "Near luggage rack"
], - "positionType": "Window",
- "seatLocationType": "Sit close to",
- "seatType": "Family"
}, - "legId": "9a766905-b5e9-43f7-b985-0738ff692324",
- "vendorName": "ATOC",
- "co2EmissionGramsPerPassenger": 10903
}
], - "sections": [
- {
- "fares": [
- {
- "destinationInfo": {
- "name": null,
- "code": null,
- "cityCode": null,
- "timeZone": null,
- "countryCode": null,
- "latLong": null,
- "localCode": null,
- "sourceRefInfos": [ ],
- "stationType": null,
- "cityName": null,
- "stateCode": null,
- "continentCode": null
}, - "fareLegs": [
- null
], - "fareType": {
- "description": null,
- "fareDetails": [ ],
- "fareSummary": null
}, - "originInfo": {
- "name": null,
- "code": null,
- "cityCode": null,
- "timeZone": null,
- "countryCode": null,
- "latLong": null,
- "localCode": null,
- "sourceRefInfos": [ ],
- "stationType": null,
- "cityName": null,
- "stateCode": null,
- "continentCode": null
}, - "rate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "routeRestriction": "Travel is allowed via any permitted route."
}
], - "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "sectionStatus": "CONFIRMED",
- "vendorConfirmations": [
- {
- "passengerRefs": [
- null
], - "vendorConfirmationId": "XY179358"
}
], - "vendorName": "ATOC",
- "userFacingStatus": "PENDING_STATUS"
}
], - "deliveryOption": "ELECTRONIC_TICKET",
- "sourceReference": "string",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}
}
}, - "limoPnr": {
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "driver": {
- "name": "John Doe",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "driverInstructions": "string"
}, - "legs": [
- {
- "dropOffDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "dropOffLocation": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [
- "123 456-7890"
], - "fax": [
- "123 456-7890"
], - "email": [
- "user@business.com"
]
}, - "operatingSchedule": {
- "interval": [
- {
- "min": null,
- "max": null
}
]
}
}, - "dropOffNotes": "string",
- "pickupDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pickupLocation": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [
- "123 456-7890"
], - "fax": [
- "123 456-7890"
], - "email": [
- "user@business.com"
]
}, - "operatingSchedule": {
- "interval": [
- {
- "min": null,
- "max": null
}
]
}
}, - "pickupNotes": "string",
- "sortingPriority": 0
}
], - "limoDetails": {
- "carType": "STANDARD_CAR",
- "electricVehicle": "YES",
- "vendorName": "NATIONAL",
- "limoVendorInfo": {
- "code": "ZE",
- "name": "HERTZ",
- "email": "mail@mail.com"
}, - "bookingNotes": "string"
}, - "paymentType": "PREPAID",
- "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "sourceStatus": "string"
}, - "miscPnr": {
- "description": "Any text info",
- "endDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}, - "startDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "vendorConfirmationNumber": "2108528068",
- "sortingPriority": 10,
- "sourceStatus": "string"
}, - "additionalMetadata": {
- "airportInfo": [
- {
- "airportCode": "WRA",
- "airportName": "Warder Airport",
- "cityName": "Werder",
- "countryName": "Ethiopia",
- "countryCode": "ET",
- "zoneName": "Africa/Addis_Ababa",
- "stateCode": "CA"
}
], - "airlineInfo": [
- {
- "airlineCode": "AA",
- "airlineName": "American Airlines"
}
]
}, - "preBookAnswers": {
- "answers": [
- {
- "entityId": "string",
- "userInput": "string",
- "itemIds": [
- 0
], - "answers": [
- {
- "item": "string",
- "value": "string",
- "description": "string"
}
], - "customFieldType": "QUESTION",
- "questionDisplayText": "string",
- "question": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "questionFormat": "CHECKBOX",
- "optionInfo": {
- "source": "MANUAL",
- "sourceMetadata": {
- "companyConfig": {
- "optionsParam": null
}
}, - "totalNumOptions": 0,
- "options": [
- {
- "displayCode": null,
- "displayValue": null
}
]
}, - "isRequired": true,
- "isDisabled": true,
- "includeInItinerary": true,
- "customFieldLocations": [
- "POLICY_APPROVAL_EMAIL"
], - "matchConditions": {
- "travelerConditions": {
- "workerTypes": [
- null
], - "countries": [
- null
], - "legalEntities": [
- null
], - "departments": [
- null
], - "costCenters": [
- null
], - "offices": [
- null
]
}, - "travelTypes": [
- "AIR"
], - "travelRegionTypes": [
- "DOMESTIC"
], - "tripUsageTypes": [
- "STANDARD"
]
}, - "questionType": {
- "preSearchQuestionType": "PURPOSE_OF_TRIP",
- "preCheckoutQuestionType": "OOP_REASON_CODE"
}
}
}
], - "preBookQuestionResponseId": "string"
}, - "customFields": [
- {
- "id": "string",
- "type": "QUESTION",
- "description": "GLOBAL OFFSITE 2022"
}
], - "bookingHistory": [
- {
- "bookerInfo": {
- "name": "Harry Potter",
- "email": "harry@spotnana.com",
- "role": "AGENT",
- "tmcName": "Spotnana Technology"
}, - "bookingInfo": {
- "updatedDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "status": "BOOKED",
- "bookingSourceClient": "ANDROID_APP"
}
}
], - "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "serviceFees": [
- {
- "fare": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "taxes": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "taxCode": "VAT",
- "description": "string",
- "percentage": 10
}
], - "ticketNumber": "string",
- "status": "ISSUED",
- "fop": {
- "type": "CARD",
- "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": {
- "expiryMonth": "KvAuPANQWCpjwRQxcC8EXg==",
- "expiryYear": "fPBm0OWrKwPyIrCVcbg4cA=="
}
}, - "ownershipLabel": "CENTRAL"
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- "string"
], - "entities": [
- {
- "entityId": "string",
- "centralCardAccessLevel": "UNKNOWN"
}
]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": {
- "brexBudgetMetadata": {
- "budgetName": "Travel budget",
- "paidByPersonalCard": false
}
}, - "vendorProgramPaymentMetadata": {
- "directBilling": {
- "vendorId": "ZI",
- "directBillingCode": "123456"
}
}, - "virtualCardMetadata": {
- "vendorInfo": {
- "vendor": "CONFERMA",
- "vendorCardId": "68793680",
- "virtualCardVendorCardPoolId": "51907",
- "confermaInfo": {
- "deploymentId": null
}
}, - "cardInfo": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "dateRange": {
- "startDate": null,
- "endDate": null
}
}, - "paymentInstructionId": "1eb8b778-f0a6-4037-865c-4580982fa36e",
- "shouldReveal": false
}, - "cardMetadata": {
- "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [ ],
- "administrativeArea": null,
- "administrativeAreaName": null,
- "description": null,
- "isDefault": null,
- "languageCode": null,
- "locality": null,
- "locationCode": null,
- "organization": null,
- "postalCode": null,
- "continentCode": null,
- "recipients": [ ],
- "regionCode": null,
- "regionName": null,
- "revision": null,
- "sortingCode": null,
- "sublocality": null,
- "timezone": null,
- "coordinates": null
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": null
}, - "ownershipLabel": "CENTRAL"
}, - "accessType": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- null
], - "entities": [
- null
]
}, - "isLodgeCard": false,
- "bta": "Y"
}
}, - "paymentSourceType": "CARD"
}, - "visibleToTraveler": true,
- "paymentTransactionInfo": {
- "paymentReference": "pi_2PAlaAIE$aaaaAaA0bLqk9AI",
- "networkTransactionId": "721107212171711",
- "gatewayInfo": {
- "stripeInfo": {
- "accountId": "acct_1OAbc3AB5abcdDdA",
- "accountDisplayName": "Abc Travel",
- "platformAccountGatewayId": "connect-platform:#"
}
}, - "failureReason": {
- "reasonCode": "PAYMENT_METHOD_MISSING"
}
}, - "tags": [
- {
- "key": "string",
- "value": "string"
}
]
}
], - "paymentInfo": [
- {
- "fop": {
- "type": "CARD",
- "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": {
- "expiryMonth": "KvAuPANQWCpjwRQxcC8EXg==",
- "expiryYear": "fPBm0OWrKwPyIrCVcbg4cA=="
}
}, - "ownershipLabel": "CENTRAL"
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- "string"
], - "entities": [
- {
- "entityId": "string",
- "centralCardAccessLevel": "UNKNOWN"
}
]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": {
- "brexBudgetMetadata": {
- "budgetName": "Travel budget",
- "paidByPersonalCard": false
}
}, - "vendorProgramPaymentMetadata": {
- "directBilling": {
- "vendorId": "ZI",
- "directBillingCode": "123456"
}
}, - "virtualCardMetadata": {
- "vendorInfo": {
- "vendor": "CONFERMA",
- "vendorCardId": "68793680",
- "virtualCardVendorCardPoolId": "51907",
- "confermaInfo": {
- "deploymentId": null
}
}, - "cardInfo": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "dateRange": {
- "startDate": null,
- "endDate": null
}
}, - "paymentInstructionId": "1eb8b778-f0a6-4037-865c-4580982fa36e",
- "shouldReveal": false
}, - "cardMetadata": {
- "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [ ],
- "administrativeArea": null,
- "administrativeAreaName": null,
- "description": null,
- "isDefault": null,
- "languageCode": null,
- "locality": null,
- "locationCode": null,
- "organization": null,
- "postalCode": null,
- "continentCode": null,
- "recipients": [ ],
- "regionCode": null,
- "regionName": null,
- "revision": null,
- "sortingCode": null,
- "sublocality": null,
- "timezone": null,
- "coordinates": null
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": null
}, - "ownershipLabel": "CENTRAL"
}, - "accessType": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- null
], - "entities": [
- null
]
}, - "isLodgeCard": false,
- "bta": "Y"
}
}, - "paymentSourceType": "CARD"
}, - "totalCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "totalRefund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "netCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}
], - "bookingStatus": "PENDING_STATUS",
- "contactSupport": false,
- "travelerPnrVisibilityStatus": "VISIBLE",
- "shellPnrInfo": {
- "shellPnrCreateReasonType": "CONTENT_NOT_AVAILABLE",
- "createShellPnrReason": "Flight Missing",
- "pnrType": "AIR"
}, - "pnrCreationDetails": {
- "requestedByDetails": {
- "pnrRequestedBy": "Peter",
- "requestedByUserOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "primaryServiceProviderTmc": {
- "tmcId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}
}, - "secondaryServiceProviderTmcs": [
- {
- "tmcId": {
- "id": null
}, - "supplier": "SABRE",
- "travelType": "AIR"
}
], - "partnerTmcId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "string",
- "logo": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}
}, - "bookingTmc": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "string",
- "logo": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}
}
}
}
}
}, - "approvalInfo": [
- {
- "approvalStatus": "APPROVAL_PENDING"
}
], - "cancellationRequestStatus": "CANCELLATION_IN_PROGRESS",
- "externalInfo": {
- "externalPnrId": "A2345",
- "externalPnrVersion": 1,
- "externalUrlMetadata": "exchange=a,cancel=b"
}, - "tripId": "123456789",
- "documents": [
- {
- "documentId": "f49d00fe-1eda-4304-ba79-a980f565281d",
- "documentMetadata": {
- "documentType": "VISA",
- "entityType": "PNR",
- "entityId": "123124",
- "entityMetadata": {
- "pnrMetadata": {
- "flightMetadata": {
- "flightId": "CgNERU4SA1NGTxoKNTQ1NzI5ODcxMQ"
}
}, - "invoiceMetadata": {
- "invoiceNumber": "SPOT-0001"
}, - "travelType": "AIR"
}, - "name": "BoardingPass.pdf"
}
}
], - "freshnessInfo": {
- "latestVersionDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "returnedVersionDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "bookingEmailInfo": {
- "disableEmail": true
}, - "llfPnrInfo": {
- "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "pnrId": "123456789",
- "invoiceInfos": [
- {
- "invoiceNumber": "SPOT-0001",
- "productType": "PNR",
- "invoiceId": "2a5c0a73-1306-47f2-8210-7dfc812f4d0e"
}
], - "totalFareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "dkNumber": "123456789",
- "savingsFare": {
- "fareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "isTaxIncluded": false
}, - "tripUsageMetadata": {
- "tripUsageType": "STANDARD",
- "eventMetadata": {
- "eventId": "123456789"
}
}
}
This endpoint updates PNR by ID.
Updated Successfully
Bad request
Unauthorized
Forbidden
The specified resource was not found.
{- "version": 1,
- "sourceInfo": {
- "sourcePnrId": "AEDAVF",
- "bookingSource": "United.com",
- "bookingDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "posDescriptor": "LA5K",
- "iataNumber": "426666"
}, - "invoiceDelayedBooking": false,
- "travelers": [
- {
- "travelerPersonalInfo": {
- "loyaltyInfos": [
- {
- "appliedTo": [
- "TAJ"
], - "id": "firstId",
- "issuedBy": "firstIssuedBy",
- "type": "AIR"
}
], - "travelPref": {
- "airPref": {
- "airlinePrefs": [
- {
- "airlines": [ ],
- "flightType": null
}
], - "alliancePref": {
- "alliances": [
- null
]
}, - "farePref": {
- "fareTypes": [
- null
]
}, - "homeAirport": "NEW YORK",
- "mealPref": {
- "exclMealPrefs": [
- null
], - "inclMealPrefs": [
- null
], - "specialMealDescription": "Veg only meal"
}, - "numStopPref": {
- "numOfStops": 34
}, - "seatAmenityPref": {
- "seatAmenityTypes": [
- null
]
}, - "seatLocationPrefs": [
- {
- "cabins": [ ],
- "isBulkHeadPref": null,
- "maxFlightDurationInHours": null,
- "position": null
}
], - "preferredAirports": [
- {
- "airportName": null,
- "airportCode": null,
- "label": null
}
]
}, - "preferredCurrency": "USD",
- "railCards": [
- {
- "cardNumber": "string",
- "expiryDate": {
- "iso8601": null
}, - "name": "Veterans Railcard",
- "spotnanaCode": "VET",
- "vendor": "ATOC"
}
], - "railPref": {
- "preferredRailStations": [
- {
- "stationName": null,
- "stationCode": null,
- "cityName": null,
- "countryCode": null,
- "label": null
}
], - "seatPreference": {
- "hasAccessibility": false,
- "seatTypes": [
- null
], - "seatLocations": [
- null
], - "deckLevels": [
- null
], - "seatDirections": [
- null
]
}, - "travelClasses": [
- "FIRST"
], - "coachPreferences": [
- "NON_SMOKING"
], - "conditionalRates": [
- "AAA"
]
}, - "carPref": {
- "vendors": [
- {
- "code": null,
- "name": null,
- "isPresentInPreferredVendors": null
}
], - "carTypes": [
- "ECONOMY"
], - "engineTypes": [
- "PETROL"
], - "transmissionTypes": [
- "AUTOMATIC"
], - "conditionalRates": [
- "AAA"
]
}, - "hotelPref": {
- "hotelParentChains": [
- {
- "chainCode": null,
- "chainName": null
}
], - "hotelBrands": [
- {
- "brandCode": null,
- "brandName": null
}
], - "hotelAmenityTypes": [
- "PARKING"
], - "roomPreference": {
- "isMobilityAccessible": false,
- "bedCount": "ONE_BED",
- "roomType": "SMOKING",
- "mostImportantFact": "BED_COUNT",
- "roomLocation": "HIGH_FLOOR",
- "pillowType": "FOAM",
- "roomAmenityPrefs": [
- null
]
}, - "conditionalRates": [
- "AAA"
]
}
}
}, - "user": {
- "addresses": [
- {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}
], - "dob": {
- "iso8601": "2017-07-21"
}, - "email": "example@email.com",
- "emergencyContactInfo": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "designation": "MANAGER",
- "email": "emergency-contact@email.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "phoneNumber": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "userOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": null
}, - "primaryServiceProviderTmc": {
- "tmcId": null
}, - "secondaryServiceProviderTmcs": [
- null
], - "partnerTmcId": {
- "id": null
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": null,
- "name": null,
- "logo": null
}, - "bookingTmc": {
- "id": null,
- "name": null,
- "logo": null
}
}
}
}, - "emergencyContact": {
- "name": "John Smith",
- "email": "emergency-contact@email.com",
- "designation": "MANAGER",
- "relation": "SPOUSE",
- "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "preferredLanguage": "en-US"
}, - "gender": "FEMALE",
- "identityDocs": [
- {
- "passport": {
- "docId": "PASSPORTID",
- "expiryDate": {
- "iso8601": "2017-07-21"
}, - "issueCountry": "IN",
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "nationalityCountry": "IN",
- "type": "REGULAR"
}
}, - {
- "ktn": {
- "number": "123456",
- "issueCountry": "US"
}
}
], - "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "paymentInfos": [
- {
- "applicableTo": [
- "HOTEL"
], - "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [ ],
- "administrativeArea": null,
- "administrativeAreaName": null,
- "description": null,
- "isDefault": null,
- "languageCode": null,
- "locality": null,
- "locationCode": null,
- "organization": null,
- "postalCode": null,
- "continentCode": null,
- "recipients": [ ],
- "regionCode": null,
- "regionName": null,
- "revision": null,
- "sortingCode": null,
- "sublocality": null,
- "timezone": null,
- "coordinates": null
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": null
}, - "ownershipLabel": "CENTRAL"
}, - "accessType": "UNKNOWN_TYPE",
- "access": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- null
], - "entities": [
- null
]
}
}
], - "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "profilePicture": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": 120,
- "width": 240
},
}, - "nationality": "Indian",
- "title": "MR"
}, - "userBusinessInfo": {
- "department": {
- "id": {
- "id": "631ccbcf-9414-5fe0-c234-b324dfbe7422"
}, - "name": "IT Department",
- "externalId": "department-ext-id",
- "employeeCount": 57
}, - "designation": "MANAGER",
- "email": "user@business.com",
- "employeeId": "101",
- "grade": {
- "employeeCount": 75,
- "id": {
- "id": "831ccbcb-1416-7fe2-e236-d324dfbe7424"
}, - "name": "Grade"
}, - "legalEntityId": {
- "id": "fc1ccbce-8413-4fe9-b233-a324dfbe7421"
}, - "managerBasicInfo": {
- "userOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": null
}, - "primaryServiceProviderTmc": {
- "tmcId": null
}, - "secondaryServiceProviderTmcs": [
- null
], - "partnerTmcId": {
- "id": null
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": null,
- "name": null,
- "logo": null
}, - "bookingTmc": {
- "id": null,
- "name": null,
- "logo": null
}
}
}, - "persona": "EMPLOYEE",
- "email": "example@email.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "profilePicture": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": 120,
- "width": 240
},
}, - "tier": "SEAT1A",
- "phoneNumber": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "employeeId": "string",
- "isActive": true
}, - "office": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "id": {
- "id": "531ccbce-8413-4fe9-b233-a324dfbe7421"
}, - "name": "Office",
- "latlng": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "taxId": "133232"
}, - "organizationId": {
- "id": "string"
}, - "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "userCostCenter": {
- "employeeCount": 120,
- "id": {
- "id": "731ccbca-0415-6fe1-d235-c324dfbe7423"
}, - "name": "CostCenter",
- "externalId": "external-id"
}, - "designatedApproverInfos": [
- {
- "userOrgId": {
- "organizationAgencyId": {
- "id": null
}, - "organizationId": {
- "id": null
}, - "userId": {
- "id": null
}, - "tmcInfo": {
- "id": null,
- "primaryServiceProviderTmc": null,
- "secondaryServiceProviderTmcs": [ ],
- "partnerTmcId": null
}, - "tmcBasicInfo": {
- "contractingTmc": null,
- "bookingTmc": null
}
}, - "persona": "EMPLOYEE",
- "email": "example@email.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "profilePicture": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}, - "tier": "SEAT1A",
- "phoneNumber": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "employeeId": "string",
- "isActive": true
}
], - "designatedApproverUserIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "authorizerEmail": "example@email.com"
}, - "userOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "primaryServiceProviderTmc": {
- "tmcId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}
}, - "secondaryServiceProviderTmcs": [
- {
- "tmcId": {
- "id": null
}, - "supplier": "SABRE",
- "travelType": "AIR"
}
], - "partnerTmcId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "string",
- "logo": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}
}, - "bookingTmc": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "string",
- "logo": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}
}
}
}, - "persona": "EMPLOYEE",
- "isActive": true,
- "tier": "SEAT1A",
- "adhocUserInfo": {
- "profileOwner": {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "isSaved": false
}, - "externalId": "string"
}
], - "pnrTravelers": [
- {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "travelerInfo": {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "personalInfo": {
- "addresses": [
- {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}
], - "dob": {
- "iso8601": "2017-07-21"
}, - "email": "example@email.com",
- "emergencyContactInfo": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "designation": "MANAGER",
- "email": "emergency-contact@email.com",
- "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "phoneNumber": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "userOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": null
}, - "primaryServiceProviderTmc": {
- "tmcId": null
}, - "secondaryServiceProviderTmcs": [
- null
], - "partnerTmcId": {
- "id": null
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": null,
- "name": null,
- "logo": null
}, - "bookingTmc": {
- "id": null,
- "name": null,
- "logo": null
}
}
}
}, - "gender": "FEMALE",
- "identityDocs": [
- {
- "passport": {
- "docId": "PASSPORTID",
- "expiryDate": {
- "iso8601": "2017-07-21"
}, - "issueCountry": "IN",
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "nationalityCountry": "IN",
- "type": "REGULAR"
}
}, - {
- "ktn": {
- "number": "123456",
- "issueCountry": "US"
}
}
], - "name": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "profilePicture": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": 120,
- "width": 240
},
}, - "nationality": "Indian",
- "title": "MR",
- "preferredLanguage": "en-US",
- "preferredPronoun": "SHE_HER_HERS",
- "travelerName": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "emergencyContact": {
- "name": "John Smith",
- "email": "emergency-contact@email.com",
- "designation": "MANAGER",
- "relation": "SPOUSE",
- "phoneNumbers": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "preferredLanguage": "en-US"
}
}, - "loyalties": [
- {
- "appliedTo": [
- "TAJ"
], - "id": "firstId",
- "issuedBy": "firstIssuedBy",
- "type": "AIR"
}
], - "persona": "EMPLOYEE",
- "businessInfo": {
- "legalEntity": {
- "id": "string",
- "name": "Spotnana India",
- "ein": "string",
- "externalId": "abcd",
- "companySpecifiedAttributes": [
- {
- "fieldName": "businessId",
- "value": "ABCD"
}
]
}, - "companyId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "companyInfo": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "Spotnana",
- "externalId": "abcd"
}, - "workerType": "EMPLOYEE",
- "employeeId": "1234",
- "companySpecifiedAttributes": [
- {
- "fixedColumnName": "contingentType",
- "value": "FSTV"
}
], - "userCostCenter": {
- "employeeCount": 120,
- "id": {
- "id": "731ccbca-0415-6fe1-d235-c324dfbe7423"
}, - "name": "CostCenter",
- "externalId": "external-id"
}, - "grade": {
- "employeeCount": 75,
- "id": {
- "id": "831ccbcb-1416-7fe2-e236-d324dfbe7424"
}, - "name": "Grade"
}, - "office": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "id": {
- "id": "531ccbce-8413-4fe9-b233-a324dfbe7421"
}, - "name": "Office",
- "latlng": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "taxId": "133232"
}, - "department": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "IT Department",
- "externalId": "department-ext-id"
}, - "accountingCode": "123"
}
}
], - "costOfGoodsSold": {
- "payments": [
- {
- "travelerIndices": [
- 0,
- 1
], - "userIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "amount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "fop": {
- "type": "CARD",
- "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [
- null
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- null
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": null,
- "longitude": null
}
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": {
- "expiryMonth": null,
- "expiryYear": null
}
}, - "ownershipLabel": "CENTRAL"
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- "string"
], - "entities": [
- {
- "entityId": null,
- "centralCardAccessLevel": null
}
]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": {
- "brexBudgetMetadata": {
- "budgetName": null,
- "paidByPersonalCard": null
}
}, - "vendorProgramPaymentMetadata": {
- "directBilling": {
- "vendorId": null,
- "directBillingCode": null
}
}, - "virtualCardMetadata": {
- "vendorInfo": {
- "vendor": null,
- "vendorCardId": null,
- "virtualCardVendorCardPoolId": null,
- "confermaInfo": null
}, - "cardInfo": {
- "amount": null,
- "dateRange": null
}, - "paymentInstructionId": "1eb8b778-f0a6-4037-865c-4580982fa36e",
- "shouldReveal": false
}, - "cardMetadata": {
- "card": {
- "id": null,
- "type": null,
- "company": null,
- "name": null,
- "address": null,
- "number": null,
- "expiryMonth": null,
- "expiryYear": null,
- "cvv": null,
- "label": null,
- "currency": null,
- "externalId": null,
- "vaultId": null,
- "expiry": null,
- "ownershipLabel": null
}, - "accessType": {
- "accessType": null,
- "entityIds": [ ],
- "entities": [ ]
}, - "isLodgeCard": false,
- "bta": "Y"
}
}, - "paymentSourceType": "CARD"
}, - "paymentReference": "HAH2618716871",
- "paymentType": "FLIGHTS",
- "paymentThirdParty": "STRIPE",
- "paymentId": "string",
- "paymentGateway": "STRIPE",
- "isRefunded": false,
- "selectedPaymentSource": {
- "paymentSourceId": "f49d00fe-1eda-4304-ba79-a980f565281d",
- "rawPaymentSource": {
- "type": "string",
- "cardDetails": {
- "company": "VISA",
- "token": "4111111111111111",
- "expiry": {
- "tokenizedExpiry": null
}
}
}, - "postPaymentRedirectionUrl": "https://mycompany.com/checkout?paymentSourceId=f49d00fe-1eda-4304-ba79-a980f565281d",
- "cvv": "string",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "networkTransactionId": "721107212171711"
}
]
}, - "costToCustomer": {
- "payments": [
- {
- "travelerIndices": [
- 0,
- 1
], - "userIds": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "amount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "fop": {
- "type": "CARD",
- "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [
- null
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- null
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": null,
- "longitude": null
}
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": {
- "expiryMonth": null,
- "expiryYear": null
}
}, - "ownershipLabel": "CENTRAL"
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- "string"
], - "entities": [
- {
- "entityId": null,
- "centralCardAccessLevel": null
}
]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": {
- "brexBudgetMetadata": {
- "budgetName": null,
- "paidByPersonalCard": null
}
}, - "vendorProgramPaymentMetadata": {
- "directBilling": {
- "vendorId": null,
- "directBillingCode": null
}
}, - "virtualCardMetadata": {
- "vendorInfo": {
- "vendor": null,
- "vendorCardId": null,
- "virtualCardVendorCardPoolId": null,
- "confermaInfo": null
}, - "cardInfo": {
- "amount": null,
- "dateRange": null
}, - "paymentInstructionId": "1eb8b778-f0a6-4037-865c-4580982fa36e",
- "shouldReveal": false
}, - "cardMetadata": {
- "card": {
- "id": null,
- "type": null,
- "company": null,
- "name": null,
- "address": null,
- "number": null,
- "expiryMonth": null,
- "expiryYear": null,
- "cvv": null,
- "label": null,
- "currency": null,
- "externalId": null,
- "vaultId": null,
- "expiry": null,
- "ownershipLabel": null
}, - "accessType": {
- "accessType": null,
- "entityIds": [ ],
- "entities": [ ]
}, - "isLodgeCard": false,
- "bta": "Y"
}
}, - "paymentSourceType": "CARD"
}, - "paymentReference": "HAH2618716871",
- "paymentType": "FLIGHTS",
- "paymentThirdParty": "STRIPE",
- "paymentId": "string",
- "paymentGateway": "STRIPE",
- "isRefunded": false,
- "selectedPaymentSource": {
- "paymentSourceId": "f49d00fe-1eda-4304-ba79-a980f565281d",
- "rawPaymentSource": {
- "type": "string",
- "cardDetails": {
- "company": "VISA",
- "token": "4111111111111111",
- "expiry": {
- "tokenizedExpiry": null
}
}
}, - "postPaymentRedirectionUrl": "https://mycompany.com/checkout?paymentSourceId=f49d00fe-1eda-4304-ba79-a980f565281d",
- "cvv": "string",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "networkTransactionId": "721107212171711"
}
]
}, - "policyInfo": {
- "outOfPolicy": false,
- "approverName": {
- "family1": "Gandas",
- "family2": "FamilyTwo",
- "given": "Vichitr",
- "middle": "Kumar",
- "suffix": "SR",
- "preferred": "Don"
}, - "reasonCode": "TIMING_OR_SCHEDULING",
- "reason": "Business class cheaper than economy",
- "appliedPolicyInfo": {
- "policies": [
- {
- "id": "string",
- "version": "string",
- "policyName": "string",
- "approvalType": "SOFT_APPROVAL",
- "policyType": "GLOBAL"
}
], - "ruleResultInfos": [
- {
- "violationInfos": [
- {
- "predicateString": "string",
- "predicate": "UNKNOWN_PREDICATE_STRING",
- "expectedValue": {
- "i": null
}, - "actualValue": {
- "i": null
}
}
], - "subViolationInfos": [
- {
- "predicateString": "string",
- "predicate": "UNKNOWN_PREDICATE_STRING",
- "expectedValue": {
- "i": null
}, - "actualValue": {
- "i": null
}
}
], - "actions": [
- {
- "flag": {
- "message": null
}
}
]
}
]
}
}, - "airPnr": {
- "legs": [
- {
- "flights": [
- {
- "departureDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "arrivalDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "duration": {
- "iso8601": "PT19H55M"
}, - "flightId": "CjoKOGNsYXNzIERhdGVUaW1lTG9jYWwgewogICAgaXNvO",
- "origin": "SFO",
- "destination": "LHR",
- "departureGate": {
- "gate": "1A",
- "terminal": "1"
}, - "arrivalGate": {
- "gate": "1A",
- "terminal": "1"
}, - "marketing": {
- "num": "321",
- "airlineCode": "AA"
}, - "operating": {
- "num": "321",
- "airlineCode": "AA"
}, - "operatingAirlineName": "SKYWEST DBA UNITED EXPRESS",
- "hiddenStops": [
- {
- "airport": null,
- "arrivalDateTime": null,
- "departureDateTime": null,
- "duration": null
}
], - "vendorConfirmationNumber": "ABQTEJ",
- "cabin": "ECONOMY",
- "bookingCode": "A",
- "flightStatus": "CONFIRMED",
- "otherStatuses": [
- {
- "cabin": null,
- "status": null
}
], - "co2EmissionDetail": {
- "emissionValue": 10,
- "averageEmissionValue": 10,
- "flightDistanceKm": 10,
- "isApproximate": true
}, - "flightUpdates": {
- "previousDepartureDateTime": {
- "iso8601": null
}, - "previousArrivalDateTime": {
- "iso8601": null
}, - "previousDepartureGate": {
- "gate": null,
- "terminal": null
}, - "previousArrivalGate": {
- "gate": null,
- "terminal": null
}
}, - "sourceStatus": "string",
- "equipment": {
- "code": "777",
- "type": "N",
- "name": "Boeing 737-800"
}, - "distance": {
- "length": 150,
- "unit": "MILE"
}
}
], - "brandName": "BUSFLEX",
- "validatingAirlineCode": "AA",
- "legStatus": "PENDING_STATUS",
- "fareOffers": [
- {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "baggagePolicy": {
- "checkedIn": [
- null
], - "carryOn": [
- null
]
}, - "cancellationPolicy": {
- "description": "Non-refundable",
- "fee": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "assessmentType": "BENEFIT",
- "isCat16": true,
- "isConditional": true
}, - "exchangePolicy": {
- "description": "Change allowed for free",
- "fee": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "assessmentType": "BENEFIT",
- "isCat16": true,
- "isConditional": true
}
}
], - "rateType": "PUBLISHED",
- "legUpdates": {
- "connectionAlerts": [
- {
- "departingFlightIndex": 0,
- "minConnectionDuration": {
- "iso8601": null
}, - "previousConnectionDuration": {
- "iso8601": null
}, - "updatedConnectionDuration": {
- "iso8601": null
}
}
]
}, - "scheduleChangeInfo": {
- "flightIndices": [
- 1
], - "disruptedFlightIndices": [
- 1
]
}
}
], - "airPnrRemarks": [
- {
- "remarkString": "COMPLEATREMARK"
}
], - "travelerInfos": [
- {
- "airVendorCancellationInfo": {
- "airVendorCancellationObjects": [
- {
- "vendorCancellationId": "string",
- "flightAndLegIndices": [
- null
]
}
]
}, - "travelerIdx": 0,
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "paxType": "ADULT",
- "tickets": [
- {
- "ticketNumber": "0017574214321",
- "ticketType": "UNKNOWN_TICKET_TYPE",
- "issuedDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "status": "ISSUED",
- "amount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "flightCoupons": [
- {
- "legIdx": null,
- "flightIdx": null,
- "status": null
}
], - "ancillaries": [
- {
- "ancillaryType": null,
- "totalFare": null,
- "legIndex": null,
- "flightIndex": null
}
], - "validatingAirlineCode": "AA",
- "exchangePolicy": {
- "exchangePenalty": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "isExchangeable": true,
- "isCat16": true,
- "isConditional": true
}, - "exchangeInfo": {
- "originalTicketNumber": "0017574214321",
- "penalty": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "addCollectAmount": {
- "base": null,
- "tax": null
}
}, - "refundPolicy": {
- "refundPenalty": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "isRefundable": true,
- "isRefundableByObt": true,
- "isCat16": true,
- "isConditional": true
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundTaxBreakdown": {
- "tax": [ ]
}
}, - "llfInfo": {
- "llf": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "reasonCode": "TIMING_OR_SCHEDULING",
- "reason": "Want a stop in London"
}, - "taxBreakdown": {
- "tax": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "iataNumber": "string",
- "fareCalculation": "string",
- "updateDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "paymentDetails": [
- {
- "amount": null,
- "fop": null,
- "isRefunded": null
}
], - "ticketSettlement": "ARC_TICKET",
- "ticketCtc": {
- "cost": [
- { }
]
}, - "publishedFare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "merchantFee": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "airlineFee": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "vendorCancellationId": "2108528068",
- "conjunctionTicketSuffix": [
- "37"
], - "createdUnusedCredit": {
- "sourcePnr": "MC5ONS",
- "spotnanaPnr": "2345678",
- "ticketNumber": "5267779139217",
- "airlineCode": "AA",
- "airlineInfo": {
- "airlineCode": null,
- "airlineName": null
}, - "totalFare": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "issueDate": {
- "iso8601": null
}, - "expiryDate": {
- "iso8601": null
}, - "usedDate": {
- "iso8601": null
}, - "departureDate": {
- "iso8601": null
}, - "segmentsAvailable": "UNKNOWN",
- "passengerName": {
- "family1": null,
- "family2": null,
- "given": null,
- "middle": null,
- "suffix": null,
- "preferred": null
}, - "departureCountry": "USA",
- "arrivalCountry": "USA",
- "ticketType": "TICKET_TYPE_UNKNOWN",
- "pcc": "string",
- "status": "STATUS_UNKNOWN",
- "source": "SABRE",
- "tripId": "1234567",
- "redeemVia": "REDEEM_VIA_OBT",
- "sourceOfTruth": "SPOTNANA",
- "owningPcc": "string"
}, - "ticketScheduleChangeInformation": {
- "possibleActions": [
- null
], - "refundInfo": {
- "isRefundAllowed": null,
- "refundWaiverCode": null,
- "exchangeWaiverCode": null
}
}, - "pcc": "ABCD",
- "savingsFare": {
- "fareAmount": {
- "base": null,
- "tax": null
}, - "isTaxIncluded": false
}, - "preBookAnswers": {
- "answers": [
- null
], - "preBookQuestionResponseId": "string"
}
}
], - "boardingPass": [
- {
- "legIndex": 0,
- "flightIndex": 0,
- "boardingPriority": "A",
- "boardingZone": "16"
}
], - "booking": {
- "seats": [
- {
- "legIdx": 0,
- "flightIdx": 0,
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "number": "32A",
- "status": "CONFIRMED",
- "sourceStatus": "HK"
}
], - "luggageDetails": [
- {
- "legIdx": 0,
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "weightKg": 40,
- "numBags": 2,
- "status": "CONFIRMED"
}
], - "otherAncillaries": [
- {
- "type": "EARLY_BIRD",
- "legIndex": 0,
- "flightIndex": 0,
- "fare": {
- "base": null,
- "tax": null
}, - "status": "CONFIRMED",
- "flightIds": [
- null
]
}
], - "otherCharges": [
- {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "type": "Meal"
}
]
}, - "appliedCredits": [
- {
- "creditId": "0017574214321",
- "creditAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "fareDifference": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "penalty": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}
], - "specialServiceRequestInfos": [
- {
- "code": "string",
- "customText": "string",
- "flightIndex": 0,
- "legIndex": 0,
- "status": "SPECIAL_SERVICE_REQUEST_STATUS_UNKNOWN"
}
]
}
], - "automatedCancellationInfo": {
- "supportedCancellations": [
- {
- "cancelType": "VOID",
- "maxCancellationDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "totalFare": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "penalty": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "merchantFee": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
]
}, - "automatedExchangeInfo": {
- "supportedExchanges": [
- {
- "legInfos": [
- {
- "legIdx": 1
}
]
}
]
}, - "bookingMetadata": {
- "fareStatistics": {
- "statisticsItems": [
- {
- "statisticType": "MINIMUM",
- "totalFare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
}
]
}
}, - "otherServiceInfos": [
- {
- "customText": "Wheelchair access",
- "flightIndexes": [
- {
- "flightIndex": 0,
- "legIndex": 1
}
]
}
], - "holdDeadline": {
- "holdDeadline": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "airPriceOptimizationMetadata": {
- "oldTickets": [
- "0111234567890"
], - "newTickets": [
- "0111234567890"
], - "oldPnrId": "6789533589",
- "newPnrId": "6789533589",
- "oldPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "newPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "priceDrop": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "penaltyPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "disruptedFlightDetails": [
- {
- "departureDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "arrivalDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "cabin": "ECONOMY",
- "originAirportCode": "SFO",
- "destinationAirportCode": "LHR",
- "marketing": {
- "num": "321",
- "airlineCode": "AA"
}, - "operating": {
- "num": "321",
- "airlineCode": "AA"
}
}
]
}, - "hotelPnr": {
- "checkInDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "checkOutDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "hotelInfo": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "chainCode": "RF",
- "chainName": "Red Roof Inns",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "email": "user@business.com",
- "hotelId": "100094780",
- "name": "San Francisco Airport Red Roof",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "starRating": 3.5,
- "fax": [
- {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
], - "masterChainCode": "EM",
- "brandName": "Marriott Hotel Brands",
- "amenities": [
- {
- "type": "ECO_FRIENDLY",
- "additionalInfo": "Complimentary in-room coffee or tea",
- "complimentary": true
}
], - "additionalAmenities": [
- "Room service",
- "Wifi"
], - "imageSets": [
- {
- "category": "UNKNOWN_CATEGORY",
- "imageGroup": {
- "caption": "Exterior",
- "images": [
- {
- "data": null,
- "dimensions": null,
- "url": null
}
]
}
}
], - "descriptions": [
- {
- "type": "",
- "value": ""
}
], - "thirdPartyHotelCodes": [
- {
- "hotelCode": "string",
- "hotelCodeType": "SABRE_CSL"
}
]
}, - "numberOfRooms": 1,
- "payment": {
- "paymentType": "PREPAID",
- "description": "string"
}, - "pnrStatus": "CONFIRMED",
- "room": {
- "bedCount": 1,
- "bedType": "SINGLE",
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "rateInfo": {
- "nightlyRate": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "totalRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "overallPenaltyCharged": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "publishedRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "publishedNightlyRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "prepaidRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "postpaidRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "rateCode": "SIG"
}, - "roomName": "Standard Twin Room (City View)",
- "imageSets": [
- {
- "category": "UNKNOWN_CATEGORY",
- "imageGroup": {
- "caption": "Exterior",
- "images": [
- {
- "data": null,
- "dimensions": null,
- "url": null
}
]
}
}
], - "meals": {
- "mealsIncluded": [
- "BREAKFAST"
], - "mealPlan": "ENGLISH_BREAKFAST"
}, - "roomAmenities": [
- {
- "additionalInfo": "string",
- "isComplimentary": true,
- "roomAmenityType": "WEB_ENABLED"
}
], - "amenities": [
- {
- "additionalInfo": "string",
- "complimentary": true,
- "type": "WEB_ENABLED"
}
], - "additionalAmenities": [
- "string"
], - "guaranteeType": "GUARANTEE",
- "additionalDetails": [
- {
- "additionalDetailType": "ADDITIONAL_DETAIL_TYPE_UNKNOWN",
- "text": "string"
}
], - "roomInfo": {
- "roomType": "ROOM",
- "typeClassDescription": "string",
- "roomView": {
- "type": "UNKNOWN",
- "roomClass": [
- "PRESIDENTIAL"
]
}, - "roomTypeCode": "1QN"
}, - "co2EmissionDetail": {
- "co2EmissionValue": 10.5
}, - "savingsInfo": {
- "tmcNegotiatedRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "corporateNegotiatedRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "travelerInfos": [
- {
- "travelerIdx": 0,
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "loyaltyInfos": [
- {
- "appliedTo": [
- "TAJ"
], - "id": "firstId",
- "issuedBy": "firstIssuedBy",
- "type": "AIR"
}
]
}
], - "sortingPriority": 0,
- "vendorReferenceId": "AWKHGS",
- "vendorCancellationId": "AWKHGS",
- "preferredType": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": "NOT_PREFERRED",
- "blockedReason": "string",
- "label": "string"
}
], - "occupancy": [
- {
- "numAdults": 1,
- "numChildren": 1,
- "childAges": [
- 10
], - "numInfants": 1
}
], - "sourceStatus": "string",
- "rebookReference": {
- "cancelledPnrIds": [
- "1234567890"
], - "rebookedPnrId": "1234567890",
- "hotelRateAssuranceMetadata": {
- "selfReportedSavings": {
- "amount": 510,
- "currencyCode": "GBP"
}, - "actualSavings": {
- "amount": 510,
- "currencyCode": "GBP"
}
}, - "rebookType": "RATE_ASSURANCE"
}, - "hotelSpecialRequests": {
- "roomLocations": [
- "HIGH_FLOOR"
], - "roomFeatures": [
- "FEATHER_FREE_ROOM"
], - "checkIn": "LATE_CHECK_IN",
- "checkInTime": {
- "iso8601": "17:32"
}, - "flightNumber": "AC1234",
- "additionalNote": "Extra pillows and blankets for added comfort during the stay.",
- "accessibleFeatures": [
- "MOBILITY_ACCESSIBLE_ROOM_WITH_TUB"
]
}
}, - "carPnr": {
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "carInfo": {
- "carSpec": {
- "airConditioning": "AC_AVAILABLE",
- "amenities": {
- "numDoors": 4,
- "numLargeBags": 2,
- "numSeatBelts": 5,
- "numSeats": 5,
- "numSmallBags": 5
}, - "type": "ECONOMY",
- "displayName": "Economy",
- "engineType": "PETROL",
- "imageGroups": [
- {
- "caption": "Exterior",
- "images": [
- {
- "data": null,
- "dimensions": null,
- "url": null
}
]
}
], - "transmission": "MANUAL_4WD"
}, - "dropOffLocation": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [
- "123 456-7890"
], - "fax": [
- "123 456-7890"
], - "email": [
- "user@business.com"
]
}, - "operatingSchedule": {
- "interval": [
- {
- "min": {
- "iso8601": null
}, - "max": {
- "iso8601": null
}
}
]
}
}, - "mileageAllowance": {
- "length": 150,
- "unit": "MILE"
}, - "pickupLocation": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [
- "123 456-7890"
], - "fax": [
- "123 456-7890"
], - "email": [
- "user@business.com"
]
}, - "operatingSchedule": {
- "interval": [
- {
- "min": {
- "iso8601": null
}, - "max": {
- "iso8601": null
}
}
]
}
}, - "vendor": {
- "code": "ZE",
- "name": "HERTZ",
- "email": "abc@xyz.com",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}
}, - "carTypeCode": "EBMR",
- "extraMileageCharge": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "preferredType": [
- "NOT_PREFERRED"
], - "preferences": [
- {
- "preferredType": "NOT_PREFERRED",
- "blockedReason": "string",
- "label": "string"
}
], - "co2EmissionDetail": {
- "co2EmissionValue": 0.01
}
}, - "dropOffDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "paymentType": "PREPAID",
- "pickupDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "sortingPriority": 0,
- "corporateId": "8371",
- "rateType": "PUBLISHED",
- "sourceStatus": "string",
- "vendorCancellationId": "2108528068",
- "originalCarSearchInfo": {
- "pickup": {
- "location": {
- "airportCode": "SFO",
- "cityCode": "JFK",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "datetime": {
- "iso8601": "2017-07-21T17:32"
}, - "searchQuery": "London"
}, - "dropOff": {
- "location": {
- "airportCode": "SFO",
- "cityCode": "JFK",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "datetime": {
- "iso8601": "2017-07-21T17:32"
}, - "searchQuery": "London"
}
}
}, - "railPnr": {
- "inwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "legInfos": [
- {
- "allocatedSpaces": [
- {
- "coachNumber": "B",
- "travelerIdx": 0,
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "seatNumber": "32",
- "additionalProperties": [
- "Window"
]
}
], - "travelerRailInfo": [
- {
- "travelerIndex": 0,
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "railCard": {
- "cardNumber": "string",
- "expiryDate": {
- "iso8601": null
}, - "name": "Veterans Railcard",
- "spotnanaCode": "VET",
- "vendor": "ATOC"
}, - "loyaltyDetails": {
- "loyaltyProgram": "string",
- "loyaltyNumber": "string"
}
}
], - "amenities": [
- {
- "description": "Seat Reservation",
- "name": "Seat Reservation",
- "price": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "quantity": 1,
- "type": "WIFI"
}
], - "arriveAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "departAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "arriveAtLocal": {
- "iso8601": "2017-07-21T17:32"
}, - "departAtLocal": {
- "iso8601": "2017-07-21T17:32"
}, - "destination": "Liverpool Lime Street",
- "distance": {
- "length": 150,
- "unit": "MILE"
}, - "duration": {
- "iso8601": "PT19H55M"
}, - "fareType": "Anytime Return",
- "origin": "London Euston",
- "travelClass": "FIRST",
- "vehicle": {
- "carrierName": "Deutsche Bahn",
- "timetableId": "ICE 373",
- "transportName": "TGV",
- "type": "TRAIN"
}, - "originInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- {
- "stationReferenceId": "https://et2-trainlineapi.ttlnonprod.com/stations/op~U~6e6165d9-1be0-4a52-b461-57f18d756c4c",
- "inventoryName": "Atoc"
}
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "destinationInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- {
- "stationReferenceId": "https://et2-trainlineapi.ttlnonprod.com/stations/op~U~6e6165d9-1be0-4a52-b461-57f18d756c4c",
- "inventoryName": "Atoc"
}
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "railFareType": {
- "description": "Anytime Return (1st Class)",
- "fareDetails": [
- {
- "description": "Your journey must be on the date, or the day after the date, specified on the ticket.",
- "name": "VALIDITY"
}
], - "fareSummary": "Any time of day, return within 1 month."
}, - "ticketNumber": "345675333",
- "carrierConfirmationNumber": "QP123AF",
- "seatPreferenceSelection": {
- "carriageType": "Quiet",
- "deckType": "Upstairs",
- "direction": "Backward facing",
- "facilities": [
- "Near luggage rack"
], - "positionType": "Window",
- "seatLocationType": "Sit close to",
- "seatType": "Family"
}, - "legId": "9a766905-b5e9-43f7-b985-0738ff692324",
- "vendorName": "ATOC",
- "co2EmissionGramsPerPassenger": 10903
}
], - "outwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}, - "rateMetadata": {
- "negotiatedRateType": "CORPORATE_RATE",
- "publishedRate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}
}, - "paymentMode": "PRE_PAID",
- "sections": [
- {
- "fares": [
- {
- "destinationInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": null,
- "longitude": null
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- null
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "fareLegs": [
- {
- "legIndex": null,
- "travelClass": null
}
], - "fareType": {
- "description": "Anytime Return (1st Class)",
- "fareDetails": [
- null
], - "fareSummary": "Any time of day, return within 1 month."
}, - "originInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": null,
- "longitude": null
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- null
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "rate": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "extras": [
- { }
], - "refund": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "commission": {
- "amount": null,
- "percent": null
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [ ]
}, - "transactionDate": {
- "iso8601": null
}, - "refundInfo": {
- "refundAmount": null,
- "refundTaxAmount": null,
- "refundDate": null,
- "penalty": null,
- "refundVoucher": null
}
}, - "routeRestriction": "Travel is allowed via any permitted route."
}
], - "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": null,
- "taxCode": null
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}
}
}, - "sectionStatus": "CONFIRMED",
- "vendorConfirmations": [
- {
- "passengerRefs": [
- 1
], - "vendorConfirmationId": "XY179358"
}
], - "vendorName": "ATOC",
- "userFacingStatus": "PENDING_STATUS"
}
], - "tickets": [
- {
- "issuedDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "ticketNumber": "0840010000072",
- "legs": [
- 1
], - "passengerRefs": [
- 1
]
}
], - "ticketDetails": [
- {
- "deliveryOption": "ELECTRONIC_TICKET",
- "eticketMetadata": {
- "description": "Rail e-ticket",
- "eticketData": "string",
- "type": "PDF"
}, - "reference": "string"
}
], - "type": "RETURN",
- "vendorConfirmationNumber": "ABQTEJ",
- "itineraryId": "abcde",
- "ancillaries": [
- {
- "travelCard": {
- "fareType": {
- "description": "Anytime Return (1st Class)",
- "fareDetails": [
- {
- "description": null,
- "name": null
}
], - "fareSummary": "Any time of day, return within 1 month."
}, - "rateInfo": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "fees": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "railCardDiscount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "total": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "refundVoucher": {
- "amount": {
- "amount": null,
- "currencyCode": null
}
}, - "rateDifference": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "totalRateDifference": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "includesCommission": false
}, - "travelCardKey": "CilvcH5VfmZmMjU0MjVhLTQ1ZGYtNDRlZi1iYjFmLWRhZTYxMDFkMDhiORIkYjJiMTdkZmYtNDgwNy00YzgyLWI2YWEtMWM5Yjc0ZTEzOWZi",
- "vendorName": "ATOC",
- "zoneValidity": "London Travelcard Zones 1-4"
}, - "type": "TRAVEL_CARD"
}
], - "termsAndConditions": {
}, - "exchangeInfo": {
- "exchangeType": "AMEND_RESERVATION",
- "relatedSectionInfo": {
- "newSectionIndexes": [
- 0
], - "oldSectionIndexes": [
- 0
]
}
}, - "previousItinerary": {
- "type": "RETURN",
- "outwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "inwardJourney": {
- "journeyStatus": "CONFIRMED",
- "legs": [
- 0
], - "co2EmissionDetails": {
- "co2EmissionKilograms": 10,
- "isApproximate": true
}, - "sortingPriority": 0,
- "fareComposition": "DIRECT_SPLIT",
- "userFacingStatus": "PENDING_STATUS"
}, - "legInfos": [
- {
- "allocatedSpaces": [
- {
- "coachNumber": "B",
- "travelerIdx": 0,
- "userId": {
- "id": null
}, - "seatNumber": "32",
- "additionalProperties": [
- null
]
}
], - "travelerRailInfo": [
- {
- "travelerIndex": 0,
- "userId": {
- "id": null
}, - "railCard": {
- "cardNumber": null,
- "expiryDate": null,
- "name": null,
- "spotnanaCode": null,
- "vendor": null
}, - "loyaltyDetails": {
- "loyaltyProgram": null,
- "loyaltyNumber": null
}
}
], - "amenities": [
- {
- "description": "Seat Reservation",
- "name": "Seat Reservation",
- "price": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "quantity": 1,
- "type": "WIFI"
}
], - "arriveAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "departAt": {
- "iso8601": "2017-07-21T17:32Z"
}, - "arriveAtLocal": {
- "iso8601": "2017-07-21T17:32"
}, - "departAtLocal": {
- "iso8601": "2017-07-21T17:32"
}, - "destination": "Liverpool Lime Street",
- "distance": {
- "length": 150,
- "unit": "MILE"
}, - "duration": {
- "iso8601": "PT19H55M"
}, - "fareType": "Anytime Return",
- "origin": "London Euston",
- "travelClass": "FIRST",
- "vehicle": {
- "carrierName": "Deutsche Bahn",
- "timetableId": "ICE 373",
- "transportName": "TGV",
- "type": "TRAIN"
}, - "originInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- {
- "stationReferenceId": null,
- "inventoryName": null
}
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "destinationInfo": {
- "name": "string",
- "code": "string",
- "cityCode": "LON",
- "timeZone": "Europe/London",
- "countryCode": "GB",
- "latLong": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "localCode": "EUS1444",
- "sourceRefInfos": [
- {
- "stationReferenceId": null,
- "inventoryName": null
}
], - "stationType": "METRO",
- "cityName": "LONDON",
- "stateCode": "MA",
- "continentCode": "EU"
}, - "railFareType": {
- "description": "Anytime Return (1st Class)",
- "fareDetails": [
- {
- "description": null,
- "name": null
}
], - "fareSummary": "Any time of day, return within 1 month."
}, - "ticketNumber": "345675333",
- "carrierConfirmationNumber": "QP123AF",
- "seatPreferenceSelection": {
- "carriageType": "Quiet",
- "deckType": "Upstairs",
- "direction": "Backward facing",
- "facilities": [
- "Near luggage rack"
], - "positionType": "Window",
- "seatLocationType": "Sit close to",
- "seatType": "Family"
}, - "legId": "9a766905-b5e9-43f7-b985-0738ff692324",
- "vendorName": "ATOC",
- "co2EmissionGramsPerPassenger": 10903
}
], - "sections": [
- {
- "fares": [
- {
- "destinationInfo": {
- "name": null,
- "code": null,
- "cityCode": null,
- "timeZone": null,
- "countryCode": null,
- "latLong": null,
- "localCode": null,
- "sourceRefInfos": [ ],
- "stationType": null,
- "cityName": null,
- "stateCode": null,
- "continentCode": null
}, - "fareLegs": [
- null
], - "fareType": {
- "description": null,
- "fareDetails": [ ],
- "fareSummary": null
}, - "originInfo": {
- "name": null,
- "code": null,
- "cityCode": null,
- "timeZone": null,
- "countryCode": null,
- "latLong": null,
- "localCode": null,
- "sourceRefInfos": [ ],
- "stationType": null,
- "cityName": null,
- "stateCode": null,
- "continentCode": null
}, - "rate": {
- "base": null,
- "extras": [ ],
- "refund": null,
- "tax": null,
- "commission": { },
- "includesCommission": null,
- "taxBreakdown": { },
- "transactionDate": null,
- "refundInfo": { }
}, - "routeRestriction": "Travel is allowed via any permitted route."
}
], - "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "extras": [
- {
- "type": null,
- "amount": null
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "commission": {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- { }
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": null,
- "tax": null
}, - "refundTaxAmount": {
- "base": null,
- "tax": null
}, - "refundDate": {
- "iso8601": null
}, - "penalty": {
- "base": null,
- "tax": null
}, - "refundVoucher": {
- "amount": null
}
}
}, - "sectionStatus": "CONFIRMED",
- "vendorConfirmations": [
- {
- "passengerRefs": [
- null
], - "vendorConfirmationId": "XY179358"
}
], - "vendorName": "ATOC",
- "userFacingStatus": "PENDING_STATUS"
}
], - "deliveryOption": "ELECTRONIC_TICKET",
- "sourceReference": "string",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}
}
}, - "limoPnr": {
- "cancellationPolicy": {
- "policy": "NON_REFUNDABLE",
- "deadline": {
- "iso8601": "2017-07-21T17:32"
}, - "deadlineUtc": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "driver": {
- "name": "John Doe",
- "phone": {
- "countryCode": 91,
- "countryCodeSource": "FROM_NUMBER_WITH_PLUS_SIGN",
- "extension": "222",
- "isoCountryCode": "IN",
- "italianLeadingZero": true,
- "nationalNumber": 8150,
- "numberOfLeadingZeros": 1,
- "preferredDomesticCarrierCode": "7",
- "rawInput": "77777",
- "type": "MOBILE"
}, - "driverInstructions": "string"
}, - "legs": [
- {
- "dropOffDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "dropOffLocation": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [
- "123 456-7890"
], - "fax": [
- "123 456-7890"
], - "email": [
- "user@business.com"
]
}, - "operatingSchedule": {
- "interval": [
- {
- "min": null,
- "max": null
}
]
}
}, - "dropOffNotes": "string",
- "pickupDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pickupLocation": {
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}, - "counterLocation": "OFF_AIRPORT_RENTAL_SHUTTLE",
- "contactInfo": {
- "phone": [
- "123 456-7890"
], - "fax": [
- "123 456-7890"
], - "email": [
- "user@business.com"
]
}, - "operatingSchedule": {
- "interval": [
- {
- "min": null,
- "max": null
}
]
}
}, - "pickupNotes": "string",
- "sortingPriority": 0
}
], - "limoDetails": {
- "carType": "STANDARD_CAR",
- "electricVehicle": "YES",
- "vendorName": "NATIONAL",
- "limoVendorInfo": {
- "code": "ZE",
- "name": "HERTZ",
- "email": "mail@mail.com"
}, - "bookingNotes": "string"
}, - "paymentType": "PREPAID",
- "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}, - "vendorConfirmationNumber": "2108528068",
- "sourceStatus": "string"
}, - "miscPnr": {
- "description": "Any text info",
- "endDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "pnrStatus": "CONFIRMED",
- "rate": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "extras": [
- {
- "type": "SERVICE_CHARGE",
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}
], - "refund": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "commission": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "percent": 10
}, - "includesCommission": false,
- "taxBreakdown": {
- "tax": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "string"
}
]
}, - "transactionDate": {
- "iso8601": "2017-07-21"
}, - "refundInfo": {
- "refundAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundTaxAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundDate": {
- "iso8601": "2017-07-21"
}, - "penalty": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "refundVoucher": {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP"
}
}
}
}, - "startDateTime": {
- "iso8601": "2017-07-21T17:32"
}, - "vendorConfirmationNumber": "2108528068",
- "sortingPriority": 10,
- "sourceStatus": "string"
}, - "additionalMetadata": { },
- "preBookAnswers": {
- "answers": [
- {
- "entityId": "string",
- "userInput": "string",
- "itemIds": [
- 0
], - "answers": [
- {
- "item": "string",
- "value": "string",
- "description": "string"
}
], - "customFieldType": "QUESTION",
- "questionDisplayText": "string",
- "question": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "questionFormat": "CHECKBOX",
- "optionInfo": {
- "source": "MANUAL",
- "sourceMetadata": {
- "companyConfig": {
- "optionsParam": null
}
}, - "totalNumOptions": 0,
- "options": [
- {
- "displayCode": null,
- "displayValue": null
}
]
}, - "isRequired": true,
- "isDisabled": true,
- "includeInItinerary": true,
- "customFieldLocations": [
- "POLICY_APPROVAL_EMAIL"
], - "matchConditions": {
- "travelerConditions": {
- "workerTypes": [
- null
], - "countries": [
- null
], - "legalEntities": [
- null
], - "departments": [
- null
], - "costCenters": [
- null
], - "offices": [
- null
]
}, - "travelTypes": [
- "AIR"
], - "travelRegionTypes": [
- "DOMESTIC"
], - "tripUsageTypes": [
- "STANDARD"
]
}, - "questionType": {
- "preSearchQuestionType": "PURPOSE_OF_TRIP",
- "preCheckoutQuestionType": "OOP_REASON_CODE"
}
}
}
], - "preBookQuestionResponseId": "string"
}, - "customFields": [
- {
- "id": "string",
- "type": "QUESTION",
- "description": "GLOBAL OFFSITE 2022"
}
], - "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "bookingStatus": "PENDING_STATUS",
- "travelerPnrVisibilityStatus": "VISIBLE",
- "shellPnrInfo": {
- "shellPnrCreateReasonType": "CONTENT_NOT_AVAILABLE",
- "createShellPnrReason": "Flight Missing",
- "pnrType": "AIR"
}, - "pnrCreationDetails": {
- "requestedByDetails": {
- "pnrRequestedBy": "Peter",
- "requestedByUserOrgId": {
- "organizationAgencyId": {
- "id": "string"
}, - "organizationId": {
- "id": "string"
}, - "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "tmcInfo": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "primaryServiceProviderTmc": {
- "tmcId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}
}, - "secondaryServiceProviderTmcs": [
- {
- "tmcId": {
- "id": null
}, - "supplier": "SABRE",
- "travelType": "AIR"
}
], - "partnerTmcId": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}
}, - "tmcBasicInfo": {
- "contractingTmc": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "string",
- "logo": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}
}, - "bookingTmc": {
- "id": {
- "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
}, - "name": "string",
- "logo": {
- "data": "6935813e12584abda0e43d71cd2ea260",
- "dimensions": {
- "height": null,
- "width": null
},
}
}
}
}
}
}, - "approvalInfo": [
- {
- "approvalStatus": "APPROVAL_PENDING"
}
], - "cancellationRequestStatus": "CANCELLATION_IN_PROGRESS",
- "externalInfo": {
- "externalPnrId": "A2345",
- "externalPnrVersion": 1,
- "externalUrlMetadata": "exchange=a,cancel=b"
}, - "tripId": "123456789",
- "freshnessInfo": {
- "latestVersionDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "returnedVersionDateTime": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "bookingEmailInfo": {
- "disableEmail": true
}, - "llfPnrInfo": {
- "totalFare": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "pnrId": "123456789",
- "invoiceInfos": [
- {
- "invoiceNumber": "SPOT-0001",
- "productType": "PNR",
- "invoiceId": "2a5c0a73-1306-47f2-8210-7dfc812f4d0e"
}
], - "totalFareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "dkNumber": "123456789",
- "savingsFare": {
- "fareAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}, - "isTaxIncluded": false
}, - "tripUsageMetadata": {
- "tripUsageType": "STANDARD",
- "eventMetadata": {
- "eventId": "123456789"
}
}
}
{- "debugIdentifier": "string",
- "errorMessages": [
- {
- "errorCode": "string",
- "message": "string",
- "errorParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "errorDetail": "string"
}
]
}
This endpoint provided adding third party remarks to the given PNR.
OK
Unauthorized
Forbidden
The specified resource was not found.
{- "remarks": [
- {
- "sabre": {
- "type": "GENERAL",
- "text": "PREF ALLIANCES 1-ONE WORLD/AA",
- "legIndex": 1,
- "flightIndex": 0
}
}
]
}
{- "processedRemarks": [
- {
- "sabre": {
- "type": "GENERAL",
- "text": "PREF ALLIANCES 1-ONE WORLD/AA",
- "legIndex": 1,
- "flightIndex": 0
}
}
], - "ignoredRemarks": [
- {
- "sabre": {
- "type": "GENERAL",
- "text": "PREF ALLIANCES 1-ONE WORLD/AA",
- "legIndex": 1,
- "flightIndex": 0
}
}
]
}
This endpoint changes the metadata of PNR to finalized and triggers supplier actions if required.
object (PreBookAnswers) | |
AirPriceOptimizationMetadataWrapper (object) or ManualVerificationIntentWrapper (object) or QcFinalizationWrapper (object) (FinalizeIntent) | |
object (FinalizeMetadata) Metadata information related to finalize request |
OK
Unauthorized
Forbidden
The specified resource was not found.
{- "preBookAnswers": {
- "answers": [
- {
- "entityId": "string",
- "userInput": "string",
- "itemIds": [
- 0
], - "answers": [
- {
- "item": "string",
- "value": "string",
- "description": "string"
}
], - "customFieldType": "QUESTION",
- "questionDisplayText": "string",
- "question": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "questionFormat": "CHECKBOX",
- "optionInfo": {
- "source": "MANUAL",
- "sourceMetadata": {
- "companyConfig": {
- "optionsParam": null
}
}, - "totalNumOptions": 0,
- "options": [
- {
- "displayCode": null,
- "displayValue": null
}
]
}, - "isRequired": true,
- "isDisabled": true,
- "includeInItinerary": true,
- "customFieldLocations": [
- "POLICY_APPROVAL_EMAIL"
], - "matchConditions": {
- "travelerConditions": {
- "workerTypes": [
- null
], - "countries": [
- null
], - "legalEntities": [
- null
], - "departments": [
- null
], - "costCenters": [
- null
], - "offices": [
- null
]
}, - "travelTypes": [
- "AIR"
], - "travelRegionTypes": [
- "DOMESTIC"
], - "tripUsageTypes": [
- "STANDARD"
]
}, - "questionType": {
- "preSearchQuestionType": "PURPOSE_OF_TRIP",
- "preCheckoutQuestionType": "OOP_REASON_CODE"
}
}
}
], - "preBookQuestionResponseId": "string"
}, - "finalizeIntent": {
- "airPriceOptimizationMetadata": {
- "oldTickets": [
- "0111234567890"
], - "newTickets": [
- "0111234567890"
], - "oldPnrId": "6789533589",
- "newPnrId": "6789533589",
- "oldPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "newPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "priceDrop": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}, - "penaltyPrice": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": "BREX_POINTS",
- "amount": 1000,
- "conversionRate": 0.01,
- "preferredCurrencyConversionRate": 0.01
}
]
}
}
}, - "finalizeMetadata": {
- "isMandatoryTicketing": true,
- "mandatorySkipTicketing": true
}
}
{- "debugIdentifier": "string",
- "errorMessages": [
- {
- "errorCode": "string",
- "message": "string",
- "errorParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "errorDetail": "string"
}
]
}
This endpoint suspends the PNR, transitioning it into a read-only state. Once suspended, updates via OBT will be restricted. This API serves various use cases, such as price optimization and rebooking.
OK
Unauthorized
Forbidden
The specified resource was not found.
{- "reason": "AIR_PRICE_OPTIMIZATION"
}
{- "debugIdentifier": "string",
- "errorMessages": [
- {
- "errorCode": "string",
- "message": "string",
- "errorParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "errorDetail": "string"
}
]
}
This endpoint deletes a trip by ID.
Deleted Successfully
Unauthorized
Forbidden
The specified resource was not found.
{- "debugIdentifier": "string",
- "errorMessages": [
- {
- "errorCode": "string",
- "message": "string",
- "errorParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "errorDetail": "string"
}
]
}
This endpoint downloads invoice on demand for a given trip ID and PNR ID.
OK
Bad request
Unauthorized
Forbidden
The specified resource was not found.
{- "data": "6935813e12584abda0e43d71cd2ea260"
}
This endpoint cancels PNR or part of PNR object.In case of partial PNR cancel we can cancel journey/ticket.
OK
Unauthorized
Forbidden
The specified resource was not found.
{- "cancellationType": "FULL_REFUND",
- "cancellationDetails": [
- {
- "cancelObjectDetail": {
- "cancelObjectType": "PNR",
- "cancelObjectId": "string",
- "vendorCancellationId": "string"
}, - "refundInfo": [
- {
- "refundType": "CREDIT",
- "amount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}
}, - "fop": {
- "type": "CARD",
- "card": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [ ],
- "administrativeArea": null,
- "administrativeAreaName": null,
- "description": null,
- "isDefault": null,
- "languageCode": null,
- "locality": null,
- "locationCode": null,
- "organization": null,
- "postalCode": null,
- "continentCode": null,
- "recipients": [ ],
- "regionCode": null,
- "regionName": null,
- "revision": null,
- "sortingCode": null,
- "sublocality": null,
- "timezone": null,
- "coordinates": null
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": null
}, - "ownershipLabel": "CENTRAL"
}, - "additionalInfo": "string",
- "accessType": {
- "accessType": "UNKNOWN_TYPE",
- "entityIds": [
- null
], - "entities": [
- null
]
}, - "paymentMethod": "BREX_POINTS",
- "paymentMetadata": {
- "customPaymentMethodMetadata": {
- "brexBudgetMetadata": { }
}, - "vendorProgramPaymentMetadata": {
- "directBilling": null
}, - "virtualCardMetadata": {
- "vendorInfo": null,
- "cardInfo": null,
- "paymentInstructionId": null,
- "shouldReveal": null
}, - "cardMetadata": {
- "card": null,
- "accessType": null,
- "isLodgeCard": null,
- "bta": null
}
}, - "paymentSourceType": "CARD"
}, - "expiryDate": {
- "iso8601": "2017-07-21"
}
}
]
}
], - "bookingEmailInfo": {
- "disableEmail": true
}
}
{- "debugIdentifier": "string",
- "errorMessages": [
- {
- "errorCode": "string",
- "message": "string",
- "errorParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "errorDetail": "string"
}
]
}
This endpoint provides info related to partner for the trip.
OK
Bad request
Unauthorized
Forbidden
The specified resource was not found.
{- "tripId": "6926658168",
- "partnerInfo": {
- "partnerInfoType": "BUDGET",
- "partnerInfoDetails": {
- "tripBudgetInfo": {
- "budgetName": "string",
- "budgetRemainingBalance": {
- "amount": 510,
- "currencyCode": "GBP"
}, - "isPersonalCardAllowed": true,
- "isBudgetMasked": false,
- "budgetRemainingBalanceFormatted": "$1000.00",
- "externalCardDetails": {
- "id": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "type": "CREDIT",
- "company": "VISA",
- "name": "Harrison Schwartz",
- "address": {
- "addressLines": [
- "Golden Gate Bridge"
], - "administrativeArea": "CA",
- "administrativeAreaName": "California",
- "description": "San Francisco Home",
- "isDefault": true,
- "languageCode": "en",
- "locality": "San Francisco",
- "locationCode": "LAX",
- "organization": "Spotnana",
- "postalCode": "94130",
- "continentCode": "AF",
- "recipients": [
- "string"
], - "regionCode": "US",
- "regionName": "America",
- "revision": 1,
- "sortingCode": "Jamaica",
- "sublocality": "string",
- "timezone": "America/Los_Angeles",
- "coordinates": {
- "latitude": 77.1025,
- "longitude": 28.7041
}
}, - "number": "4111111111111111",
- "expiryMonth": 1,
- "expiryYear": 2010,
- "cvv": "012",
- "label": "Label amex",
- "currency": "USD",
- "externalId": "bxt_RNGsNfzgJDaTstKIKqK4xEuhGYAnMdYK8T40",
- "vaultId": "34d536b6-f8ff-11eb-9a61-0242ac180002",
- "expiry": {
- "tokenizedExpiry": {
- "expiryMonth": "KvAuPANQWCpjwRQxcC8EXg==",
- "expiryYear": "fPBm0OWrKwPyIrCVcbg4cA=="
}
}, - "ownershipLabel": "CENTRAL"
}, - "isRewardPointsAllowed": true,
- "rewardPoints": 5050,
- "rewardPointsValueUsd": 50.5
}
}
}
}
This endpoint gets cancellation details for a given trip ID and PNR ID.
OK
Unauthorized
Forbidden
The specified resource was not found.
{- "pnrId": "1234567890",
- "tripId": "2345678901",
- "cancellationDetails": {
- "air": {
- "travelers": [
- {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "travelerInfo": {
- "userId": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}, - "tickets": [
- {
- "ticketNumber": "0111234567890",
- "ticketType": "FLIGHT",
- "ticketFare": {
- "base": null,
- "tax": null
}, - "cancellationState": "CANCELLABLE_BY_OBT",
- "cancellationOptions": [
- null
], - "cancellationNotSupportedReasons": [
- null
], - "isNonRefundableAndNonExchangeable": true
}
], - "cancellationOptions": [
- {
- "cancellationType": "VOID",
- "fareInfo": {
- "totalFare": null,
- "usedFare": null,
- "nonRefundableFare": null,
- "cancellationFee": null,
- "merchantFee": null,
- "refund": null,
- "flightCredits": null
}, - "offerExpiryInfo": {
- "dateTime": null
}, - "optionId": "1"
}
]
}
], - "cancellationOptions": [
- {
- "cancellationType": "VOID",
- "fareInfo": {
- "totalFare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "usedFare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "nonRefundableFare": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "cancellationFee": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "merchantFee": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "refund": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "flightCredits": {
- "totalCreditAmount": {
- "base": null,
- "tax": null
}, - "changePenalty": {
- "base": null,
- "tax": null
}, - "netCreditAmount": {
- "base": null,
- "tax": null
}
}
}, - "offerExpiryInfo": {
- "dateTime": {
- "iso8601": "2017-07-21T17:32Z"
}
}, - "optionId": "1"
}
], - "cancellationState": "CANCELLABLE_BY_OBT"
}
}
}
This endpoint gets PNR Id and Trip Id for a given external Id.
OK
Unauthorized
Forbidden
The specified resource was not found.
{- "pnrId": "1234567890",
- "tripId": "1234567890"
}
This endpoint process a PNR approval to approved or declined
OK
Bad request
Unauthorized
Forbidden
{- "approvalId": "test-approval-id",
- "approvalType": "APPROVED"
}
{- "debugIdentifier": "string",
- "errorMessages": [
- {
- "errorCode": "string",
- "message": "string",
- "errorParameters": [
- {
- "name": "string",
- "value": "string"
}
], - "errorDetail": "string"
}
]
}
This endpoint gets the invoice data for given invoice numbers
OK
Unauthorized
Forbidden
The specified resource was not found.
{- "tmcId": "15c94ac1-f540-4916-9243-306a75fbd8a9",
- "invoiceNumbers": [
- "string"
], - "invoiceIds": [
- "15c94ac1-f540-4916-9243-306a75fbd8a9"
]
}
{- "invoices": [
- {
- "invoiceNumber": "SPOT-0001232",
- "invoiceId": "d694cf94-534e-410e-b66b-11ef970622bc",
- "data": {
- "issuedDate": {
- "iso8601": "2017-07-21"
}, - "seller": {
- "name": "Spotnana India Pvt. Ltd.",
- "address": "115 Broadway Suite 04-101,\nNew York, NY 10006",
- "taxId": "TXG239023092",
- "idInfo": [
- {
- "idType": "TAX_ID",
- "value": "TXG239023092"
}
]
}, - "buyer": {
- "name": "John Doe",
- "address": "115 Broadway Suite 04-101,\nNew York, NY 10006",
- "taxId": "TXG239023092",
- "idInfo": [
- {
- "idType": "TAX_ID",
- "value": "TXG239023092"
}
]
}, - "items": [
- {
- "name": "Air Ticket SFO-EWR",
- "identifier": "00129383829",
- "purchaseType": "TRIP_FEE",
- "type": "PURCHASE",
- "amount": {
- "base": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}, - "tax": {
- "amount": null,
- "currencyCode": null,
- "convertedAmount": null,
- "convertedCurrency": null,
- "otherCoinage": [ ]
}
}, - "travelerName": "John Doe",
- "taxBreakdown": [
- {
- "amount": null,
- "taxCode": null
}
], - "itemNameMetadata": {
- "pnrType": "AIR",
- "ticketStatus": "ISSUED",
- "airNameInvoiceMetadata": [
- null
]
}
}
], - "payments": [
- {
- "id": "sdkljhafisudlls",
- "transactionTime": {
- "iso8601": "2017-07-21T17:32Z"
}, - "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "paymentMode": "CREDIT_CARD",
- "paymentInstrumentIdentifier": "**2343",
- "actualPayment": {
- "paymentSourceType": "CARD",
- "paymentMetadata": {
- "cardMetadata": null
}
}, - "exchangePayment": {
- "originalTicketNumber": "00129332929"
}
}
], - "productId": "123243223",
- "productType": "PNR",
- "invoiceAmount": {
- "base": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}, - "tax": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- {
- "coinageCode": null,
- "amount": null,
- "conversionRate": null,
- "preferredCurrencyConversionRate": null
}
]
}
}, - "taxBreakdown": [
- {
- "amount": {
- "amount": 510,
- "currencyCode": "GBP",
- "convertedAmount": 715.42,
- "convertedCurrency": "USD",
- "otherCoinage": [
- { }
]
}, - "taxCode": "VAT"
}
], - "referenceIds": [
- {
- "label": "AGENCY_REFERENCE",
- "value": "122332432"
}
], - "regionCode": "US",
- "documentType": "INVOICE",
- "footerText": "This document is proof of payment. If you require a tax invoice, please request one from the travel provider."
}
}
]
}