Skip to content

CreateClientRequestClientDto

← Client DTO

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

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
partnerIdnumber | nullнетint?
socialServicesOfficeIdnumber | nullнетint?
firstNamestringдаstring
lastNamestringдаstring
startCareDatestring | nullнетDateOnly?
severityLevelSeverityLevelDto | nullнетSeverityLevelDto?
clientStatusClientStatusDtoдаClientStatusDto
birthdatestring | nullнетDateOnly?
gendernumber | nullнетint?
careServiceTypesCareServiceTypeDto[]даList<CareServiceTypeDto>
hasPetsboolean | nullнетbool?
callViaRelativesboolean | nullнетbool?
hasHearingProblemsboolean | nullнетbool?
assistanceTypesnumber[]даList<int>
commentForCallCenterstring | nullнетstring?
commentForEmployeestring | nullнетstring?
commentForAdministrationstring | nullнетstring?
emailstring | nullнетstring?
preferredMailingTypesPreferredMailingTypeDto[]даList<PreferredMailingTypeDto>
addressCreateClientRequestAddressDto | nullнетCreateClientRequestAddressDto?
insuranceCreateClientRequestInsuranceDto | nullнетCreateClientRequestInsuranceDto?
referralCreateClientRequestClientReferralSourceDto | nullнетCreateClientRequestClientReferralSourceDto?

Пример

json
{
  "partnerId": 0,
  "socialServicesOfficeId": 0,
  "firstName": "string",
  "lastName": "string",
  "startCareDate": "2026-05-05T08:00:00Z",
  "severityLevel": "<severityleveldto>",
  "clientStatus": "<ClientStatusDto>",
  "birthdate": "2026-05-05T08:00:00Z",
  "gender": 0,
  "careServiceTypes": [],
  "hasPets": false,
  "callViaRelatives": false,
  "hasHearingProblems": false,
  "assistanceTypes": [],
  "commentForCallCenter": "string",
  "commentForEmployee": "string",
  "commentForAdministration": "string",
  "email": "user@example.com",
  "preferredMailingTypes": [],
  "address": "<createclientrequestaddressdto>",
  "insurance": "<createclientrequestinsurancedto>",
  "referral": "<createclientrequestclientreferralsourcedto>"
}