Interface IGetByUidRequest
Представляет запрос объекта по идентификатору типа Guid.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetByUidRequest))]
public interface IGetByUidRequest : IWebApiRequest
Properties
Id
Идентификатор объекта.
string Id { get; set; }