POST api/communicationinteractions/key/{key}
Updates the personal details based on the given using the .
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
Body Parameters
CommunicationInteractionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreationDate | date |
None. |
|
| InteractionReference | string |
None. |
|
| CommunicationId | globally unique identifier |
None. |
|
| InviteId | globally unique identifier |
None. |
|
| InteractionType | InteractionDtoType |
None. |
|
| InviteKeyKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "c23004d6-f80a-4905-945a-5f207e7391a2",
"CreationDate": "2026-01-10T10:23:49.3080715+00:00",
"InteractionReference": "sample string 3",
"CommunicationId": "5a5fca99-bc2c-49df-9a11-0a7334760387",
"InviteId": "031e993d-3a5c-45d3-abce-fa47cb05a3d2",
"InteractionType": 0,
"InviteKeyKey": "sample string 6"
}
application/xml, text/xml
Sample:
<CommunicationInteractionDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.EventManagement.Models"> <CommunicationId>5a5fca99-bc2c-49df-9a11-0a7334760387</CommunicationId> <CreationDate>2026-01-10T10:23:49.3080715+00:00</CreationDate> <Id>c23004d6-f80a-4905-945a-5f207e7391a2</Id> <InteractionReference>sample string 3</InteractionReference> <InteractionType>Undefined</InteractionType> <InviteId>031e993d-3a5c-45d3-abce-fa47cb05a3d2</InviteId> <InviteKeyKey>sample string 6</InviteKeyKey> </CommunicationInteractionDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.