UpdateRecallIntervalRequestDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Recall/Requests/UpdateRecallIntervalRequestDto.cs (core.businesslogicservice).
Также определён в:
integration.callcenternotification.
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
id | number | да | Identifier | int |
startTime | string | да | Start from | TimeOnly |
endTime | string | да | End to | TimeOnly |
Пример
json
{
"id": 0,
"startTime": "2026-05-05T08:00:00Z",
"endTime": "2026-05-05T08:00:00Z"
}