...
| 代码块 |
|---|
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列表格式创建客户信息
样例:
| 代码块 | ||
|---|---|---|
| ||
{
"shipperType": "1",
"attribute": "",
"nameCN": "",
"nameEN": "",
"shortName": "",
"contact": "",
"email": "",
"phone": "",
"document": "",
"country": "",
"province": "",
"city": "",
"addressLine1": "",
"addressLine2": "",
"postCode": "",
"language": "",
"seller": "",
"customerService": ""
} |
...