Skip to content

ClientDto

← Client DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
idnumberдаint
genderGenderParam | nullнетGenderParam?
firstNamestringдаstring
lastNamestringдаstring
birthdatestring | nullнетDateOnly?
careServiceTypesCareServiceTypeDto[]даList<CareServiceTypeDto>?
assistanceTypesAssistanceTypeDto[]даList<AssistanceTypeDto>
clientStatusClientStatusDtoдаClientStatusDto
applicationStatusApplicationStatusDto | nullнетApplicationStatusDto?
severityLevelSeverityLevelDto | nullнетSeverityLevelDto?
startCareDatestring | nullнетDateOnly?
endCareDatestring | nullнетDateOnly?
hoursPerWeeknumber | nullнетushort?
careConsultationboolean | nullнетbool?
hasPetsboolean | nullнетbool?
hasHearingProblemsboolean | nullнетbool?
callViaRelativesboolean | nullнетbool?
commentForCallCenterstring | nullнетstring?
commentForEmployeestring | nullнетstring?
commentForAdministrationstring | nullнетstring?
allQuestionsAnsweredbooleanдаbool
preferredMailingTypesPreferredMailingTypeDto[]даList<PreferredMailingTypeDto>
partnerIdnumber | nullнетint?
sourceTypeSourceTypeDto | nullнетSourceTypeDto?
isDiedbooleanдаbool
notClientReasonNotClientReasonDto | nullнетNotClientReasonDto?
addressClientAddressDto | nullнетClientAddressDto?
insuranceInsuranceDto | nullнетInsuranceDto?
phoneLinkContactsPhoneLinkContactDto[]даList<PhoneLinkContactDto>
emailLinkContactsEmailLinkContactDto[]даList<EmailLinkContactDto>
referralClientReferralSourceDto | nullнетClientReferralSourceDto?

Пример

json
{
  "id": 0,
  "gender": "<genderparam>",
  "firstName": "string",
  "lastName": "string",
  "birthdate": "2026-05-05T08:00:00Z",
  "careServiceTypes": [],
  "assistanceTypes": [],
  "clientStatus": "<ClientStatusDto>",
  "applicationStatus": "<applicationstatusdto>",
  "severityLevel": "<severityleveldto>",
  "startCareDate": "2026-05-05T08:00:00Z",
  "endCareDate": "2026-05-05T08:00:00Z",
  "hoursPerWeek": 0,
  "careConsultation": false,
  "hasPets": false,
  "hasHearingProblems": false,
  "callViaRelatives": false,
  "commentForCallCenter": "string",
  "commentForEmployee": "string",
  "commentForAdministration": "string",
  "allQuestionsAnswered": false,
  "preferredMailingTypes": [],
  "partnerId": 0,
  "sourceType": "<sourcetypedto>",
  "isDied": false,
  "notClientReason": "<notclientreasondto>",
  "address": "<clientaddressdto>",
  "insurance": "<insurancedto>",
  "phoneLinkContacts": [],
  "emailLinkContacts": [],
  "referral": "<clientreferralsourcedto>"
}