国籍限制一般发在CAT1,而不是CAT50 NOTE里 如果在CAT1,BFM请求可以指定国籍而不会返回。 对于CAT50 NOTE, BFM无法处理
<PassengerStatus Type="N"> <!-- Optional --> <!-- Repeat Factor=0-1 --> <!-- Postal service standard code or abbreviation for the state, province, or region. --> <!-- Cannot combine with CityCode. --> <StateCode>123456</StateCode> <!-- Mandatory --> <!-- Repeat Factor=1 --> <!-- Two-character ISO Country code. --> <!-- Cannot combine with CityCode. --> <CountryCode>US</CountryCode> <!-- Mandatory --> <!-- Repeat Factor=1 --> <!-- Three-character city code. --> <!-- Cannot combine with StateCode or CountryCode. --> <CityCode>DFW</CityCode> </PassengerStatus>
有国籍的话,BFM里可以指定。CountryCode或CityCode
在 Cat1 裡面有限制國籍的, 沒有加那些參數的時候, 那些票價就不會出現 ----------------------------- 也就是说,调用BFM的时候,一些限制特殊国籍的票价,不会返回。 只有你说明,你是那个国家的人,才会返回这些限制票价。
前提是特殊国籍限制是在CAT1里写的。 -----------------------------------
|