Skip to content

CreateRecallRequestDto

← Recall DTO

Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Recall/Requests/CreateRecallRequestDto.cs (core.businesslogicservice).

Также определён в: integration.callcenternotification.

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
phoneContactIdnumberдаint
recallDatestringдаDateTime
commentsstring | nullнетstring?
callCenterTypeQueueTypeDtoдаQueueTypeDto

Пример

json
{
  "phoneContactId": 0,
  "recallDate": "2026-05-05T08:00:00Z",
  "comments": "string",
  "callCenterType": "<QueueTypeDto>"
}