...
| 代码块 |
|---|
curl 'https://tracking-qa.etowertech.com/api/aggregator/v1/accountManage/createShipperWithCredential' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Content-Type: application/json;charset=UTF-8' \ -H 'language: zh_CN' \ -H 'sessionIdSessionId: GTjUe-Fm15MBSYIksot4rQfROl7TJut5wEQeIU0PUm3A' \ -H 'Referer: https://tracking-qa.etowertech.com/aggregator/' \ --data-raw '{ "isShipper": true, "organizationType": 0, "isCarrier": false, "chineseName": "乙古文测试01", "name": "yiguwenTest01", "organizationCode": "qwe123123", "code": "yiguwen123", "legacyId": "", "contact": "qqqzhangsan", "phone": "1582345098715834509876", "email": "yiwengu@163test123456@163.com", "language": "zh_CN", "relationLabelIds": [ 9 ], "salesId": 33963346, "csId": 33963346, "companyId": "0KkCR4UUB82p7ttaGmaN", "invoiceOption": 1"", "logoId": "", "source": "", "autoReleaseBulkyCargo": false, "erpSource": "", "bagWeightDifference": "", "repeatScanWarn": false, "shopUrl": "", "facilityCode": "qwe1", "facilityAddress": "注册地址", "address": { "addressId": "", "addressLine1": "南京东路aolanquandao", "addressLine2": "", "addressLine3": "", "city": "SHAao", "state": "SHA", "postcode": "", "country": "CNAX" } }' |
返回示例
| 代码块 |
|---|
{
"success": true,
"code": "0",
"data": {
"accessKey":"pcljARV_Hka2YfpTyHr7qL",
"secretKey":"PTGvsjonEP6byAU5iPVsZLTrpok=",
"createPlatform": "etower",
"dateCreated": "2026-03-1220 1714:2804:35",
"createdBy": 25000010063346,
"isAggregator": false,
"isShipper": true,
"isCarrier": false,
"parentTenantId": 10030394,
"topShipperId": 1982219856,
"organizationType": 0,
"salesId": 33963346,
"csId": 33963346,
"uuid": "qxjRfEFmsb3IRtMnGi_eiQy-fhv02Kmos2RNx8C6N7eQ",
"tenantId": 1982219856,
"adminUserId": 6334763382,
"platformAdminUserId": 6334763382,
"code": "yiguwen123",
"name": "yiguwenTest01",
"chineseName": "乙古文测试01",
"organizationCode": "qwe123123",
"language": "zh_CN",
"contact": "qqqzhangsan",
"phone": "1582345098715834509876",
"email": "yiwengu@163test123456@163.com",
"address": {
"addressId": "rWD_H_dYpt9kfES3d00PNx24eqUWbberCGBPgjY9-6UGTwehnE1JBA",
"addressLine1": "南京东路aolanquandao",
"addressLine2": "",
"addressLine3": "",
"city": "SHAao",
"state": "SHA",
"postcode": "",
"country": "CNAX"
},
"companyId": "0KkCR4UUB82p7ttaGmaN",
"relationLabelIds": [
9
],
"logoId": "",
"logo": [],
"autoReleaseBulkyCargo": false,
"source": "",
"erpSource": "",
"repeatScanWarn": false,
"shopUrl": "",
"facilityCode": "qwe1",
"weightDifferences": [],
"invoiceOption"aggregator": 30394,
"currentTenant": 130394,
"aggregatorcallFrom": 1001,
"currentTenantaccessKey": 100,"testMMmd-gAyAIziSRPf1rg",
"callFromsecretKey": 1"OfwDYLK2MbfiRy0N60O0bw"
},
"errors": []
}
|
返回字段说明
字段 | 类型 | 说明 |
|---|---|---|
success | Boolean | 请求是否成功 |
code | String | 响应状态码,"0"表示成功 |
data | Object | 创建的发件人信息 |
errors | Array | 错误信息列表 |
...