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": "af13aa52-4d07-450e-9cbe-06821a217e7a",
"CreationDate": "2026-01-09T14:10:36.5336446+00:00",
"InteractionReference": "sample string 3",
"CommunicationId": "8def7478-05b0-46b9-bd79-46a867958491",
"InviteId": "10e949f1-4216-4de1-9a12-18d94e9e7381",
"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>8def7478-05b0-46b9-bd79-46a867958491</CommunicationId> <CreationDate>2026-01-09T14:10:36.5336446+00:00</CreationDate> <Id>af13aa52-4d07-450e-9cbe-06821a217e7a</Id> <InteractionReference>sample string 3</InteractionReference> <InteractionType>Undefined</InteractionType> <InviteId>10e949f1-4216-4de1-9a12-18d94e9e7381</InviteId> <InviteKeyKey>sample string 6</InviteKeyKey> </CommunicationInteractionDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.