Skip to content

SendClientToDistributionRequestAddressDto

← Client DTO

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

Поля

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

Пример

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