GET 17.0/database/contactemails/defaultmodel

Description

Get a Contact Emails model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ID

integer

None.

ContactID

integer

None.

EmailID

integer

None.

Subject

string

String length: inclusive between 0 and 255

Body

string

None.

FileName

string

String length: inclusive between 0 and 255

UserID

integer

None.

PropertyID

integer

None.

WorkOrderID

integer

None.

PropertyOfferID

integer

None.

CertificateID

integer

None.

TenancyID

integer

None.

ContactTaskID

integer

None.

BatchID

integer

None.

Status

byte

None.

StatusDate

date

None.

Type

byte

None.

AlwaysShowAtTop

byte

None.

AddedDate

date

None.

LegacyAttachments

string

None.

HighPriority

byte

None.

ReadReceiptRequested

byte

None.

ExternalID

string

String length: inclusive between 0 and 100

EngagementID

string

String length: inclusive between 0 and 100

application/json, text/json

Sample:
{
  "id": 1,
  "contactID": 2,
  "emailID": 3,
  "subject": "sample string 4",
  "body": "sample string 5",
  "fileName": "sample string 6",
  "userID": 7,
  "propertyID": 8,
  "workOrderID": 9,
  "propertyOfferID": 10,
  "certificateID": 11,
  "tenancyID": 12,
  "contactTaskID": 13,
  "batchID": 14,
  "status": 64,
  "statusDate": "2025-01-09T20:30",
  "type": 64,
  "alwaysShowAtTop": 64,
  "addedDate": "2025-01-09T20:30",
  "legacyAttachments": "sample string 20",
  "highPriority": 64,
  "readReceiptRequested": 64,
  "externalID": "sample string 23",
  "engagementID": "sample string 24"
}

application/xml, text/xml

Sample:
<ContactEmails xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <ContactID>2</ContactID>
  <EmailID>3</EmailID>
  <Subject>sample string 4</Subject>
  <Body>sample string 5</Body>
  <FileName>sample string 6</FileName>
  <UserID>7</UserID>
  <PropertyID>8</PropertyID>
  <WorkOrderID>9</WorkOrderID>
  <PropertyOfferID>10</PropertyOfferID>
  <CertificateID>11</CertificateID>
  <TenancyID>12</TenancyID>
  <ContactTaskID>13</ContactTaskID>
  <BatchID>14</BatchID>
  <Status>64</Status>
  <StatusDate>2025-01-09T20:30:37.869488+00:00</StatusDate>
  <Type>64</Type>
  <AlwaysShowAtTop>64</AlwaysShowAtTop>
  <AddedDate>2025-01-09T20:30:37.869488+00:00</AddedDate>
  <LegacyAttachments>sample string 20</LegacyAttachments>
  <HighPriority>64</HighPriority>
  <ReadReceiptRequested>64</ReadReceiptRequested>
  <ExternalID>sample string 23</ExternalID>
  <EngagementID>sample string 24</EngagementID>
</ContactEmails>