- 内部接口
- 公共接口
- 业务接口
- CN
- A_通用参数
- B_KA配额
- C_IMS指引
- D_GT配额
- Z_报表
- Z1_下单报表
- Z2_汇总报表
- IL
- 系统
- 流程
- 定时任务
- 后台接口
- 消息通知
- 登录POST
- 刷新TokenGET
- SSO登录GET
- 外部API
- Authing
分页查询
开发中
GET
/api/base/ImsPointSum/GetList
请求参数
Authorization
在 header 添加参数
X-Token
示例:
X-Token: ********************
Query 参数
Code
string
编码
Dim
string
维度
SupplyModel
string
供货模式
Channel
string
渠道
KaCode
string
KA
ShipToCode
string
仓库
DisCode
string
经销商
DisSalesOrgZoneCode
string
经销商层级
Brand
string
品牌
SkuCode
string
Sku
Date
string
日期
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/base/ImsPointSum/GetList?Code&Dim&SupplyModel&Channel&KaCode&ShipToCode&DisCode&DisSalesOrgZoneCode&Brand&SkuCode&Date' \
--header 'X-Token;'
返回响应
🟢200成功
application/json
Body
Status
boolean
必需
Result
array [object {6}]
必需
Code
string
必需
Name
string
必需
ImsVolume
number
IMS测算-标箱
ImsVolumeTing
number
IMS测算-听
HasChildren
boolean
必需
Children
array [object {6}]
必需
Message
string
必需
Code
integer
必需
DataCode
integer
必需
Total
integer
必需
示例
{
"Status": true,
"Result": [
{
"Code": "By Brand",
"Name": "By Brand",
"ImsVolume": 1920814.5,
"ImsVolumeTing": 25537979.25,
"HasChildren": true,
"Children": [
{
"Code": "202705",
"Name": "Natura CN",
"ImsVolume": 348946.5,
"ImsVolumeTing": 4200203.25,
"HasChildren": true,
"Children": null
},
{
"Code": "202703",
"Name": "Prestige CN",
"ImsVolume": 1540776,
"ImsVolumeTing": 20964672,
"HasChildren": true,
"Children": null
},
{
"Code": "202708",
"Name": "Prestige Kids CN",
"ImsVolume": 21660,
"ImsVolumeTing": 259920,
"HasChildren": true,
"Children": null
},
{
"Code": "202706",
"Name": "Cereal CN",
"ImsVolume": 9432,
"ImsVolumeTing": 113184,
"HasChildren": true,
"Children": null
}
]
},
{
"Code": "By Channel",
"Name": "By Channel",
"ImsVolume": 1920814.5,
"ImsVolumeTing": 25537979.25,
"HasChildren": true,
"Children": [
{
"Code": "101710",
"Name": "Local-B2C",
"ImsVolume": 1920814.5,
"ImsVolumeTing": 25537979.25,
"HasChildren": true,
"Children": null
}
]
},
{
"Code": "By Supply Model",
"Name": "By Supply Model",
"ImsVolume": 1920814.5,
"ImsVolumeTing": 25537979.25,
"HasChildren": false,
"Children": [
{
"Code": "DTR-协同仓",
"Name": "DTR-协同仓",
"ImsVolume": 1711231.5,
"ImsVolumeTing": 22454628.75,
"HasChildren": false,
"Children": null
},
{
"Code": "DTR-线上",
"Name": "DTR-线上",
"ImsVolume": 209583,
"ImsVolumeTing": 3083350.5,
"HasChildren": false,
"Children": null
}
]
},
{
"Code": "By DT Tier",
"Name": "By DT Tier",
"ImsVolume": 1920814.5,
"ImsVolumeTing": 25537979.25,
"HasChildren": true,
"Children": [
{
"Code": null,
"Name": null,
"ImsVolume": 1920814.5,
"ImsVolumeTing": 25537979.25,
"HasChildren": true,
"Children": null
}
]
}
],
"Message": "操作成功",
"Code": 200,
"DataCode": 318,
"Total": 0
}
修改于 2024-03-18 05:26:10