...
根据 PartyId 查询 Facility 列表
接口地址
| 代码块 | ||
|---|---|---|
| none | none | /api/shipper/v1/facility/getByPartyId |
请求方式
| 代码块 | none | none
|---|
GET |
请求头
参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
sessionId | String | 是 | 登录会话ID |
language | String | 是 | 语言 |
...
值 | 说明 |
|---|---|
zh_CN | 中文 |
en_US | 英文 |
请求参数
无
请求示例
| 代码块 | bash | bash
|---|
curl 'https://tracking-stage.etowertech.com/api/shipper/v1/facility/getByPartyId' \ -H 'sessionId: AEjG-pLwqLIfSBVHJVcwpg' \ -H 'language: zh_CN' |
返回示例
| 代码块 | json | json
|---|
{
"success": true,
"code": "0",
"data": ["ADL","AKL","ATL","BNE","CAN","HKG","LAX","MEL","SYD"],
"errors": []
}
|
...