基于Travelport会议的机票预订

时间:2019-03-01 14:52:14

标签: php api travelport-api travelport

当用户将航班添加到购物车时,我一直尝试使用UR/PNR创建session key。我们一直在遵循会话工作流程定义here,但仍然遇到错误。

请求流程如下:

1。开始会话:

i。 BookingStartReq

ii。 BookingStartRsp

2。添加空段

i。 BookingAirSegmentRq

ii。 BookingAirSegmentRsp

3。添加空中定价

i。 BookingPricingRequest

ii。 BookingPricingResponse //这里出现错误

错误如下:

<Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
  <Body>
    <Fault>
      <faultcode>Server.Business</faultcode>
      <faultstring>Please add Travelers and Segments</faultstring>
      <detail>
        <ErrorInfo xmlns:common_v34_0="http://www.travelport.com/schema/common_v34_0">
          <Code>13116</Code>
          <Service>URSVC</Service>
          <Type>Business</Type>
          <Description>Please add Travelers and Segments</Description>
          <TransactionId>38F974720A0764785FEA52222DEC8717</TransactionId>
        </ErrorInfo>
      </detail>
    </Fault>
  </Body>
</Envelope>

我已经阅读了很多次文档,但是仍然没有运气。此外,还为支持人员打开了一张罚单,但他们花了太多时间才能做出回应。

您的帮助将不胜感激。

谢谢

0 个答案:

没有答案