- 内部接口
- 公共接口
- 业务接口
- 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
导出
开发中
GET
/api/ImsProcess/GtStoreOrderSystem/Export
请求参数
Authorization
在 header 添加参数
X-Token
示例:
X-Token: ********************
Query 参数
ShopTag
string
标签
ShopType
string
门店类型
StoreCode
string
门店编码
示例值:
30020182
MonthId
number
可选
Brand
string
品牌
SkuCode
string
SKU
SendStatus
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/ImsProcess/GtStoreOrderSystem/Export?ShopTag&ShopType&StoreCode=30020182&MonthId&Brand&SkuCode&SendStatus' \
--header 'X-Token;'
返回响应
🟢200成功
application/json
Body
Status
boolean
必需
Result
object
必需
TimeSpan
null
必需
PageIndex
integer
必需
PageSize
integer
必需
Data
array [object {16}]
必需
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": [
{
"StoreCode": "30014350",
"StoreName": "滁州市凤阳县刘府镇朝阳路亲子家园",
"ShopTypeName": "单体店",
"ShopTag": "C",
"RefCityName": "滁州市",
"Color": null,
"BrandName": "Natura CN",
"SkuCode": null,
"SkuNameEn": null,
"MonthId": 202404,
"Type": null,
"PassVolume": 1,
"SendStatusText": "待下发",
"SendDate": null,
"SendByName": null,
"CreatedDate": "2024-04-17 13:34:28"
}
],
"TotalCount": 10,
"TotalPages": 1,
"HasPrevPages": false,
"HasNextPages": false
},
"Message": "操作成功",
"Code": 200,
"DataCode": 318,
"Total": 0
}
修改于 2024-10-10 08:32:01