POST api/Financial/GetTabFinancialResult
Request Information
URI Parameters
None.
Body Parameters
FinancialRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DepId | integer |
None. |
|
| DelegateInfoId | integer |
None. |
|
| OverdueAge | string |
None. |
|
| IsNew | integer |
None. |
|
| DateStart | string |
None. |
|
| tabsel | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DepId": 1,
"DelegateInfoId": 2,
"OverdueAge": "sample string 3",
"IsNew": 1,
"DateStart": "sample string 4",
"tabsel": "sample string 5"
}
application/xml, text/xml
Sample:
<FinancialRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModel.Request.Collect"> <DateStart>sample string 4</DateStart> <DelegateInfoId>2</DelegateInfoId> <DepId>1</DepId> <IsNew>1</IsNew> <OverdueAge>sample string 3</OverdueAge> <tabsel>sample string 5</tabsel> </FinancialRequest>
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. |