POST ActionApi/T_Orders/PushSenderOrder

NC调用——返回发货单信息

Request Information

URI Parameters

None.

Body Parameters

T_SendOrder
NameDescriptionTypeAdditional information
cCodeNc

NC单号

string

None.

cOrderCode

订单号

string

None.

cLogisticsNo

物流单号

string

None.

cStoreName

收货门店名称

string

None.

cStoreAddress

收货地址

string

None.

cCarrier

承运商

string

None.

cCount

数量

integer

None.

iPrice

单价

decimal number

None.

iMoney

金额

decimal number

None.

cProNc

商品nc编码

string

None.

cBrand

品牌

string

None.

iSkuCount

sku数量

integer

None.

iCount

产品数量

integer

None.

cUser

联系人

string

None.

cTele

联系电话

string

None.

iCTN

箱数

integer

None.

iTotalWeight

总重量

decimal number

None.

dtInputTime

导入日期

date

None.

dtUpdateTime

更新日期

date

None.

id

发货串号

globally unique identifier

None.

cProvince

省份

string

None.

ordercode

order下发的单号

string

None.

Request Formats

application/json, text/json

Sample:
{
  "cCodeNc": "sample string 1",
  "cOrderCode": "sample string 2",
  "cLogisticsNo": "sample string 3",
  "cStoreName": "sample string 4",
  "cStoreAddress": "sample string 5",
  "cCarrier": "sample string 6",
  "cCount": 1,
  "iPrice": 1.0,
  "iMoney": 1.0,
  "cProNc": "sample string 7",
  "cBrand": "sample string 8",
  "iSkuCount": 1,
  "iCount": 1,
  "cUser": "sample string 9",
  "cTele": "sample string 10",
  "iCTN": 1,
  "iTotalWeight": 1.0,
  "dtInputTime": "2023-03-23T16:10:26.0560855+08:00",
  "dtUpdateTime": "2023-03-23T16:10:26.0560855+08:00",
  "id": "8d6edc85-78d2-464f-a57e-b77c569b1b1d",
  "cProvince": "sample string 12",
  "ordercode": "sample string 13"
}

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 'T_SendOrder'.

Response Information

Resource Description

NC调用——返回发货单信息

NCResult
NameDescriptionTypeAdditional information
body

Object

None.

exception

Exception

None.

originParam

NCParam

None.

status

string

None.

success

boolean

None.

validationErrors

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "body": {},
  "exception": {
    "code": "sample string 1",
    "message": "sample string 2",
    "success": "sample string 3",
    "errorCode": "sample string 4",
    "errorStack": "sample string 5",
    "messageStacks": "sample string 6"
  },
  "originParam": {
    "token": "sample string 1",
    "sysid": "sample string 2",
    "type": "sample string 3",
    "body": {}
  },
  "status": "SUCCESS",
  "success": true,
  "validationErrors": {}
}