POST 17.0/database/contactemailengagements

Description

Create Contact Email Engagements

URI Parameters

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:25",
  "type": 64
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

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:25",
  "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:25:01.1865297+00:00</AddedDate>
  <Type>64</Type>
</ContactEmailEngagements>