Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateUserInteraction

Updates a UserInteraction. A UserInteraction logs an interaction between an employee and a customer, for example the fact the customer was called.

UserID is optional but only if OrderID is also provided and the given Order is attached to a customer. If so then the UserInteraction is attached to the Order.Customer.

Hierarchy

  • UpdateUserInteraction

Index

Properties

ID

ID: number

Entity type: UserInteraction

Optional OrderID

OrderID: undefined | number

Entity type: Order

Text

Text: string

Optional UserID

UserID: undefined | number

Entity type: User

Optional UserTaskID

UserTaskID: undefined | number

Entity type: UserTask