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

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

公共参数

请求参数

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

响应参数

名称 类型 示例值 描述
result HisvResult result 出参对象
  • └ success
  • Boolean
  • true
  • 是否成功
  • └ result_code
  • Number
  • 0
  • 错误码
  • └ result_msg
  • String
  • 成功
  • 错误信息
  • module
  • OpenIsvExceedApplyRs
  • module
  • 审批单对象
  • └ corp_id
  • String
  • asdfgh
  • 商旅企业id
  • └ apply_id
  • Number
  • 12345
  • 商旅审批单id
  • └ status
  • Number
  • 0
  • 审批单状态 0:审批中 1:已同意 2:已拒绝
  • └ btrip_cause
  • String
  • 出差
  • 出差原因
  • └ exceed_type
  • Number
  • 32
  • 超标类型,32:坐席超标
  • └ exceed_reason
  • String
  • 出差
  • 超标原因
  • └ origin_standard
  • String
  • 二等座
  • 原差旅标准
  • apply_intention_info_do
  • ApplyIntentionInfoDo
  • apply_intention_info_do
  • 意向出行信息
  • └ price
  • Number
  • 1000
  • 价格(分)
  • └ dep_city_name
  • String
  • 上海
  • 出发城市名称
  • └ arr_city_name
  • String
  • 北京
  • 到达城市名称
  • └ dep_city
  • String
  • SHA
  • 出发城市三字码
  • └ arr_city
  • String
  • BJS
  • 到达城市三字码
  • └ dep_time
  • Date
  • 2021-07-13 15:06:13
  • 出发时间
  • └ arr_time
  • Date
  • 2021-07-13 15:06:13
  • 到达时间
  • └ arr_station
  • String
  • 北京南
  • 到达站点名称
  • └ dep_station
  • String
  • 上海南
  • 出发站点名称
  • └ train_no
  • String
  • G39
  • 意向车次号
  • └ train_type_desc
  • String
  • 高铁
  • 意向车次类型
  • └ seat_name
  • String
  • 一等座
  • 意向坐席名称
  • └ type
  • Number
  • 32
  • 超标类型,32:坐席超标
  • └ 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);
AlitripBtripCorpopTrainExceedapplyGetRequest req = new AlitripBtripCorpopTrainExceedapplyGetRequest();
AlitripBtripCorpopTrainExceedapplyGetRequest.OpenIsvSearchRq obj1 = new AlitripBtripCorpopTrainExceedapplyGetRequest.OpenIsvSearchRq();
obj1.setCorpId("asdfg");
obj1.setApplyId(12345L);
req.setRq(obj1);
AlitripBtripCorpopTrainExceedapplyGetResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alitrip_btrip_corpop_train_exceedapply_get_response>
    <result>
        <success>true</success>
        <result_code>0</result_code>
        <result_msg>成功</result_msg>
        <module>
            <corp_id>asdfgh</corp_id>
            <apply_id>12345</apply_id>
            <status>0</status>
            <btrip_cause>出差</btrip_cause>
            <exceed_type>32</exceed_type>
            <exceed_reason>出差</exceed_reason>
            <origin_standard>二等座</origin_standard>
            <apply_intention_info_do>
                <price>1000</price>
                <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-13 15:06:13</dep_time>
                <arr_time>2021-07-13 15:06:13</arr_time>
                <arr_station>北京南</arr_station>
                <dep_station>上海南</dep_station>
                <train_no>G39</train_no>
                <train_type_desc>高铁</train_type_desc>
                <seat_name>一等座</seat_name>
                <type>32</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_train_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

返回
顶部