POST customer/addorder2

请求信息

URI 参数

None.

Body 请求体 参数

WalletTrade
NameDescriptionTypeAdditional information
name

string

None.

sellerid

string

None.

totalmoney

decimal number

None.

orderyear

integer

None.

ordermonth

integer

None.

orders

WalletOrder 集合

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "sellerid": "sample string 2",
  "totalmoney": 3.0,
  "orderyear": 4,
  "ordermonth": 5,
  "orders": [
    {
      "name": "sample string 1",
      "siteGrpID": "sample string 2",
      "oldPrice": 3.0,
      "discount": 4.0,
      "newPrice": 5.0,
      "num": 6,
      "money": 7.0,
      "proid": 8,
      "allottp": 9
    },
    {
      "name": "sample string 1",
      "siteGrpID": "sample string 2",
      "oldPrice": 3.0,
      "discount": 4.0,
      "newPrice": 5.0,
      "num": 6,
      "money": 7.0,
      "proid": 8,
      "allottp": 9
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.

响应消息

内容 描述

CxccApiResponseBaseOfString
NameDescriptionTypeAdditional information
data

string

None.

code

integer

None.

msg

string

None.

响应示例

application/json, text/json

Sample:
{
  "data": "sample string 1",
  "code": 2,
  "msg": "sample string 3"
}

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.