POST api/Batch/GetAccountBankCaseBatchList
Request Information
URI Parameters
None.
Body Parameters
AccountBankCaseBatchApiVm| Name | Description | Type | Additional information |
|---|---|---|---|
| CreateUser | integer |
None. |
|
| BatchName | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| OrderBy | string |
None. |
|
| OrderSequence | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreateUser": 1,
"BatchName": "sample string 2",
"PageSize": 3,
"PageIndex": 4,
"OrderBy": "sample string 5",
"OrderSequence": "sample string 6"
}
application/xml, text/xml
Sample:
<AccountBankCaseBatchApiVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.API"> <OrderBy xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">sample string 5</OrderBy> <OrderSequence xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">sample string 6</OrderSequence> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">4</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">3</PageSize> <BatchName>sample string 2</BatchName> <CreateUser>1</CreateUser> </AccountBankCaseBatchApiVm>
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. |