POST api/live/chat
Request Information
URI Parameters
None.
Body Parameters
ChatItemDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Timestamp | date |
None. |
|
| To | globally unique identifier |
None. |
|
| From | globally unique identifier |
None. |
|
| Text | string |
None. |
|
| AnswerOptions | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"timestamp": "2026-03-09T10:50:42.4708753+01:00",
"to": "74a37263-996f-44f5-87c4-34e75984affe",
"from": "ef714f32-8400-434c-8715-16689d08e58a",
"text": "sample string 2",
"answerOptions": [
"sample string 1",
"sample string 2"
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.