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": "e26a823d-cb8b-40c9-88c1-b26468f027ac",
"CreationDate": "2025-12-11T00:40:32.0561536+00:00",
"InteractionReference": "sample string 3",
"CommunicationId": "d723ac58-b16b-4e6b-b223-3782ebc7be50",
"InviteId": "6bf61dca-1ee8-475b-8c2a-e26bfb9b702d",
"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>d723ac58-b16b-4e6b-b223-3782ebc7be50</CommunicationId> <CreationDate>2025-12-11T00:40:32.0561536+00:00</CreationDate> <Id>e26a823d-cb8b-40c9-88c1-b26468f027ac</Id> <InteractionReference>sample string 3</InteractionReference> <InteractionType>Undefined</InteractionType> <InviteId>6bf61dca-1ee8-475b-8c2a-e26bfb9b702d</InviteId> <InviteKeyKey>sample string 6</InviteKeyKey> </CommunicationInteractionDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.