alitrip.btrip.corpop.flight.exceedapply.get (商旅机票第三方超标审批单搜索接口)

商旅机票第三方超标审批单搜索接口

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
rq OpenIsvSearchRq 可选 入参
  • └ corp_id
  • String
  • 必须
  • asdfg
  • 第三方企业id
  • └ apply_id
  • Number
  • 必须
  • 2345
  • 商旅审批单id

响应参数

名称 类型 示例值 描述
result HisvResult result 出参对象
  • └ success
  • Boolean
  • true
  • 是否成功
  • └ result_code
  • Number
  • 0
  • 错误码
  • └ result_msg
  • String
  • 成功
  • 错误信息
  • module
  • OpenIsvExceedApplyRs
  • module
  • 审批单对象
  • └ corp_id
  • String
  • asdfg
  • 商旅企业id
  • └ apply_id
  • Number
  • 2345
  • 商旅审批单id
  • └ status
  • Number
  • 0
  • 审批单状态 0:审批中 1:已同意 2:已拒绝
  • └ btrip_cause
  • String
  • 出差
  • 出差原因
  • └ exceed_type
  • Number
  • 1
  • 超标类型,1:折扣 2,8,10:时间 3,9,11:折扣和时间
  • └ exceed_reason
  • String
  • 出差
  • 超标原因
  • └ origin_standard
  • String
  • 经济舱(2折及以下)
  • 原差旅标准
  • apply_intention_info_do
  • ApplyIntentionInfoDo
  • apply_intention_info_do
  • 意向出行信息
  • └ dep_city_name
  • String
  • 上海
  • 出发城市名称
  • └ arr_city_name
  • String
  • 北京
  • 到达城市名称
  • └ dep_city
  • String
  • SHA
  • 出发城市三字码
  • └ arr_city
  • String
  • BJS
  • 到达城市三字码
  • └ dep_time
  • Date
  • 2021-07-08 15:23:56
  • 出发时间
  • └ arr_time
  • Date
  • 2021-07-08 15:23:56
  • 到达时间
  • └ flight_no
  • String
  • MU2759
  • 航班号
  • └ cabin
  • String
  • F
  • 超标的舱位,F:头等舱 C:商务舱 Y:经济舱 P:超值经济舱
  • └ cabin_class
  • Number
  • 1
  • 申请超标的舱等 0:头等舱 1:商务舱 2:经济舱 3:超值经济舱
  • └ cabin_class_str
  • String
  • 经济舱
  • 舱等描述,头等舱,商务舱,经济舱,超值经济舱
  • └ discount
  • String
  • 4
  • 折扣
  • └ price
  • Number
  • 300
  • 价格(元)
  • └ type
  • Number
  • 1
  • 超标类型,1:折扣 2,8,10:时间 3,9,11:折扣和时间
  • └ user_id
  • String
  • weifeng
  • 第三方用户id
  • └ submit_time
  • Date
  • 2021-07-08 15:23:56
  • 审批单提交时间
  • └ thirdpart_corp_id
  • String
  • test_corp
  • 第三方企业id
  • └ thirdpart_apply_id
  • String
  • 0001A1100000007EX08O
  • 第三方出差审批单号

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlitripBtripCorpopFlightExceedapplyGetRequest req = new AlitripBtripCorpopFlightExceedapplyGetRequest();
AlitripBtripCorpopFlightExceedapplyGetRequest.OpenIsvSearchRq obj1 = new AlitripBtripCorpopFlightExceedapplyGetRequest.OpenIsvSearchRq();
obj1.setCorpId("asdfg");
obj1.setApplyId(2345L);
req.setRq(obj1);
AlitripBtripCorpopFlightExceedapplyGetResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alitrip_btrip_corpop_flight_exceedapply_get_response>
    <result>
        <success>true</success>
        <result_code>0</result_code>
        <result_msg>成功</result_msg>
        <module>
            <corp_id>asdfg</corp_id>
            <apply_id>2345</apply_id>
            <status>0</status>
            <btrip_cause>出差</btrip_cause>
            <exceed_type>1</exceed_type>
            <exceed_reason>出差</exceed_reason>
            <origin_standard>经济舱(2折及以下)</origin_standard>
            <apply_intention_info_do>
                <dep_city_name>上海</dep_city_name>
                <arr_city_name>北京</arr_city_name>
                <dep_city>SHA</dep_city>
                <arr_city>BJS</arr_city>
                <dep_time>2021-07-08 15:23:56</dep_time>
                <arr_time>2021-07-08 15:23:56</arr_time>
                <flight_no>MU2759</flight_no>
                <cabin>F</cabin>
                <cabin_class>1</cabin_class>
                <cabin_class_str>经济舱</cabin_class_str>
                <discount>4</discount>
                <price>300</price>
                <type>1</type>
            </apply_intention_info_do>
            <user_id>weifeng</user_id>
            <submit_time>2021-07-08 15:23:56</submit_time>
            <thirdpart_corp_id>test_corp</thirdpart_corp_id>
            <thirdpart_apply_id>0001A1100000007EX08O</thirdpart_apply_id>
        </module>
    </result>
</alitrip_btrip_corpop_flight_exceedapply_get_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案
1010 找不到超标审批单 没有找到对应的超标单,排查一下入参是否正确

API工具

如何获得此API

FAQ

返回
顶部