Skip to content

UpdateClientRequestClientReferralSourceDto

← Client DTO

Referral source info for updating a client. Mirrors domain ClientReferralSourceModel.

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

Referral source info for updating a client. Mirrors domain ClientReferralSourceModel.

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
sourceTypeClientReferralSourceTypeDtoдаGeneral source categoryClientReferralSourceTypeDto
detailTypeClientReferralDetailTypeDto | nullнетMore specific detail within the selected source type, optional.ClientReferralDetailTypeDto?
namestring | nullнетOptional name value (e.g., person or organization). If null, the name is unknown.string?

Пример

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