POST api/Properties/Get_HistoricalPropertyRental_ExpenseInvoices_AND_RentalInvoices
Request Information
URI Parameters
None.
Body Parameters
HistoricalPropertyRental_ExpenseInvoices_AND_RentalInvoices| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| LocationID | integer |
None. |
|
| ExpensePageNumber | integer |
None. |
|
| RentPageNumber | integer |
None. |
|
| InvoiceNo | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| AmountFrom | decimal number |
None. |
|
| AmountTo | decimal number |
None. |
|
| MonthsIDs | Collection of integer |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"LocationID": 2,
"ExpensePageNumber": 3,
"RentPageNumber": 4,
"InvoiceNo": "sample string 5",
"FromDate": "2026-04-06T21:37:58.2321912-05:00",
"ToDate": "2026-04-06T21:37:58.2321912-05:00",
"AmountFrom": 1.0,
"AmountTo": 1.0,
"MonthsIDs": [
1,
1
],
"Type": "sample string 6"
}
application/xml, text/xml
Sample:
<HistoricalPropertyRental_ExpenseInvoices_AND_RentalInvoices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Model.PropertyModule">
<AmountFrom>1</AmountFrom>
<AmountTo>1</AmountTo>
<ExpensePageNumber>3</ExpensePageNumber>
<FromDate>2026-04-06T21:37:58.2321912-05:00</FromDate>
<InvoiceNo>sample string 5</InvoiceNo>
<LocationID>2</LocationID>
<MonthsIDs xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
</MonthsIDs>
<RentPageNumber>4</RentPageNumber>
<ToDate>2026-04-06T21:37:58.2321912-05:00</ToDate>
<Type>sample string 6</Type>
<UserID>1</UserID>
</HistoricalPropertyRental_ExpenseInvoices_AND_RentalInvoices>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ResultStatus |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Generics"> <Data /> <Message>sample string 1</Message> <Status>Success</Status> </Result>