mirror of
https://github.com/pyro2927/SouthwestCheckin.git
synced 2025-12-06 01:13:19 +00:00
114 lines
3.6 KiB
JSON
114 lines
3.6 KiB
JSON
{
|
|
"viewReservationViewPage": {
|
|
"_links": {
|
|
"cancel": null,
|
|
"change": null,
|
|
"checkIn": null,
|
|
"checkInSessionToken": null,
|
|
"passportEmergencyContacts": null,
|
|
"viewBoardingPass": null,
|
|
"viewBoardingPositions": null,
|
|
"viewStandbyList": null
|
|
},
|
|
"_v1_infoNeededToAddCompanion": null,
|
|
"_v1_infoNeededToCancel": {
|
|
"href": "/v1/mobile/reservations/record-locator/XXXX",
|
|
"method": "GET",
|
|
"query": {
|
|
"action": "CANCEL",
|
|
"first-name": "John",
|
|
"last-name": "Smith"
|
|
}
|
|
},
|
|
"_v1_infoNeededToChange": {
|
|
"href": "/v1/mobile/reservations/record-locator/XXXX",
|
|
"method": "GET",
|
|
"query": {
|
|
"action": "CHANGE",
|
|
"first-name": "John",
|
|
"last-name": "Smith"
|
|
}
|
|
},
|
|
"bounds": [
|
|
{
|
|
"arrivalAirport": {
|
|
"code": "LAX",
|
|
"country": null,
|
|
"name": "Los Angeles",
|
|
"state": "CA"
|
|
},
|
|
"arrivalStatus": null,
|
|
"arrivalStatusType": null,
|
|
"arrivalTime": "15:10",
|
|
"boundType": "DEPARTING",
|
|
"departureAirport": {
|
|
"code": "SFO",
|
|
"country": null,
|
|
"name": "San Francisco",
|
|
"state": "CA"
|
|
},
|
|
"departureDate": "DATE_HERE",
|
|
"departureStatus": null,
|
|
"departureStatusType": null,
|
|
"departureTime": "TIME_HERE",
|
|
"fareType": "Companion",
|
|
"flights": [
|
|
{
|
|
"number": "1234",
|
|
"wifiOnBoard": true
|
|
}
|
|
],
|
|
"isNextDayArrival": false,
|
|
"passengerTypeCounts": {
|
|
"adult": 1,
|
|
"senior": 0
|
|
},
|
|
"stops": [],
|
|
"travelTime": "1h 25m"
|
|
}
|
|
],
|
|
"checkInIneligibilityReason": null,
|
|
"companion": null,
|
|
"confirmationNumber": "XXXX",
|
|
"dates": {
|
|
"first": "2218-01-01",
|
|
"second": null
|
|
},
|
|
"destinationAirport": {
|
|
"code": "LAX",
|
|
"country": null,
|
|
"name": "Los Angeles",
|
|
"state": "CA"
|
|
},
|
|
"destinationDescription": "Los Angeles",
|
|
"hasAnyCancelledFlights": false,
|
|
"hasUnaccompaniedMinor": false,
|
|
"isCheckInEligible": false,
|
|
"isCheckedIn": false,
|
|
"isDynamicWaiver": false,
|
|
"isInternational": false,
|
|
"isNonRevPnr": false,
|
|
"originAirport": {
|
|
"code": "SFO",
|
|
"country": null,
|
|
"name": "San Francisco",
|
|
"state": "CA"
|
|
},
|
|
"pageHeader": "SFO - LAX",
|
|
"passengers": [
|
|
{
|
|
"accountNumber": "111111111",
|
|
"checkInIneligibilityReason": null,
|
|
"hasAnyEarlyBird": false,
|
|
"hasCompletePassportInfo": false,
|
|
"isCheckInEligible": false,
|
|
"isCheckedIn": false,
|
|
"isUnaccompaniedMinor": false,
|
|
"name": "John Smith",
|
|
"passengerReference": "2"
|
|
}
|
|
],
|
|
"shouldShowAddEarlyBirdButton": false,
|
|
"standbyFlight": null
|
|
}
|
|
} |