我尝试实施Price Quote网络服务。它工作正常,但无法覆盖基本裸金额。此服务根据军刀价格自动创建报价。但我需要手动设置基本裸和税。我如何使用军刀Web服务实现这一目标?如果您有...,请提供样品申请和回复。
<?xml version="1.0" encoding="UTF-8"?>
<OTA_AirPriceRQ 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.11.0">
<PriceRequestInformation Retain="true">
<OptionalQualifiers>
<PricingQualifiers>
<PassengerType Code="ADT" Quantity="1" />
</PricingQualifiers>
</OptionalQualifiers>
</PriceRequestInformation>
</OTA_AirPriceRQ>
答案 0 :(得分:0)
如果您有特定的折扣申请公共票价,您可以根据具体的票价基础代码使用:OTA_AirPriceRQ / PriceRequestInformation / OptionalQualifiers / PricingQualifiers / CommandPricing
否则,如果您需要进一步灵活定价,您可以使用第四阶段票据记录定价:
https://developer.sabre.com/docs/soap_apis/air/fulfill/create_phaseiv_ticket_record
答案 1 :(得分:0)
我使用SabreCommandRQ完成此任务,从此命令开始** WTKT1然后在后台播放响应,就像我使用Saber Red的蓝屏一样(要发送掩码值,cData属性必须设置为“真“)。
最近,Sabre发布了this web service ManualPriceQuoteAddInfoLLSRQ,以简化操作:)