Attachment
Represents attachment folders used to group and manage files associated with transactions and records.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the attachment. |
| auditCreatedDateTime | Datetime | True |
The date and time when the attachment was created. |
| auditModifiedBy | String | True |
The user who last modified the attachment. |
| auditModifiedDateTime | Datetime | True |
The date and time when the attachment was last modified. |
| description | String | False |
The description of the attachment. |
| entity_Href | String | True |
The URL of the entity associated with this attachment. |
| entity_Id | String | True |
The Id of the entity associated with this attachment. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this attachment. |
| entity_Name | String | True |
The name of the entity associated with this attachment. |
| folder_Href | String | True |
The URL of the folder associated with this attachment. |
| folder_Id | String | False |
The Id of the folder associated with this attachment. |
| folder_Key | String | False |
The system-assigned key of the folder associated with this attachment. |
| href | String | True |
The URL of the attachment resource. |
| id | String | False |
The unique identifier of the attachment. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the attachment record. |
| name | String | False |
The name of the attachment. |
| ListAggregate_Files | String | False |
The list of files associated with this attachment. |