GetInsuranceCompaniesBranchesRequestDto
Filters for GET Api/InsuranceCompanies/Branches. Every field except pagination is optional — an absent field means the condition is not applied.
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/InsuranceCompany/Requests/GetInsuranceCompaniesBranchesRequestDto.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
pagination | Pagination | да | — | Pagination |
insuranceCompanyIds | number[] | нет | — | — |
address | string | нет | Substring match on the branch address. | — |
careServiceTypes | CareServiceTypeDto[] | нет | Matches branches offering any of the listed care service types. | — |
createdAt | PaginationRangeFilter<string> | нет | ISO 8601 range over the creation timestamp. | — |
Пример
json
{
"pagination": "<Pagination>",
"insuranceCompanyIds": [],
"address": "string",
"careServiceTypes": [],
"createdAt": "<PaginationRangeFilter<string>>"
}