UpdateClientPartialRequestDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Client/Requests/UpdatePartial/UpdateClientPartialRequestDto.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
id | number | да | — | int |
gender | GenderParam | null | нет | — | GenderParam? |
firstName | string | null | нет | — | string? |
lastName | string | null | нет | — | string? |
birthdate | string | null | нет | — | DateOnly? |
careServiceTypes | CareServiceTypeDto[] | да | — | List<CareServiceTypeDto>? |
assistanceTypes | AssistanceTypeDto[] | да | — | List<AssistanceTypeDto>? |
clientStatus | ClientStatusDto | null | нет | — | ClientStatusDto? |
applicationStatus | ApplicationStatusDto | null | нет | — | ApplicationStatusDto? |
severityLevel | SeverityLevelDto | null | нет | — | SeverityLevelDto? |
startCareDate | string | null | нет | — | DateOnly? |
endCareDate | string | null | нет | — | DateOnly? |
hoursPerWeek | number | null | нет | — | ushort? |
careConsultation | boolean | null | нет | — | bool? |
commentForCallCenter | string | null | нет | — | string? |
commentForEmployee | string | null | нет | — | string? |
commentForAdministration | string | null | нет | — | string? |
allQuestionsAnswered | boolean | null | нет | — | bool? |
hasPets | boolean | null | нет | — | bool? |
hasHearingProblems | boolean | null | нет | — | bool? |
callViaRelatives | boolean | null | нет | — | bool? |
preferredMailingTypes | PreferredMailingTypeDto[] | да | — | List<PreferredMailingTypeDto>? |
isDied | boolean | null | нет | — | bool? |
notClientReason | NotClientReasonDto | null | нет | — | NotClientReasonDto? |
referral | UpdateClientPartialReferralRequestDto | null | нет | — | UpdateClientPartialReferralRequestDto? |
insurance | UpdateClientPartialInsuranceRequestDto | null | нет | — | UpdateClientPartialInsuranceRequestDto? |
email | string | null | нет | — | string? |
phone | string | null | нет | — | string? |
Пример
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,
"commentForCallCenter": "string",
"commentForEmployee": "string",
"commentForAdministration": "string",
"allQuestionsAnswered": false,
"hasPets": false,
"hasHearingProblems": false,
"callViaRelatives": false,
"preferredMailingTypes": [],
"isDied": false,
"notClientReason": "<notclientreasondto>",
"referral": "<updateclientpartialreferralrequestdto>",
"insurance": "<updateclientpartialinsurancerequestdto>",
"email": "user@example.com",
"phone": "+49123456789"
}