{
"airlinePnr": "0419",
"carrier": "BC",
"passengers": [
{
"firstName": "***",
"lastName": "*****",
"passengerType": null
}
],
"contact": {
"email": "*********************"
},
"routing": {
"fromSegments": [
{
"dptAirport": "UKB",
"arrAirport": "HND",
"flightNumber": "BC108",
"depTime": "2025-07-27 13:00",
"arrTime": "2025-07-27 14:15"
}
],
"retSegments": null
},
"timeout": 15000,
"requestSource": null,
"channel": null,
"mainChannel": null,
"subChannelID": null,
"requestOwner": null,
"requestId": "50fbfd16ec2c4bfa8f604f8788565311",
"clientRequestId": null
}
curl --location --request POST 'https://sandbox.atriptech.com/extractPnr.do' \
--header 'Accept;' \
--header 'Accept-Encoding;' \
--header 'x-atlas-client-id;' \
--header 'x-atlas-client-secret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"airlinePnr": "0419",
"carrier": "BC",
"passengers": [
{
"firstName": "***",
"lastName": "*****",
"passengerType": null
}
],
"contact": {
"email": "*********************"
},
"routing": {
"fromSegments": [
{
"dptAirport": "UKB",
"arrAirport": "HND",
"flightNumber": "BC108",
"depTime": "2025-07-27 13:00",
"arrTime": "2025-07-27 14:15"
}
],
"retSegments": null
},
"timeout": 15000,
"requestSource": null,
"channel": null,
"mainChannel": null,
"subChannelID": null,
"requestOwner": null,
"requestId": "50fbfd16ec2c4bfa8f604f8788565311",
"clientRequestId": null
}'
{
"airlinePnr": "0419",
"pnrStatus": "Ticketed",
"currency": "JPY",
"totalPrice": 37650.0,
"routing": {
"fromSegments": [
{
"segmentIndex": null,
"carrier": "",
"flightNumber": "BC108",
"depAirport": "UKB",
"depTime": "202507271300",
"arrAirport": "HND",
"arrTime": "202507271415",
"stopCities": null,
"duration": 75,
"codeShare": false,
"cabin": null,
"cabinClass": 0,
"seatCount": 0,
"aircraftCode": "",
"depTerminal": "",
"arrTerminal": "",
"operatingCarrier": "",
"operatingFlightnumber": "",
"fareFamily": null
}
],
"retSegments": []
},
"paxTicketInfos": [
{
"serialVersionUID": 6508292362378020379,
"name": "*********",
"passengerType": 0,
"birthday": null,
"gender": null,
"cardNum": null,
"cardType": null,
"cardIssuePlace": null,
"cardExpired": null,
"nationality": null,
"ticketNos": null,
"airlinePNRs": null,
"contactEmails": null,
"contactPhones": null,
"ticketStatus": null,
"ancillaries": null
}
],
"contact": {
"serialVersionUID": 8167709986730331954,
"name": null,
"address": null,
"postcode": null,
"email": "*********************",
"mobile": null,
"companyName": null
},
"gatewayRequestIds": [
"EXT_DEFAULT_f9a8b39163d848c989537187be288f38"
],
"pnrUsed": null,
"status": 0,
"msg": null,
"clientRequestId": null
}