GET 17.0/app/tenancy/offer/{contactid}/contact

Description

Retrieves a pre-tenancy offer item by contact ID.

URI Parameters

Name Description Type Additional information
contactId

The ID of the contact/tenant to retrieve the offer for.

integer

Required

None.

None.

An OfferItem containing the offer details, or a bad request if invalid.

Name Description Type Additional information
Amount

decimal number

None.

Notes

string

None.

PropertyId

integer

None.

application/json, text/json

Sample:
{
  "amount": 1.0,
  "notes": "sample string 2",
  "propertyId": 3
}

application/xml, text/xml

Sample:
<OfferPropertyItem xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Amount>1</Amount>
  <Notes>sample string 2</Notes>
  <PropertyId>3</PropertyId>
</OfferPropertyItem>