版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

代码块
POST /api/supplier-service/v1/b2b/OrderSearch  HTTP/1.1
Content-Type: application/json
Accept: application/json
Host: http://cfs-qa.etowertech.com/
X-WallTech-Date: Thu, 06 Aug 2020 06:44:25 GMT
Authorization: WallTech testLvs2jdug2qIoRsJyuxs:F714XG5EBjslUUdx5xJrTCVb9Xs=
UserToken:true

UserToken 请注意这个接口调用需要在head中加入这个参数,并且需要为true。

请求样例

使用JSON列表格式创建客户信息

样例:

代码块
languagetext
{
  "shipperType": "1",
  "attribute": "",
  "nameCN": "",
  "nameEN": "",
  "shortName": "",
  "contact": "",
  "email": "",
  "phone": "",
  "document": "",
  "country": "",
  "province": "",
  "city": "",
  "addressLine1": "",
  "addressLine2": "",
  "postCode": "",
  "language": "",
  "seller": "",
  "customerService": ""
}

...