PUT api/UserApplication/UpdateYSLeaseDetails
Request Information
URI Parameters
None.
Body Parameters
LeaseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantUnitId | integer |
None. |
|
| RefProspectQuoteId | integer |
None. |
|
| Status | integer |
None. |
|
| Result | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"tenantUnitId": 1,
"refProspectQuoteId": 2,
"status": 3,
"result": 4
}
application/xml, text/xml
Sample:
<LeaseModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TenantUnitId>1</TenantUnitId> <RefProspectQuoteId>2</RefProspectQuoteId> <Status>3</Status> <Result>4</Result> </LeaseModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.