POST ActionApi/T_SelasMonth/T_SelasMonthByStoreId

获取门店月度销量指标

Request Information

URI Parameters

None.

Body Parameters

入参 :{istoreid:'',year:'',month:''}

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

获取门店月度销量指标

T_SelasMonth
NameDescriptionTypeAdditional information
id

串号

integer

None.

cYear

string

None.

cMonth

string

None.

iStoreId

门店ID

globally unique identifier

None.

cStoreCode

门店编号

string

None.

cStoreFullName

全称

string

None.

cBrandName

品牌名称

string

None.

cStoreFax

门号

string

None.

iBrandId

品牌ID

integer

None.

iSalesMonth

月度销量指标

integer

None.

dtCreateTime

建立日期

date

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cYear": "sample string 2",
  "cMonth": "sample string 3",
  "iStoreId": "e03d9773-6ee9-48b1-951d-78e9e2fa445c",
  "cStoreCode": "sample string 4",
  "cStoreFullName": "sample string 5",
  "cBrandName": "sample string 6",
  "cStoreFax": "sample string 7",
  "iBrandId": 1,
  "iSalesMonth": 1,
  "dtCreateTime": "2023-03-24T19:43:39.0951629+08:00"
}