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": "51ea0377-cf9f-427d-b53e-36221928bb22",
"CreationDate": "2026-01-10T00:55:55.960071+00:00",
"InteractionReference": "sample string 3",
"CommunicationId": "fd00b886-1f18-4940-b5b6-b957213a196a",
"InviteId": "b1666acc-e7ab-466d-94f9-bdb9d05c9d72",
"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>fd00b886-1f18-4940-b5b6-b957213a196a</CommunicationId> <CreationDate>2026-01-10T00:55:55.960071+00:00</CreationDate> <Id>51ea0377-cf9f-427d-b53e-36221928bb22</Id> <InteractionReference>sample string 3</InteractionReference> <InteractionType>Undefined</InteractionType> <InviteId>b1666acc-e7ab-466d-94f9-bdb9d05c9d72</InviteId> <InviteKeyKey>sample string 6</InviteKeyKey> </CommunicationInteractionDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.