验证HotelRateDescriptionRQ中的格式错误

时间:2016-03-27 11:07:18

标签: sabre

我在使用saber soap api搜索酒店房价描述时收到验证格式错误。我的要求如下:

sudo service docker restart

并且响应如下:

<HotelRateDescriptionRQ xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="2.3.0">
        <AvailRequestSegment>
            <GuestCounts Count="2"/>
            <HotelSearchCriteria>
                <Criterion>
                    <HotelRef HotelCode="0039013"/>
                </Criterion>
            </HotelSearchCriteria>
            <TimeSpan End="04-04" Start="04-01"/>
        </AvailRequestSegment>
    </HotelRateDescriptionRQ>

所以我在这里做错了什么?

1 个答案:

答案 0 :(得分:0)

看我可以使用RPH属性 HotelRateDescriptionLLSRQ 。 RPH属性可以通过 HotelPropertyDescriptionLLSRQ 找到。

<soap-env:Body>
      <ns:HotelRateDescriptionRQ ReturnHostCommand="false" Version="2.3.0">
         <ns:AvailRequestSegment>
            <ns:RatePlanCandidates>
               <ns:RatePlanCandidate RPH="001" />
            </ns:RatePlanCandidates>
         </ns:AvailRequestSegment>
      </ns:HotelRateDescriptionRQ>
   </soap-env:Body>