POST v1/CohortStat/getShopList

按店铺汇总数据

Request Information

URI Parameters

None.

Body Parameters

CohortStat
NameDescriptionTypeAdditional information
user_id

string

None.

shop_id

店铺ID,八公叔叔: 2; 卫仕: 17

string

None.

shop_name

店铺名称

string

None.

data_type

类目

string

None.

calc_type

项目

string

None.

biz_type

业务类型

string

None.

Request Formats

application/json, text/json

Sample:
{
  "user_id": "sample string 1",
  "shop_id": "sample string 2",
  "shop_name": "sample string 3",
  "data_type": "sample string 4",
  "calc_type": "sample string 5",
  "biz_type": "sample string 6"
}

application/xml, text/xml

Sample:
<CohortStat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BgOA.Models.ViewModels">
  <biz_type>sample string 6</biz_type>
  <calc_type>sample string 5</calc_type>
  <data_type>sample string 4</data_type>
  <shop_id>sample string 2</shop_id>
  <shop_name>sample string 3</shop_name>
  <user_id>sample string 1</user_id>
</CohortStat>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResultOfJObject
NameDescriptionTypeAdditional information
Result

Collection of Object

None.

ResultCode

string

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "result": null,
  "resultCode": "sample string 1",
  "errorMessage": "sample string 2"
}