GET 17.0/app/tenancy/offer/{propertyid}/property

Description

Retrieves a pre-tenancy offer item by property ID.

URI Parameters

Name Description Type Additional information
propertyId

The ID of the property to retrieve the offer for.

integer

Required

None.

None.

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

Name Description Type Additional information
Amount

decimal number

None.

Notes

string

None.

ContactId

integer

None.

application/json, text/json

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

application/xml, text/xml

Sample:
<OfferContactItem 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>
  <ContactId>3</ContactId>
</OfferContactItem>