UpdateClientRequestDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Client/Requests/UpdateClient/UpdateClientRequestDto.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
id | number | да | — | int |
referralId | number | null | нет | — | int? |
partnerId | number | null | нет | — | int? |
socialServicesOfficeId | number | null | нет | — | int? |
gender | GenderParam | null | нет | — | GenderParam? |
firstName | string | да | — | string |
lastName | string | да | — | string |
birthdate | string | null | нет | — | DateOnly? |
careServiceTypes | CareServiceTypeDto[] | да | — | List<CareServiceTypeDto>? |
assistanceTypes | AssistanceTypeDto[] | да | — | List<AssistanceTypeDto>? |
clientStatus | ClientStatusDto | да | — | 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? |
hasPets | boolean | null | нет | — | bool? |
callViaRelatives | boolean | null | нет | — | bool? |
hasHearingProblems | boolean | null | нет | — | bool? |
commentForCallCenter | string | null | нет | — | string? |
commentForEmployee | string | null | нет | — | string? |
commentForAdministration | string | null | нет | — | string? |
allQuestionsAnswered | boolean | да | — | bool |
preferredMailingTypes | PreferredMailingTypeDto[] | да | — | List<PreferredMailingTypeDto>? |
needRecallDateTime | string | null | нет | — | DateTimeOffset? |
sourceType | SourceTypeDto | null | нет | — | SourceTypeDto? |
isDied | boolean | да | — | bool |
notClientReason | NotClientReasonDto | null | нет | — | NotClientReasonDto? |
address | UpdateClientRequestClientAddressDto | null | нет | — | UpdateClientRequestClientAddressDto? |
insurance | UpdateClientRequestInsuranceDto | null | нет | — | UpdateClientRequestInsuranceDto? |
referral | UpdateClientRequestClientReferralSourceDto | null | нет | — | UpdateClientRequestClientReferralSourceDto? |
Пример
json
{
"id": 0,
"referralId": 0,
"partnerId": 0,
"socialServicesOfficeId": 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,
"callViaRelatives": false,
"hasHearingProblems": false,
"commentForCallCenter": "string",
"commentForEmployee": "string",
"commentForAdministration": "string",
"allQuestionsAnswered": false,
"preferredMailingTypes": [],
"needRecallDateTime": "2026-05-05T08:00:00Z",
"sourceType": "<sourcetypedto>",
"isDied": false,
"notClientReason": "<notclientreasondto>",
"address": "<updateclientrequestclientaddressdto>",
"insurance": "<updateclientrequestinsurancedto>",
"referral": "<updateclientrequestclientreferralsourcedto>"
}