POST api/UrgeRecord/GetCaseUrgeRecordList
Request Information
URI Parameters
None.
Body Parameters
UrgeRecordApiVm| Name | Description | Type | Additional information |
|---|---|---|---|
| BankCaseID | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| OrderBy | string |
None. |
|
| OrderSequence | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BankCaseID": "sample string 1",
"PageSize": 2,
"PageIndex": 3,
"OrderBy": "sample string 4",
"OrderSequence": "sample string 5"
}
application/xml, text/xml
Sample:
<UrgeRecordApiVm 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 4</OrderBy> <OrderSequence xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">sample string 5</OrderSequence> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">3</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Condition">2</PageSize> <BankCaseID>sample string 1</BankCaseID> </UrgeRecordApiVm>
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. |