PUT api/UserApplication/UpdateLeaseDetails

Request Information

URI Parameters

None.

Body Parameters

LeaseModel
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LeaseModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.