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": "a7b9b932-ea17-4ab9-b772-fc3011a41a2b",
"CreationDate": "2025-12-11T00:40:27.1500366+00:00",
"InteractionReference": "sample string 3",
"CommunicationId": "7c18d24c-9e15-414d-91ee-c5ddd2934413",
"InviteId": "68c7ab78-713f-41ae-9b72-2fe6f7dcd2ac",
"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>7c18d24c-9e15-414d-91ee-c5ddd2934413</CommunicationId> <CreationDate>2025-12-11T00:40:27.1500366+00:00</CreationDate> <Id>a7b9b932-ea17-4ab9-b772-fc3011a41a2b</Id> <InteractionReference>sample string 3</InteractionReference> <InteractionType>Undefined</InteractionType> <InviteId>68c7ab78-713f-41ae-9b72-2fe6f7dcd2ac</InviteId> <InviteKeyKey>sample string 6</InviteKeyKey> </CommunicationInteractionDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.