Skip to content

InsuranceDto

← Client DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
idnumberдаint
numberstring | nullнетstring?
typeInsuranceTypeDto | nullнетInsuranceTypeDto?
clientIdnumberдаint
insuranceCompanyIdnumber | nullнетint?
coveragePercentagenumber | nullнетdouble?
paymentTypestring | nullнетstring?
insuranceCompanyInsuranceCompanyDto | nullнетInsuranceCompanyDto?

Пример

json
{
  "id": 0,
  "number": "string",
  "type": "<insurancetypedto>",
  "clientId": 0,
  "insuranceCompanyId": 0,
  "coveragePercentage": 0,
  "paymentType": "string",
  "insuranceCompany": "<insurancecompanydto>"
}