CreateWorkerAddressRequestDto
Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Worker/Request/CreateWorkerAddressRequestDto.cs (core.businesslogicservice).
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
googlePlaceId | string | да | — | string |
country | string | да | — | string |
region | string | да | — | string |
city | string | да | — | string |
street | string | да | — | string |
house | string | да | — | string |
flat | string | null | нет | — | string? |
postalCode | string | да | — | string |
location | PointDto | null | нет | — | PointDto? |
addressType | WorkerAddressTypeParam | да | — | WorkerAddressTypeParam |
addressComment | string | null | нет | — | string? |
regionCodeId | number | null | нет | — | int? |
Пример
json
{
"googlePlaceId": "uuid",
"country": "string",
"region": "string",
"city": "string",
"street": "string",
"house": "string",
"flat": "2026-05-05T08:00:00Z",
"postalCode": "string",
"location": "<pointdto>",
"addressType": "<WorkerAddressTypeParam>",
"addressComment": "string",
"regionCodeId": 0
}