Skip to content

CreateWorkerApplicationAddressRequestDto

← Worker DTO

Backend-источник: core.businesslogicservice/Core.BusinessLogicService/Nuget.BusinessApiClient/Dto/Worker/Request/CreateWorkerApplicationAddressRequestDto.cs (core.businesslogicservice).

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
googlePlaceIdstringдаstring
countrystringдаstring
regionstringдаstring
citystringдаstring
streetstringдаstring
housestringдаstring
flatstring | nullнетstring?
postalCodestringдаstring
locationPointDto | nullнетPointDto?
regionCodeIdnumberдаint
addressCommentstring | nullнетstring?

Пример

json
{
  "googlePlaceId": "uuid",
  "country": "string",
  "region": "string",
  "city": "string",
  "street": "string",
  "house": "string",
  "flat": "2026-05-05T08:00:00Z",
  "postalCode": "string",
  "location": "<pointdto>",
  "regionCodeId": 0,
  "addressComment": "string"
}