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": "fde4add8-b439-45ff-adbe-07755a4558e3",
"CreationDate": "2026-01-10T00:48:24.5324485+00:00",
"InteractionReference": "sample string 3",
"CommunicationId": "67ea9985-7437-48ce-bd1f-4bcb57602ade",
"InviteId": "78bebb58-cff1-40ac-9b73-dbe9e81bf4c2",
"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>67ea9985-7437-48ce-bd1f-4bcb57602ade</CommunicationId> <CreationDate>2026-01-10T00:48:24.5324485+00:00</CreationDate> <Id>fde4add8-b439-45ff-adbe-07755a4558e3</Id> <InteractionReference>sample string 3</InteractionReference> <InteractionType>Undefined</InteractionType> <InviteId>78bebb58-cff1-40ac-9b73-dbe9e81bf4c2</InviteId> <InviteKeyKey>sample string 6</InviteKeyKey> </CommunicationInteractionDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.