POST 1.0/website/contacts/viewings

Description

No description available.

URI Parameters

None.

Name Description Type Additional information
PropertyID

integer

None.

ViewingDate

date

None.

SuppressAppointment

boolean

None.

Type

integer

Required

Notes

string

None.

BranchID

integer

Required

LastName

string

Required

FirstNames

string

Required

Title

string

Required

Email

string

Required

Telephone

string

Required

application/json, text/json

Sample:
{
  "propertyID": 1,
  "viewingDate": "2026-01-12T08:49:20.4827493+00:00",
  "suppressAppointment": true,
  "type": 4,
  "notes": "sample string 5",
  "branchID": 6,
  "lastName": "sample string 7",
  "firstNames": "sample string 8",
  "title": "sample string 9",
  "email": "sample string 10",
  "telephone": "sample string 11"
}

application/xml, text/xml

Sample:
<ViewingRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <BranchID>6</BranchID>
  <LastName>sample string 7</LastName>
  <FirstNames>sample string 8</FirstNames>
  <Title>sample string 9</Title>
  <Email>sample string 10</Email>
  <Telephone>sample string 11</Telephone>
  <Type>4</Type>
  <Notes>sample string 5</Notes>
  <PropertyID>1</PropertyID>
  <ViewingDate>2026-01-12T08:49:20.4827493+00:00</ViewingDate>
  <SuppressAppointment>true</SuppressAppointment>
</ViewingRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.