Table of Contents

Interface IGetExtraLocationsResponse

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Identifiers
Assembly
Ascon.Polynom.Web.Api.Data.dll

Модель данных для изменения внутреннего уникального номера элемента.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetExtraLocationsResponse))]
public interface IGetExtraLocationsResponse

Properties

ExtraLocations

Список номер элемента.

List<string> ExtraLocations { get; set; }

Property Value

List<string>