GET 17.0/database/contactreferences/{id}

Description

Retrieve Contact References

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

Name Description Type Additional information
ID

integer

None.

ContactID

integer

None.

RefereeID

integer

None.

TenancyID

integer

None.

AddedDate

date

None.

Response

byte

None.

ResponseDate

date

None.

Name

string

String length: inclusive between 0 and 50

Company

string

String length: inclusive between 0 and 50

PropertyName

string

String length: inclusive between 0 and 30

Street

string

String length: inclusive between 0 and 30

Locality

string

String length: inclusive between 0 and 30

Town

string

String length: inclusive between 0 and 30

Postcode

string

String length: inclusive between 0 and 30

Region

string

String length: inclusive between 0 and 30

Country

string

String length: inclusive between 0 and 30

CountryCode

integer

None.

Notes

string

None.

SiteID

integer

None.

Reference

string

String length: inclusive between 0 and 50

URL

string

String length: inclusive between 0 and 255

ReviewRequired

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "contactID": 2,
  "refereeID": 3,
  "tenancyID": 4,
  "addedDate": "2025-01-09T20:14",
  "response": 64,
  "responseDate": "2025-01-09T20:14",
  "name": "sample string 8",
  "company": "sample string 9",
  "propertyName": "sample string 10",
  "street": "sample string 11",
  "locality": "sample string 12",
  "town": "sample string 13",
  "postcode": "sample string 14",
  "region": "sample string 15",
  "country": "sample string 16",
  "countryCode": 17,
  "notes": "sample string 18",
  "siteID": 19,
  "reference": "sample string 20",
  "url": "sample string 21",
  "reviewRequired": 64
}

application/xml, text/xml

Sample:
<ContactReferences xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <ContactID>2</ContactID>
  <RefereeID>3</RefereeID>
  <TenancyID>4</TenancyID>
  <AddedDate>2025-01-09T20:14:13.6611687+00:00</AddedDate>
  <Response>64</Response>
  <ResponseDate>2025-01-09T20:14:13.6611687+00:00</ResponseDate>
  <Name>sample string 8</Name>
  <Company>sample string 9</Company>
  <PropertyName>sample string 10</PropertyName>
  <Street>sample string 11</Street>
  <Locality>sample string 12</Locality>
  <Town>sample string 13</Town>
  <Postcode>sample string 14</Postcode>
  <Region>sample string 15</Region>
  <Country>sample string 16</Country>
  <CountryCode>17</CountryCode>
  <Notes>sample string 18</Notes>
  <SiteID>19</SiteID>
  <Reference>sample string 20</Reference>
  <URL>sample string 21</URL>
  <ReviewRequired>64</ReviewRequired>
</ContactReferences>