/api/post-v1-public-livechat-messages-d18ed64a0c
Войти
Все методы Public Live Chat WidgetPublicLiveChatWidgetController
manifest 0.0.0.118 • 1 июн. 2026 г., 13:50
POST/v1/public/livechat/messagesAnonymous

POST messages

Маршрут POST /v1/public/livechat/messages из PublicLiveChatWidgetController. Детализация собрана из API manifest gateway.

Operation ID
PublicLiveChatWidgetController.sendMessage.POST.v1_public_livechat_messages
Handler
cdp.gateway.cdp_gateway.livechat.controller.PublicLiveChatWidgetController#sendMessage
Consumes
Produces
Параметры0
Request bodyPublicLiveChatMessageRequestDTO
Response bodyResponseWrapper<Object>
Request map

Маршрут и контракт запроса

POST/v1/public/livechat/messages
Path segments
v1publiclivechatmessages
Security
isAnonymous()
Parameters

Параметры

У метода нет параметров.
Request / Response

Тела запроса и ответа

Request bodyPublicLiveChatMessageRequestDTO
Nullable: Нет
PublicLiveChatMessageRequestDTO
object • PublicLiveChatMessageRequestDTO
companyUuid
String
required • not-null
projectUuid
String
required • not-null
itemUuid
String
required • not-null
conversationUuid
String
required • not-null
visitorUuid
String
required • not-null
text
String
required • not-null
idempotencyKey
String
optional • nullable
Response bodyResponseWrapper<Object>
Nullable: Нет
ResponseWrapper<Object>
object • ResponseWrapper<Object>
success
boolean
required • not-null
data
T
optional • nullable
error
CdpErrorResponse
optional • nullable • schema=CdpErrorResponse
CdpErrorResponse
object • CdpErrorResponse
errorId
String
required • not-null
code
String
required • not-null
message
String
required • not-null
details
Map<String, Object>
optional • not-null
fieldErrors
List<CdpFieldError>
optional • not-null
timestamp
long
optional • not-null
meta
Map<String, Object>
optional • not-null