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": "2025-12-30T23:38:21.9708186+01:00",
"to": "bd951695-910f-422a-8e56-21807429022b",
"from": "db9658ee-068a-4497-939b-f80a59c40a90",
"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.