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": "70994055-ab8d-4eca-869f-1eef2eb70052",
"CreationDate": "2026-01-10T10:23:44.7986605+00:00",
"InteractionReference": "sample string 3",
"CommunicationId": "4c209710-51bb-41c6-918b-4e8f001998b8",
"InviteId": "75b78daf-c3e2-457f-8a69-60eb3639d0f8",
"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>4c209710-51bb-41c6-918b-4e8f001998b8</CommunicationId> <CreationDate>2026-01-10T10:23:44.7986605+00:00</CreationDate> <Id>70994055-ab8d-4eca-869f-1eef2eb70052</Id> <InteractionReference>sample string 3</InteractionReference> <InteractionType>Undefined</InteractionType> <InviteId>75b78daf-c3e2-457f-8a69-60eb3639d0f8</InviteId> <InviteKeyKey>sample string 6</InviteKeyKey> </CommunicationInteractionDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.