在 Sabre CERT 错误响应中创建乘客姓名记录 2.4.0 REST API

问题描述 投票:0回答:1

使用 REST API 创建乘客姓名记录 2.4.0 在 POSTMAN 中创建包含航空航段的 PNR 时出现以下错误:

{
    "errorCode": "ERR.SP.CLIENT.VALIDATION_FAILED",
    "message": "Parsing error occurred",
    "status": "NotProcessed",
    "type": "Validation",
    "timeStamp": "2022-08-04T16:08:45-05"
}

帖子:

https://api-crt.cert.havail.sabre.com/v2.4.0/passenger/records?mode=create

参数:

模式:创建

标题:

授权:承载T1RLAQKQ/Dz6Qr2tT/+FGEW+nhird66Zt7wYF5vyA/oFBHpF2Y2KS1VoWo/R3dIp5EdQS9W/NyAtm7100u0GSsNcM 内容类型:application/json

身体:

{
"CreatePassengerNameRecordRQ": {
"version": "2.4.0",
"targetCity": "UQ2H",
"haltOnAirPriceError": false,
"TravelItineraryAddInfo": {
"AgencyInfo": {
"Address": {
"AddressLine": "SABRE TRAVEL",
"CityName": "SOUTHLAKE",
"CountryCode": "US",
"PostalCode": "76092",
"StateCountyProv": {
"StateCode": "TX"
},
"StreetNmbr": "3150 SABRE DRIVE"
},
"Ticketing": {
"TicketType": "7TAW"
}
},
"CustomerInfo": {
"ContactNumbers": {
"ContactNumber": {
"NameNumber": "1.1",
"Phone": "202-555-0137",
"PhoneUseType": "H"
}
},
"PersonName": {
"NameNumber": "1.1",
"NameReference": "ABC123",
"PassengerType": "ADT",
"GivenName": "WIELGACHNY",
"Surname": "DZIK"
}
}
},
"AirBook": {
"HaltOnStatus": {
"Code": "HL"
},
"OriginDestinationInformation": {
"FlightSegment": {
"ArrivalDateTime": "2022-10-09T15:11:00",
"DepartureDateTime": "2022-10-09T19:27:00",
"FlightNumber": "2923",
"NumberInParty": "1",
"ResBookDesigCode": "Y",
"Status": "NN",
"DestinationLocation": {
"LocationCode": "DFW"
},
"MarketingAirline": {
"Code": "AA",
"FlightNumber": "2923"
},
"OriginLocation": {
"LocationCode": "LAS"
}
}
},
"RedisplayReservation": {
"NumAttempts": 10,
"WaitInterval": 300
}
},
"AirPrice": {
"PriceRequestInformation": {
"Retain": true,
"OptionalQualifiers": {
"FOP_Qualifiers": {
"BasicFOP": {
"Type": "CK"
}
},
"PricingQualifiers": {
"PassengerType": {
"Code": "ADT",
"Quantity": "1"
}
}
}
}
},
"PaymentInformation": {
"FormOfPayment": {
"PaymentCard": {
"PaymentType": "CC",
"CardCode": "AX",
"CardNumber": "371305480902000",
"ExpiryMonth": 12,
"ExpiryYear": "2022",
"FullCardHolderName": {
"FirstName": "WIELGACHNY",
"LastName": "DZIK",
"Email": [email protected]
},
"CSC": "7777",
"Address": {
"AddressLine": "Wadowicka",
"CityName": "Krakow",
"StateProvince": {
"code": "KR"
},
"StateProvinceCodes": {
"Code": {
"content": "KR"
}
},
"PostCode": "30-415",
"CountryCodes": {
"Code": {
"content": "PL"
}
}
},
"Phone": {
"PhoneNumber": "202-555-0137"
}
}
},
"Type": "GUARANTEE"
}
},
"MiscSegment": {
"VendorPrefs": {
"Airline": {
"Code": "AS"
}
},
"DepartureDateTime": "03-14",
"NumberInParty": 1,
"Text": "TEST OTH MISCELLANEOUS SEGMENT",
"Type": "OTH",
"OriginLocation": {
"LocationCode": "ORD"
},
"Status": "GK"
},
"SpecialReqDetails": {
"AddRemark": {
"RemarkInfo": {
"FOP_Remark": {
"Type": "CHECK"
}
}
},
"SpecialService": {
"SpecialServiceInfo": {
"SecureFlight": {
"SegmentNumber": "A",
"PersonName": {
"DateOfBirth": "1990-01-01",
"Gender": "M",
"NameNumber": "1.1",
"GivenName": "WIELGACHNY",
"Surname": "DZIK"
},
"VendorPrefs": {
"Airline": {
"Hosted": true
}
}
},
"Service": {
"SSR_Code": "OTHS",
"Text": "CC WIELGACHNY DZIK"
}
}
}
},
"PostProcessing": {
"ARUNK": {},
"EndTransaction": {
"Source": {
"ReceivedFrom": "SP TEST"
}
},
"RedisplayReservation": {
"waitInterval": 100
}
}
}
rest postman sabre
1个回答
0
投票

{ “创建乘客姓名记录RQ”:{ “版本”:“2.5.0”, “haltOnAirPriceError”:假, “TravelItineraryAddInfo”:{ “机构信息”:{ “售票处”: { "票证类型": "7TAW", "ShortText": "Travelocity 总部" } }, “客户信息”: { “联系电话”:{ “联系电话”: [ { “电话”:“0512120448”, “电话使用类型”:“M” } ] }, “电子邮件”: [ { “地址”:“[电子邮件受保护]” } ], “人名”:[ { "名称编号": "1.1", "名称参考": "", “乘客类型”:“ADT”, “GivenName”:“卡比尔先生”, “姓氏”:“阿拉夫” }

                        ]
                  }
                },
                "AirBook": {
                  "RetryRebook": {
                    "Option": true
                  },
                  "HaltOnStatus": [
                    {
                        "Code": "HL"
                    },
                    {
                        "Code": "KK"
                    },
                    {
                        "Code": "LL"
                    },
                    {
                        "Code": "NN"
                    },
                    {
                        "Code": "NO"
                    },
                    {
                        "Code": "UC"
                    },
                    {
                        "Code": "US"
                    }
                  ],
                  "OriginDestinationInformation": {
                    "FlightSegment": [
                      {
                        "ArrivalDateTime": "2024-01-16T12:45:00",
                        "DepartureDateTime": "2024-01-16T11:00:00",
                        "FlightNumber": "303",
                        "NumberInParty": "1",
                        "ResBookDesigCode": "Y",
                        "Status": "NN",
                        "DestinationLocation": {
                          "LocationCode": "KHI"
                        },
                        "MarketingAirline": {
                          "Code": "PK",
                          "FlightNumber": "303"
                        },
                        "OriginLocation": {
                          "LocationCode": "LHE"
                        }
                      },{
                        "ArrivalDateTime": "2024-01-16T23:59:00",
                        "DepartureDateTime": "2024-01-16T22:30:00",
                        "FlightNumber": "603",
                        "NumberInParty": "1",
                        "ResBookDesigCode": "Y",
                        "Status": "NN",
                        "DestinationLocation": {
                          "LocationCode": "DXB"
                        },
                        "MarketingAirline": {
                          "Code": "EK",
                          "FlightNumber": "603"
                        },
                        "OriginLocation": {
                          "LocationCode": "KHI"
                        }
                      }
                    ]
                  },
                  "RedisplayReservation": {
                    "NumAttempts": 10,
                    "WaitInterval": 300
                  }
                },
                "AirPrice": [
                  {
                    "PriceRequestInformation": {
                      "Retain": true,
                      "OptionalQualifiers": {
                        "FOP_Qualifiers": {
                          "BasicFOP": {
                            "Type": "CA"
                          }
                        },
                        "PricingQualifiers": {
                          "PassengerType": [
                                {
                        "Code": "ADT",
                        "Quantity": "1"
                    }
                                ],
                          "SpecificPenalty": {
                            "EitherOr": {
                              "Any": true
                            }
                          }
                        }
                      }
                    }
                  }
                ],
                 "SpecialReqDetails": {
              
                  "SpecialService": {
                    "SpecialServiceInfo": {
                      "SecureFlight": [
                            {
                          "SegmentNumber": "A",
                          "PersonName": {
                            "DateOfBirth": "2011-11-04",
                            "Gender": "M",
                            "NameNumber": "1.1",
                            "GivenName": "Kabir Mr",
                            "Surname": "Aarav"
                          }
                        }
                            
                            
                        
                      ]
                      }
                  }
                },
                "PostProcessing": {
                "RedisplayReservation": {
                    "waitInterval": 100
                },
                "EndTransaction": {
                    "Source": {
                        "ReceivedFrom": "WebBooking"
                    }
                }
            }
              }
            }
© www.soinside.com 2019 - 2024. All rights reserved.