UpdateDocumentTemplateRequestDto
Backend-источник: features.documentgenerationservice/Features.DocumentGenerationService/Nuget.DocumentApiClient/Dto/Requests/UpdateDocumentTemplateRequestDto.cs (features.documentgenerationservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
templateId | number | да | — | int |
templateType | DocumentTemplateTypeDto | да | — | DocumentTemplateTypeDto |
templateFile | File | Blob | null | нет | — | IFormFile? |
Пример
json
{
"templateId": 0,
"templateType": "<DocumentTemplateTypeDto>",
"templateFile": "<file | blob>"
}