UpdateClientPartialReferralRequestDto
Partial referral source payload for updating a client. All fields are nullable to support PATCH semantics.
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Client/Requests/UpdatePartial/UpdateClientPartialReferralRequestDto.cs (core.businesslogicservice).
Partial referral source payload for updating a client. All fields are nullable to support PATCH semantics.
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
sourceType | ClientReferralSourceTypeDto | null | нет | — | ClientReferralSourceTypeDto? |
detailType | ClientReferralDetailTypeDto | null | нет | — | ClientReferralDetailTypeDto? |
name | string | null | нет | — | string? |
Пример
json
{
"sourceType": "<clientreferralsourcetypedto>",
"detailType": "<clientreferraldetailtypedto>",
"name": "string"
}