GET 17.0/database/reportcontacts/defaultmodel

Description

Get a Report Contacts model with default values

URI Parameters

None.

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

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:37:34.8274785+00:00</AddedDate>
</ReportContacts>