POST api/communicationinteractions
Creates a communication interaction from the given .
Request Information
URI Parameters
None.
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": "39252577-711a-4f05-9934-e5df5f07861e",
"CreationDate": "2025-12-11T00:41:46.2219198+00:00",
"InteractionReference": "sample string 3",
"CommunicationId": "8e188811-0e3d-417d-8624-df76cbf7065d",
"InviteId": "2d51e464-3565-469c-82e3-fb260c8e5be3",
"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>8e188811-0e3d-417d-8624-df76cbf7065d</CommunicationId> <CreationDate>2025-12-11T00:41:46.2219198+00:00</CreationDate> <Id>39252577-711a-4f05-9934-e5df5f07861e</Id> <InteractionReference>sample string 3</InteractionReference> <InteractionType>Undefined</InteractionType> <InviteId>2d51e464-3565-469c-82e3-fb260c8e5be3</InviteId> <InviteKeyKey>sample string 6</InviteKeyKey> </CommunicationInteractionDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.