Skip to content

UpdateClientPartialReferralRequestDto

← Client DTO

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#)
sourceTypeClientReferralSourceTypeDto | nullнетClientReferralSourceTypeDto?
detailTypeClientReferralDetailTypeDto | nullнетClientReferralDetailTypeDto?
namestring | nullнетstring?

Пример

json
{
  "sourceType": "<clientreferralsourcetypedto>",
  "detailType": "<clientreferraldetailtypedto>",
  "name": "string"
}