Skip to content

CreateRecallIntervalRequestDto

← Recall DTO

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

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
startTimestringдаStart fromTimeOnly
endTimestringдаEnd toTimeOnly

Пример

json
{
  "startTime": "2026-05-05T08:00:00Z",
  "endTime": "2026-05-05T08:00:00Z"
}