GET 17.0/database/reportcontacts/{pcid}/{processid}/{contactid}/{propertyid}/{altid}/{certificateid}

Description

Retrieve Report Contacts

URI Parameters

Name Description Type Additional information
pcid

integer

Required

processID

integer

Required

contactID

integer

Required

propertyID

integer

Required

altID

integer

Required

certificateID

integer

Required

None.

None.

Name Description Type Additional information
PCID

integer

None.

ProcessID

integer

None.

ContactID

integer

None.

PropertyID

integer

None.

AltID

integer

None.

CertificateID

integer

None.

AddedDate

date

None.

application/json, text/json

Sample:
{
  "pcid": 1,
  "processID": 2,
  "contactID": 3,
  "propertyID": 4,
  "altID": 5,
  "certificateID": 6,
  "addedDate": "2025-01-09T20:15"
}

application/xml, text/xml

Sample:
<ReportContacts xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PCID>1</PCID>
  <ProcessID>2</ProcessID>
  <ContactID>3</ContactID>
  <PropertyID>4</PropertyID>
  <AltID>5</AltID>
  <CertificateID>6</CertificateID>
  <AddedDate>2025-01-09T20:15:35.2659526+00:00</AddedDate>
</ReportContacts>