CustomerMessage
Represents predefined messages that can be printed on customer invoices and statements.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the customer message. |
| auditCreatedDateTime | Datetime | True |
The date and time when the customer message was created. |
| auditModifiedBy | String | True |
The user who last modified the customer message. |
| auditModifiedDateTime | Datetime | True |
The date and time when the customer message was last modified. |
| href | String | True |
The URL of the customer message resource. |
| id | String | False |
The unique identifier of the customer message. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the customer message record. |
| message | String | False |
The text of the customer message to be printed on transactions. |
| status | String | False |
The current status of the customer message, such as active or inactive. |