POST api/Group/GetPosUPloadInfo

获取筛选导入日志明细

Request Information

URI Parameters

None.

Body Parameters

PosUploadModel
NameDescriptionTypeAdditional information
fileName

string

None.

uploadTime

string

None.

State

integer

None.

page

页码

integer

None.

page_size

每页显示条数

integer

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fileName": "sample string 1",
  "uploadTime": "sample string 2",
  "State": 1,
  "page": 3,
  "page_size": 4,
  "user_id": "sample string 5",
  "token": "sample string 6"
}

application/xml, text/xml

Sample:
<PosUploadModel 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 6</token>
  <user_id xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 5</user_id>
  <page xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">3</page>
  <page_size xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">4</page_size>
  <State>1</State>
  <fileName>sample string 1</fileName>
  <uploadTime>sample string 2</uploadTime>
</PosUploadModel>

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 'PosUploadModel'.

Response Information

Resource Description

获取筛选导入日志明细

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.