PUT 17.0/database/contactemailengagements/{contactemailid}/{addeddate}

Description

Update existing Contact Email Engagements

URI Parameters

Name Description Type Additional information
contactEmailID

integer

Required

addedDate

date

Required

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