POST api/Tools/ListOfRentMaster
Request Information
URI Parameters
None.
Body Parameters
ListOfRentMasterInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCode | string |
None. |
|
| StatusCode | string |
None. |
|
| BasedOnPeriod | string |
None. |
|
| ShowFilterCode | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| LocationLike | string |
None. |
|
| DownloadReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"BranchCode": "sample string 4",
"StatusCode": "sample string 5",
"BasedOnPeriod": "sample string 6",
"ShowFilterCode": "sample string 7",
"StartDate": 8,
"EndDate": 9,
"LocationLike": "sample string 10",
"DownloadReport": true
}
application/xml, text/xml
Sample:
<ListOfRentMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BasedOnPeriod>sample string 6</BasedOnPeriod> <BranchCode>sample string 4</BranchCode> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>9</EndDate> <LocationLike>sample string 10</LocationLike> <ShowFilterCode>sample string 7</ShowFilterCode> <StartDate>8</StartDate> <StatusCode>sample string 5</StatusCode> <UserInternalCode>sample string 3</UserInternalCode> </ListOfRentMasterInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |