POST api/Properties/GetRental_AgreementManagerHistory_RentalManagerPanel
Request Information
URI Parameters
None.
Body Parameters
GetRental_AgreementManagerHistory_RentalManagerPanel_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| RentalAgreementID | integer |
Range: inclusive between 0 and 2147483647 |
|
| UserProfileID | integer |
Range: inclusive between 0 and 2147483647 |
|
| PageNumber | integer |
Range: inclusive between 1 and 2147483647 |
|
| PageSize | integer |
Range: inclusive between 1 and 100 |
Request Formats
application/json, text/json
Sample:
{
"RentalAgreementID": 1,
"UserProfileID": 2,
"PageNumber": 3,
"PageSize": 4
}
application/xml, text/xml
Sample:
<GetRental_AgreementManagerHistory_RentalManagerPanel_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Model.PropertyModule.RentModule"> <PageNumber>3</PageNumber> <PageSize>4</PageSize> <RentalAgreementID>1</RentalAgreementID> <UserProfileID>2</UserProfileID> </GetRental_AgreementManagerHistory_RentalManagerPanel_Model>
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>