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-07-10T03:11:09.039938+02:00",
"to": "aaa1cd81-de37-4d2a-b1eb-57a145fb5fad",
"from": "db89831b-a978-4048-85a8-706e4b4b8a6c",
"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.