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