审核发货订单

本文介绍了一个用于审核发货订单的接口ConfirmOrderInfo,包括其HTTP请求方式为POST、请求参数如gids和token等,及返回的数据示例,有助于开发者理解和使用此API。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  • 名称 ConfirmOrderInfo
    描述 审核发货订单
    接口地址 Order/ConfirmOrderInfo
    HTTP请求方式 POST
  • 请求参数 类型 描述
    param OrderCannelParameters
     
  • 请求参数示例(Request body formats)

    application/json, text/json
    Sample:
         
         
    {
    • -
      "gids": [
      • "sample string 1"
      ],
    • "token": "【登录标识】,字符串类型"
    }
    application/xml, text/xml
    Sample:
    1
    2
    3
    4
    5
    6
    <OrderCannelParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCM.TMS7.WebApi.Common">
    <token>【登录标识】,字符串类型</token>
    <gids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    </gids>
    </OrderCannelParameters>
    application/x-www-form-urlencoded
    Sample:

    Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrderCannelParameters'.

  • 返回数据示例(Request body formats)

    application/json, text/json
    Sample:
         
         
    { }
    application/xml, text/xml
    Sample:
    1
    2
    3
    4
    5
    6
    7
    8
    9
    <ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Quantum.FrameWorkCore.BaseClass">
    <data />
    <domain>【域】,字符串类型,当前域</domain>
    <flag>true</flag>
    <msg>【MSG】,字符串类型,消息</msg>
    <resultCode>1</resultCode>
    <token>【登录标识】,字符串类型,登录凭证</token>
    <ttid>【租户ID】,字符串类型,租户ID</ttid>
    </ApiResult>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值