- 内部接口
- 公共接口
- 业务接口
- CN
- A_通用参数
- B_KA配额
- C_IMS指引
- D_GT配额
- Z_报表
- Z1_下单报表
- Z1.1_KA配额模式
- Z1.2_GT配额模式
- Z1.3_IMS指引模式
- Z2_汇总报表
- IL
- 系统
- 流程
- 定时任务
- 后台接口
- 消息通知
- 登录POST
- 刷新TokenGET
- SSO登录GET
- 外部API
- Authing
GT下单汇总报表
开发中
GET
/api/ImsProcess/GtStoreOrderSum/GetList
请求参数
Authorization
在 header 添加参数
X-Token
示例:
X-Token: ********************
Query 参数
StoreCode
string
门店编码
SkuCode
string
产品编码
Brand
string
品牌
DistrictCode
string
区县编码
MonthId
integer
年月
示例代码
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/ImsProcess/GtStoreOrderSum/GetList?StoreCode&SkuCode&Brand&DistrictCode&MonthId' \
--header 'X-Token;'
返回响应
🟢200成功
application/json
Body
Status
boolean
必需
Result
object
必需
TimeSpan
null
必需
PageIndex
integer
必需
PageSize
integer
必需
Data
array [object {12}]
必需
TotalCount
integer
必需
TotalPages
integer
必需
HasPrevPages
boolean
必需
HasNextPages
boolean
必需
Message
string
必需
Code
integer
必需
DataCode
integer
必需
Total
integer
必需
示例
{
"Status": true,
"Result": {
"TimeSpan": null,
"PageIndex": 1,
"PageSize": 10,
"Data": [
{
"MonthId": 202505,
"StoreCode": "00001365",
"StoreName": "南京市秦淮区丽花百货商店",
"SkuCode": "420320",
"SkuNameEn": "Prestige F4 800g VICO",
"BrandName": "Prestige CN",
"Brand": "202703",
"MtdVolume": 1,
"DistrictCode": "320104",
"DistrictName": "秦淮区",
"CarryValue": 1,
"CarryType": "向下取整"
},
{
"MonthId": 202505,
"StoreCode": "00001365",
"StoreName": "南京市秦淮区丽花百货商店",
"SkuCode": "420402",
"SkuNameEn": "Prestige F1 400g New GB",
"BrandName": "Prestige CN",
"Brand": "202703",
"MtdVolume": 0.5,
"DistrictCode": "320104",
"DistrictName": "秦淮区",
"CarryValue": 0.25,
"CarryType": "向下取整"
},
{
"MonthId": 202505,
"StoreCode": "00001365",
"StoreName": "南京市秦淮区丽花百货商店",
"SkuCode": "420403",
"SkuNameEn": "Prestige F1 800g New GB",
"BrandName": "Prestige CN",
"Brand": "202703",
"MtdVolume": 3,
"DistrictCode": "320104",
"DistrictName": "秦淮区",
"CarryValue": 1,
"CarryType": "向下取整"
},
{
"MonthId": 202505,
"StoreCode": "00001365",
"StoreName": "南京市秦淮区丽花百货商店",
"SkuCode": "420404",
"SkuNameEn": "Prestige F2 400g New GB",
"BrandName": "Prestige CN",
"Brand": "202703",
"MtdVolume": 0.5,
"DistrictCode": "320104",
"DistrictName": "秦淮区",
"CarryValue": 0.25,
"CarryType": "向下取整"
},
{
"MonthId": 202505,
"StoreCode": "00001365",
"StoreName": "南京市秦淮区丽花百货商店",
"SkuCode": "420405",
"SkuNameEn": "Prestige F2 800g New GB",
"BrandName": "Prestige CN",
"Brand": "202703",
"MtdVolume": 3,
"DistrictCode": "320104",
"DistrictName": "秦淮区",
"CarryValue": 1,
"CarryType": "向下取整"
},
{
"MonthId": 202505,
"StoreCode": "00001365",
"StoreName": "南京市秦淮区丽花百货商店",
"SkuCode": "420407",
"SkuNameEn": "Prestige F3 800g New GB",
"BrandName": "Prestige CN",
"Brand": "202703",
"MtdVolume": 4,
"DistrictCode": "320104",
"DistrictName": "秦淮区",
"CarryValue": 1,
"CarryType": "向下取整"
},
{
"MonthId": 202505,
"StoreCode": "00001365",
"StoreName": "南京市秦淮区丽花百货商店",
"SkuCode": null,
"SkuNameEn": null,
"BrandName": "Natura CN",
"Brand": "202705",
"MtdVolume": 17,
"DistrictCode": "320104",
"DistrictName": "秦淮区",
"CarryValue": 1,
"CarryType": "向下取整"
},
{
"MonthId": 202505,
"StoreCode": "00001365",
"StoreName": "南京市秦淮区丽花百货商店",
"SkuCode": null,
"SkuNameEn": null,
"BrandName": "Mum CN",
"Brand": "202720",
"MtdVolume": 0.5,
"DistrictCode": "320104",
"DistrictName": "秦淮区",
"CarryValue": 1,
"CarryType": "向下取整"
},
{
"MonthId": 202505,
"StoreCode": "00001603",
"StoreName": "徐州妈咪宝贝邳州宝贝计划瑞兴北路妇幼店",
"SkuCode": "420320",
"SkuNameEn": "Prestige F4 800g VICO",
"BrandName": "Prestige CN",
"Brand": "202703",
"MtdVolume": 1,
"DistrictCode": "320382",
"DistrictName": "邳州市",
"CarryValue": 1,
"CarryType": "向下取整"
},
{
"MonthId": 202505,
"StoreCode": "00001603",
"StoreName": "徐州妈咪宝贝邳州宝贝计划瑞兴北路妇幼店",
"SkuCode": "420402",
"SkuNameEn": "Prestige F1 400g New GB",
"BrandName": "Prestige CN",
"Brand": "202703",
"MtdVolume": 0.5,
"DistrictCode": "320382",
"DistrictName": "邳州市",
"CarryValue": 0.25,
"CarryType": "向下取整"
}
],
"TotalCount": 186122,
"TotalPages": 18613,
"HasPrevPages": true,
"HasNextPages": false
},
"Message": "操作成功",
"Code": 200,
"DataCode": 318,
"Total": 0
}
修改于 2024-10-10 08:32:01