Interface IGetByCodeRequest
Представляет запрос объекта по коду.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetByCodeRequest))]
public interface IGetByCodeRequest : IWebApiRequest
Properties
Code
Код объекта.
string Code { get; set; }