Interface IGetByAbsoluteCodeRequest
Представляет запрос объекта по полному коду.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetByAbsoluteCodeRequest))]
public interface IGetByAbsoluteCodeRequest : IWebApiRequest
Properties
AbsoluteCode
Полный код.
string AbsoluteCode { get; set; }