UpdateClientPartialInsuranceRequestDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Client/Requests/UpdatePartial/UpdateClientPartialInsuranceRequestDto.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
number | string | null | нет | — | string? |
type | InsuranceTypeDto | null | нет | — | InsuranceTypeDto? |
insuranceCompanyId | number | null | нет | — | int? |
coveragePercentage | number | null | нет | — | double? |
paymentType | string | null | нет | — | string? |
Пример
json
{
"number": "string",
"type": "<insurancetypedto>",
"insuranceCompanyId": 0,
"coveragePercentage": 0,
"paymentType": "string"
}