CreateRecallRequestDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Recall/Requests/CreateRecallRequestDto.cs (core.businesslogicservice).
Также определён в:
integration.callcenternotification.
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
phoneContactId | number | да | — | int |
recallDate | string | null | нет | — | DateTime |
comments | string | null | нет | — | string? |
callCenterType | QueueTypeDto | да | — | QueueTypeDto |
externalType | ExternalTypeDto | null | нет | — | — |
externalId | number | null | нет | — | — |
category | RecallCategoryDto | null | нет | — | — |
Пример
json
{
"phoneContactId": 0,
"recallDate": "2026-05-05T08:00:00Z",
"comments": "string",
"callCenterType": "<QueueTypeDto>",
"externalType": "<externaltypedto>",
"externalId": 0,
"category": "<recallcategorydto>"
}