这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
3.12_国际pricing_国际机票_ipricingbyseg [2024/01/10 09:43] tiny |
3.12_国际pricing_国际机票_ipricingbyseg [2025/03/25 08:09] (当前版本) tiny [表] |
||
---|---|---|---|
行 22: | 行 22: | ||
flightList: | flightList: | ||
- | ^参数 | + | ^ 参数 |
- | |airline|String|航司二字码 | + | | airline |
- | |flightNumber|String|航班号 | + | | flightNumber |
- | |departureAirportCode|String|出发机场编码 | + | | departureAirportCode |
- | |destinationAirportCode|String|到达机场编码 | + | | destinationAirportCode |
- | |departureDateTime|String|出发日期时间 | + | | departureDateTime |
- | |arrivalDateTime|String|到达日期时间 | + | | arrivalDateTime |
- | |classNo|String|舱位 | + | | classNo |
- | |isShare|String|是否共享 | + | | isShare |
- | |shareCode|String|共享航班号 | + | | shareCode |
- | |equipment|String|机型 | + | | equipment |
行 77: | 行 77: | ||
|workBeginTime|String|工作开始时间 | |workBeginTime|String|工作开始时间 | ||
|workEndTime|String|工作结束时间|格式如:”08: | |workEndTime|String|工作结束时间|格式如:”08: | ||
+ | |payCurrency |String | ||
financeDetail: | financeDetail: | ||
- | ^ 参数 | + | ^ 参数 |
- | | officeNumber | + | | officeNumber |
- | | agencyPolicyRemark | + | | agencyPolicyRemark |
- | | rewardPolicyRemark | + | | rewardPolicyRemark |
- | | agencyPolicyRemarkOut | + | | agencyPolicyRemarkOut |
- | | rewardPolicyRemarkOut | + | | rewardPolicyRemarkOut |
- | | financeList | + | | financeList |
- | | IsConvert | + | | IsConvert |
- | | isItinerary | + | | isItinerary |
- | | FareRuleRef | + | | FareRuleRef |
- | | carrier | + | | carrier |
- | | ticketType | + | | ticketType |
- | | flights | + | | flights |
- | | <color # | + | | <color # |
- | | <color # | + | | <color # |
+ | | <color # | ||
+ | | productLabel | ||
+ | | <color # | ||
+ | | <color # | ||
financeList: | financeList: | ||
- | ^参数 ^类型 ^说明 ^备注^ | + | ^ 参数 |
- | |passengerType|String |乘客类型 |0:成人 \\ 1:儿童 \\ 2:婴儿 \\ 3:老人 \\ 4:学生 \\ 5:劳务 \\ 6:移民 \\ 7:海员 \\ 8:青年 | | + | | passengerType |
- | |salePrice|String |票面价 | + | | salePrice |
- | |tax|String |税金 | | | + | | tax |
- | |beforeReturn|String|代理费点数 | + | | beforeReturn |
- | |beforeReturnPrice|String|代理费金额 | | | + | | beforeReturnPrice |
- | |afterReturnBase|String|奖励基数 | + | | afterReturnBase |
- | |afterReturn|String|奖励点数 | + | | afterReturn |
- | |afterReturnPrice|String|奖励金额 | + | | afterReturnPrice |
- | |serviceFee|String|服务费 | + | | serviceFee |
- | |saleTotal|String|结算价 | + | | saleTotal |
- | |beforeReturnMoney|String|代理费直减金额 | + | | beforeReturnMoney |
- | |afterReturMoney|String|奖励直减金额 | + | | afterReturMoney |
- | | productType | + | | productType |
+ | | saleAdditionRate | ||
+ | | saleAdditionMoney | ||
+ | | saleAdditionFare | ||
+ | | <color # | ||
+ | |||
+ | |||
FareRuleRef: | FareRuleRef: | ||
行 146: | 行 158: | ||
| minStay | | minStay | ||
| maxStay | | maxStay | ||
- | | refund | + | | refund |
- | | change | + | | change |
- | | noShow | + | | noShow |
| <color # | | <color # | ||
| <color # | | <color # | ||
行 163: | 行 175: | ||
|desCityCN|String|到达城市中文 | |desCityCN|String|到达城市中文 | ||
+ | limitingCondition | ||
+ | ^参数 ^类型 ^说明 ^备注^ | ||
+ | |nationalityOrArea|Object|国籍/ | ||
+ | |certificate|Object|证件限制| | | ||
+ | |availableAge|Object|年龄限制| | | ||
+ | |availablePassagerCount|Object|人数限制| | | ||
+ | |||
+ | nationalityOrArea/ | ||
+ | ^参数 ^类型 ^说明 ^备注^ | ||
+ | |isAllow|Boolean|是否允许|true: | ||
+ | |codes|Array|国家/ | ||
+ | |names|Array|国家/ | ||
+ | |||
+ | availableAge | ||
+ | ^参数 ^类型 ^说明 ^备注^ | ||
+ | |minAge|Int|最小年龄限制|默认值: | ||
+ | |maxAge|Int|最大年龄限制|默认值: | ||
+ | |||
+ | availablePassagerCount | ||
+ | ^参数 ^类型 ^说明 ^备注^ | ||
+ | |minCount|Int|最小人数限制 |默认值: | ||
+ | |maxCount|Int|最大人数限制 |默认值: | ||
+ | |beEvenNumber|Boolean|是否偶数人数限制 | | ||
+ | RCVServiceFee | ||
+ | ^参数 ^类型 ^说明 ^备注^ | ||
+ | |ChangeFeeCNY|Float|改签加收服务费 | 无数据则以退票时为准| | ||
+ | |RefundFeeCNY|Float|退票加收服务费 |无数据则以退票时为准 | | ||
+ | |VoidFeeCNY|Float|废票加收服务费 |无数据则以退票时为准 | | ||