CreateClientRequestClientReferralSourceDto
Referral source info for creating a client. Mirrors domain ClientReferralSourceModel.
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Client/Requests/CreateClient/CreateClientRequestClientReferralSourceDto.cs (core.businesslogicservice).
Referral source info for creating a client. Mirrors domain ClientReferralSourceModel.
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
sourceType | ClientReferralSourceTypeDto | да | General source category | ClientReferralSourceTypeDto |
detailType | ClientReferralDetailTypeDto | null | нет | More specific detail within the selected source type, optional. | ClientReferralDetailTypeDto? |
name | string | null | нет | Optional name value (e.g., person or organization). If null, the name is unknown. | string? |
Пример
json
{
"sourceType": "<ClientReferralSourceTypeDto>",
"detailType": "<clientreferraldetailtypedto>",
"name": "string"
}