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": "0ffe7647-8148-4a7a-ad79-3ef37739b668",
"CreationDate": "2026-01-09T14:08:45.0881316+00:00",
"InteractionReference": "sample string 3",
"CommunicationId": "e216534b-3488-4023-bb71-da7704fafc83",
"InviteId": "2c552d75-beb2-4141-b3c7-5e48f403d74c",
"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>e216534b-3488-4023-bb71-da7704fafc83</CommunicationId> <CreationDate>2026-01-09T14:08:45.0881316+00:00</CreationDate> <Id>0ffe7647-8148-4a7a-ad79-3ef37739b668</Id> <InteractionReference>sample string 3</InteractionReference> <InteractionType>Undefined</InteractionType> <InviteId>2c552d75-beb2-4141-b3c7-5e48f403d74c</InviteId> <InviteKeyKey>sample string 6</InviteKeyKey> </CommunicationInteractionDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.