Class CreateOrderEvent
ID: "CreateOrderEvent"
This event occurs when a customer creates a new order within the DirectScale Platform.
Orders created but not finalized are recorded in the ORD_Orders table but are "Void"; you can not view them within Corporate Admin. Orders can be created through Web Office, Corporate Admin, Extension API or Public API
{
"OrderNumber":1,
"CustomerId":2,
"OrderDateUtc":"2021-10-12T18:07:26.557768Z",
"OrderStatus":"Pending processing",
"OrderType":"Standard",
"EventDateUtc":"2021-10-12T18:07:26.557768Z",
"EventCategory":"OrderEvents",
"EventType":"CreateOrderEvent",
}
Inherited Members
Namespace: DirectScale.Disco.Extension.EventModels
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class CreateOrderEvent : OrderEventBase
Constructors
CreateOrderEvent()
Declaration
public CreateOrderEvent()