订单通知-凭证推送
说明:

 由sctt主动推送订单凭证及确认单,请求示例为单个订单推送数据

请求方式
  POST
请求方式:POST(HTTPS
请求地址:Please contact the op to add the order booking success notification address
请求包体:
{
    "trade_number":"",
    "order_code": 123456,
    "total_price": 120,
    "order_label": "string",
    "order_currency":"A$",
    "order_status":1,
    "certificate_mode": 0,
    "travel_itinerary_url":"http://",
    "vouchers":[
     {
           "confirmation_url":"https://",
         "confirm_remarks":"",
          "voucherlist":[{
             "voucher_type":1,//
               "voucher_url":"https://",//1,5,无须凭证的确认单
              "voucher_confirmation":"1213",//2,3,4
              "voucher_verification":"31",//2,3,4
         }]
    }],
    "surplus_quota":25.58,
    "cancel_type":1,
    "subjoin":{
        "processing":"",
        "itemid":"",
        "number":"",
        "cancel_id":"",
        "cancel_number":""
    },
    "remark": "string"
    }
参数说明:
参数 必须 类型 说明
merchant_id bigint 商户编号
request_time string 用户请求的当前时间,格式:“yyyy-MM-dd HH:mm:ss”
sign string 签名
trade_number string 商户订单编号
order_code bigint 订单编号
total_price float 订单总金额
order_currency string 币种三字码
order_status int 订单预定状态(1-预定等待 ,2-预定成功,3-预定失败,4-预定取消
certificate_mode int 凭证方式(1立刻获取
travel_itinerary_url string 行程单地址
vouchers list 凭证
- confirmation_url string 确认单地址
- confirm_remarks string 确认备注(文件,文本等
- voucherlist list 凭证列表
- - voucher_type int 凭证类型(1PDF,2条形码,3二维码,4确认编号,5URL
- - voucher_url string 文件地址
- - voucher_confirmation string 确认编号
- - voucher_verification string 验证编号
surplus_quota float 剩余可用额度
cancel_type int 取消类型(1-不可取消 2-人工取消退款 3-按规则取消退款 4-不可退改 5-预约前免费取消,预约后不可取消
subjoin object 附加信息
- processing string 预定
- itemid string 预定
- number string 预定
- cancel_id string 取消
- cancel_number string 取消
remark string 拒绝备注
cancels list 取消规则
- canr_type int 类型(1,2,3,4,5
- canr_startday string 开始天/天前
- canr_endday string 结束天
- canr_percent string
- canr_text string 文本说明(多语言
返回结果:
{
    "code": 0,
    "msg": "ok",
    "data": null
  }

参数说明:
参数 类型 说明
code int 处理结果返回码
msg string 处理结果信息
data object 返回对象
状态码说明:
状态码 说明
0 成功