版本比较

标识

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

...

代码块
/api/aggregator/v1/accountManage/createShippercreateShipperWithCredential

请求方式

代码块
POST

请求头

参数

类型

必填

说明

Accept

String

请求接受类型,固定值:application/json, text/plain, /

Content-Type

String

请求内容类型,固定值:application/json;charset=UTF-8

language

String

语言

Referer

String

来源地址

sessionId

String

会话ID

...

代码块
{
  "success": true,
  "code": "0",
  "data": {
	"accessKey":"pcljARV_Hka2YfpTyHr7qL",
	"secretKey":"PTGvsjonEP6byAU5iPVsZLTrpok=",
    "createPlatform": "etower",
    "dateCreated": "2026-03-12 17:28:35",
    "createdBy": 250000100,
    "isAggregator": false,
    "isShipper": true,
    "isCarrier": false,
    "parentTenantId": 100,
    "topShipperId": 19822,
    "organizationType": 0,
    "salesId": 339,
    "csId": 339,
    "uuid": "qxjRfEFmsb3IRtMnGi_eiQ",
    "tenantId": 19822,
    "adminUserId": 63347,
    "platformAdminUserId": 63347,
    "code": "yiguwen",
    "name": "yiguwen",
    "chineseName": "乙古文",
    "organizationCode": "qwe123",
    "language": "zh_CN",
    "contact": "qqq",
    "phone": "15823450987",
    "email": "yiwengu@163.com",
    "address": {
      "addressId": "rWD_H_dYpt9kfES3d00PNx24eqU",
      "addressLine1": "南京东路",
      "addressLine2": "",
      "addressLine3": "",
      "city": "SHA",
      "state": "SHA",
      "postcode": "",
      "country": "CN"
    },
    "companyId": "0KkCR4UUB82p7ttaGmaN",
    "relationLabelIds": [9],
    "logoId": "",
    "logo": [],
    "autoReleaseBulkyCargo": false,
    "source": "",
    "erpSource": "",
    "repeatScanWarn": false,
    "shopUrl": "",
    "facilityCode": "qwe",
    "weightDifferences": [],
    "invoiceOption": 1,
    "aggregator": 100,
    "currentTenant": 100,
    "callFrom": 1
  },
  "errors": []
}

...

字段

类型

说明

tenantId

Number

租户ID(创建成功后返回)

accessKeyStringAPI Key
secretKeyStringAPI Secret

adminUserId

Number

管理员用户ID

uuid

String

租户UUID

code

String

租户代码

name

String

英文名称

chineseName

String

中文名称

organizationCode

String

组织代码

contact

String

联系人

phone

String

电话

email

String

邮箱

address

Object

地址信息

salesId

Number

销售人员ID

csId

Number

客服人员ID

invoiceOption

Number

发票选项

facilityCode

String

设施代码

...