OrderMessages

Gets the messages associated with an order.

Columns

Name

Type

Description

Id [KEY]

Integer

Numeric ID of this product within this order.

OrderId

Integer

Numeric ID of the associated order.

StaffId

Integer

The staff id.

CustomerId

Integer

The customer id.

Type

String

Type of the message.

Subject

String

Subject of the message.

Message

String

Message content.

Status

String

Status of the message.

IsFlagged

Boolean

Indicator if the message is flagged.

DateCreated

Datetime

Datetime when the message was first created.

Last updated