GET 17.0/database/contactemailengagements/defaultmodel

Description

Get a Contact Email Engagements model with default values

URI Parameters

None.

None.

None.

Name Description Type Additional information
ContactEmailID

integer

None.

AddedDate

date

None.

Type

byte

None.

application/json, text/json

Sample:
{
  "contactEmailID": 1,
  "addedDate": "2025-01-09T20:15",
  "type": 64
}

application/xml, text/xml

Sample:
<ContactEmailEngagements xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactEmailID>1</ContactEmailID>
  <AddedDate>2025-01-09T20:15:37.9222089+00:00</AddedDate>
  <Type>64</Type>
</ContactEmailEngagements>