Skip to content

UpdateRecallIntervalRequestDto

← Recall DTO

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

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

Поля

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

Пример

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