POST api/BankCaseAI/GetBankCaseAIList
Request Information
URI Parameters
None.
Body Parameters
BUSBatchRecordRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchContent | string |
None. |
|
| IsDone | integer |
None. |
|
| IsSubmit | integer |
None. |
|
| Operator | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| OrderBy | string |
None. |
|
| OrderSequence | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchContent": "sample string 1",
"IsDone": 1,
"IsSubmit": 1,
"Operator": "sample string 2",
"PageSize": 3,
"PageIndex": 4,
"OrderBy": "sample string 5",
"OrderSequence": "sample string 6"
}
application/xml, text/xml
Sample:
<BUSBatchRecordRequest 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> <IsDone>1</IsDone> <IsSubmit>1</IsSubmit> <Operator>sample string 2</Operator> <SearchContent>sample string 1</SearchContent> </BUSBatchRecordRequest>
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. |