PUT api/communicationinteractions/{id}
Updates a communication interaction from the given .
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the resource. |
globally unique identifier |
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": "2f9c730e-a5b9-4355-9372-0f95424c587f",
"CreationDate": "2026-01-09T14:09:15.1205382+00:00",
"InteractionReference": "sample string 3",
"CommunicationId": "49d1b28d-36cb-47a1-92ed-a6abe6b6cdac",
"InviteId": "462cea62-1220-43d3-86cd-f830243d7cec",
"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>49d1b28d-36cb-47a1-92ed-a6abe6b6cdac</CommunicationId> <CreationDate>2026-01-09T14:09:15.1205382+00:00</CreationDate> <Id>2f9c730e-a5b9-4355-9372-0f95424c587f</Id> <InteractionReference>sample string 3</InteractionReference> <InteractionType>Undefined</InteractionType> <InviteId>462cea62-1220-43d3-86cd-f830243d7cec</InviteId> <InviteKeyKey>sample string 6</InviteKeyKey> </CommunicationInteractionDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.