Skip to content

ShiftRecallToDateRequestDto

← Recall DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
phoneNumberstringдаstring
callBackDateTimestringдаDateTime

Пример

json
{
  "phoneNumber": "+49123456789",
  "callBackDateTime": "2026-05-05T08:00:00Z"
}