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-09-08T03:13:52.9005925+02:00",
"to": "ece3da0e-9027-4bf5-bd6b-76f72726a7e5",
"from": "a919bcfc-855a-4a32-84b4-ed15b14c8c98",
"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.