POST xuner/bi/retail/queryStoreRanking

门店排名接口

请求信息

URI 参数

无。

Body 参数

queryStoreRankingRequest
名称描述类型附加信息
areamustfilter

1是否必须区域过滤 有可能区域为空

string

无。

category

统计类别 为空1 默认按店铺 2 按区域

string

无。

arealist

区域代码 多个用,相隔

string

无。

list

店铺代码 多个用,相隔

string

无。

sort

排序

string

无。

beginDate

开始日期

string

无。

endDate

结束日期

string

无。

pageNum

取第几页的数据

integer

无。

PageSize

每页多少条数据,默认10

integer

无。

请求格式

application/json, text/json

样例:
{
  "areamustfilter": "sample string 1",
  "category": "sample string 2",
  "arealist": "sample string 3",
  "list": "sample string 4",
  "sort": "sample string 5",
  "beginDate": "sample string 6",
  "endDate": "sample string 7",
  "pageNum": 8,
  "PageSize": 9
}

响应信息

资源描述

门店排名接口

gXopResponseOfListOfqueryStoreRanking
名称描述类型附加信息
data

Collection of queryStoreRanking

无。

desc

错误信息

string

无。

result

响应代码 1 成功 1011 令牌失效 0或其它 请求错误

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": [
    {
      "row_num": 1,
      "code": "sample string 2",
      "name": "sample string 3",
      "num": 4,
      "amount": 5.0,
      "grossProfit": 6.0,
      "standardAmount": 7.0,
      "orderNum": 8,
      "lastAmount": 9.0,
      "lastYearAmount": 10.0,
      "target": 13.0
    },
    {
      "row_num": 1,
      "code": "sample string 2",
      "name": "sample string 3",
      "num": 4,
      "amount": 5.0,
      "grossProfit": 6.0,
      "standardAmount": 7.0,
      "orderNum": 8,
      "lastAmount": 9.0,
      "lastYearAmount": 10.0,
      "target": 13.0
    }
  ],
  "desc": "sample string 1",
  "result": 2
}