GET 17.0/app/tenancy/{tenancyid}/depositpretenancy

Description

Retrieves the pre-tenancy deposit amount for the specified tenancy.

URI Parameters

Name Description Type Additional information
tenancyId

The ID of the tenancy to query.

integer

Required

None.

None.

An IHttpActionResult containing the holding deposit amount on success, or a bad request (HTTP 400) on validation or record not found errors.

Name Description Type Additional information
HoldingDeposit

decimal number

None.

application/json, text/json

Sample:
{
  "holdingDeposit": 1.0
}

application/xml, text/xml

Sample:
<PreTenancyHoldingDeposit xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <HoldingDeposit>1</HoldingDeposit>
</PreTenancyHoldingDeposit>