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