Skip to content

CreateRecallByPhoneRequestDto

← Recall DTO

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

Поля

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

Пример

json
{
  "phone": "+49123456789",
  "recallDate": "2026-05-05T08:00:00Z",
  "comments": "string",
  "callCenterType": "<QueueTypeDto>"
}