POST 17.0/database/reportcontacts

Description

Create Report Contacts

URI Parameters

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": 1,
  "contactID": 1,
  "propertyID": 1,
  "altID": 1,
  "certificateID": 1,
  "addedDate": "2025-01-09T20:16"
}

application/xml, text/xml

Sample:
<ReportContactsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PCID>1</PCID>
  <ProcessID>1</ProcessID>
  <ContactID>1</ContactID>
  <PropertyID>1</PropertyID>
  <AltID>1</AltID>
  <CertificateID>1</CertificateID>
  <AddedDate>2025-01-09T20:16:40.2515892+00:00</AddedDate>
</ReportContactsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

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:16"
}

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:16:40.2672157+00:00</AddedDate>
</ReportContacts>