POST api/BankCaseVouCher/CollectList
Request Information
URI Parameters
None.
Body Parameters
CollectRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ExportType | integer |
None. |
|
| username | string |
None. |
|
| PageSize | integer |
None. |
|
| txtKey | string |
None. |
|
| PageIndex | integer |
None. |
|
| PlatformId | integer |
None. |
|
| BatchId | integer |
None. |
|
| StartDateTime | string |
None. |
|
| EndDateTime | string |
None. |
|
| UpStartTime | string |
None. |
|
| UpendTime | string |
None. |
|
| Company | string |
None. |
|
| SearchType | string |
None. |
|
| ExportColumns | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExportType": 1,
"username": "sample string 2",
"PageSize": 3,
"txtKey": "sample string 4",
"PageIndex": 5,
"PlatformId": 6,
"BatchId": 7,
"StartDateTime": "sample string 8",
"EndDateTime": "sample string 9",
"UpStartTime": "sample string 10",
"UpendTime": "sample string 11",
"Company": "sample string 12",
"SearchType": "sample string 13",
"ExportColumns": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<CollectRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.API">
<BatchId>7</BatchId>
<Company>sample string 12</Company>
<EndDateTime>sample string 9</EndDateTime>
<ExportColumns xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ExportColumns>
<ExportType>1</ExportType>
<PageIndex>5</PageIndex>
<PageSize>3</PageSize>
<PlatformId>6</PlatformId>
<SearchType>sample string 13</SearchType>
<StartDateTime>sample string 8</StartDateTime>
<UpStartTime>sample string 10</UpStartTime>
<UpendTime>sample string 11</UpendTime>
<txtKey>sample string 4</txtKey>
<username>sample string 2</username>
</CollectRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |