POST api/Group/GetPosYearStatistics

筛选分页查询3M统计

Request Information

URI Parameters

None.

Body Parameters

Post3MSearch
NameDescriptionTypeAdditional information
year

年份

string

None.

groupName

单位

string

None.

productName

产品名称

string

None.

quantityDifferenceStart

数量差额

integer

None.

quantityDifferenceEnd

integer

None.

rebateDifferenceStart

返利差额

decimal number

None.

rebateDifferenceEnd

decimal number

None.

page

页码

integer

None.

page_size

每页显示条数

integer

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "year": "sample string 1",
  "groupName": "sample string 2",
  "productName": "sample string 3",
  "quantityDifferenceStart": 1,
  "quantityDifferenceEnd": 1,
  "rebateDifferenceStart": 1.0,
  "rebateDifferenceEnd": 1.0,
  "page": 4,
  "page_size": 5,
  "user_id": "sample string 6",
  "token": "sample string 7"
}

application/xml, text/xml

Sample:
<Post3MSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model.FMS3MPOS">
  <token xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 7</token>
  <user_id xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 6</user_id>
  <page xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">4</page>
  <page_size xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">5</page_size>
  <groupName>sample string 2</groupName>
  <productName>sample string 3</productName>
  <quantityDifferenceEnd>1</quantityDifferenceEnd>
  <quantityDifferenceStart>1</quantityDifferenceStart>
  <rebateDifferenceEnd>1</rebateDifferenceEnd>
  <rebateDifferenceStart>1</rebateDifferenceStart>
  <year>sample string 1</year>
</Post3MSearch>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Post3MSearch'.

Response Information

Resource Description

筛选分页查询3M统计

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.