Interface ICreateStandardsizeTemplateRequest
- Namespace
- Ascon.Polynom.Web.Api.Data.Interfaces.Requests.StandardSizes
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Модель для создания шаблона и группы типоразмера для указанного сортамента.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(CreateStandardsizeTemplateRequest))]
public interface ICreateStandardsizeTemplateRequest : IWebApiRequest
Properties
Assortment
Сортамент.
IIdentifiableObject Assortment { get; set; }
Property Value
RemoveLeadingPrefix
Опция "Удалить лидирующий префикс"
bool RemoveLeadingPrefix { get; set; }
Property Value
StandardsizeDesignationTemplate
Массив свойств.
List<IStandardsizeTemplateProperties> StandardsizeDesignationTemplate { get; set; }