Raise an Event in TilliT
Overview
Raise an Event
{
asset: number, //ID of the asset
eventType: number, //ID of the event to raise
name: string, //Give the event a name
order: number //ID of the order the event occurs on
priority: number //The priority of the event type
subtitle: string //And optional description of the event
}Close an Event - coming soon!
Raise an Event with a Reason -coming soon!
Last updated