CustomerMessages
Supports creating, deleting, and querying Customer Messages within QuickBooks to streamline communication.
Columns
| Name | Type | ReadOnly | References | ColumnSize | Description |
| ID [KEY] | String | True | 255 |
The unique identifier for the customer message. | |
| Name | String | False | 101 |
The name or title of the customer message, used to identify it. | |
| IsActive | Boolean | False |
Indicates whether the customer message is active and available for use. | ||
| EditSequence | String | True | 16 |
A string that represents the version of this customer message, useful for tracking changes. | |
| TimeCreated | Datetime | True |
The timestamp when the customer message was originally created. | ||
| TimeModified | Datetime | True |
The timestamp when the customer message was last modified. |