Table of Contents

Interface IExecuteBusinessProcessCommandTicketRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Tickets
Assembly
Ascon.Polynom.Web.Api.Data.dll

Запрос выполнения команды.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ExecuteBusinessProcessCommandTicketRequest))]
public interface IExecuteBusinessProcessCommandTicketRequest : IWebApiRequest

Properties

CommandNumber

Номер команды (нумерация с 1).

int CommandNumber { get; set; }

Property Value

int

Note

Комментарий.

string? Note { get; set; }

Property Value

string

TicketId

Идентификатор заявки.

int TicketId { get; set; }

Property Value

int

UserId

Идентификатор пользователя.

int? UserId { get; set; }

Property Value

int?