GET 17.0/app/appointments/{id}/letterrecords

Description

Retrieves the relevant contact and property id for writing letters about the passed appointment

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

Name Description Type Additional information
ContactId

integer

None.

PropertyId

integer

None.

application/json, text/json

Sample:
{
  "contactId": 1,
  "propertyId": 2
}

application/xml, text/xml

Sample:
<AppointmentLetterRecords xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactId>1</ContactId>
  <PropertyId>2</PropertyId>
</AppointmentLetterRecords>