POST api/Group/GetFile

Request Information

URI Parameters

None.

Body Parameters

crm_posUploadInfo
NameDescriptionTypeAdditional information
Id

integer

None.

fileName

文件名称

string

None.

ImportCount

导入总数

integer

None.

ImportSuccess

成功数

integer

None.

ImportFail

失败数

integer

None.

ImportTime

上传时间

string

None.

CreateId

integer

None.

CreateName

创建人

string

None.

State

执行状态 0执行中 5执行完成

integer

None.

flag

0 导入年目标值 5导入月份明细

integer

None.

urlPath

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "fileName": "sample string 2",
  "ImportCount": 3,
  "ImportSuccess": 4,
  "ImportFail": 5,
  "ImportTime": "sample string 6",
  "CreateId": 7,
  "CreateName": "sample string 8",
  "State": 9,
  "flag": 10,
  "urlPath": "sample string 11"
}

application/xml, text/xml

Sample:
<crm_posUploadInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model.FMS3MPOS">
  <CreateId>7</CreateId>
  <CreateName>sample string 8</CreateName>
  <Id>1</Id>
  <ImportCount>3</ImportCount>
  <ImportFail>5</ImportFail>
  <ImportSuccess>4</ImportSuccess>
  <ImportTime>sample string 6</ImportTime>
  <State>9</State>
  <fileName>sample string 2</fileName>
  <flag>10</flag>
  <urlPath>sample string 11</urlPath>
</crm_posUploadInfo>

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

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.