ProductChangeOrdersV2changeOrderAttachments
The Change Order Attachments resource manages the change order attachment objects.
Columns
| Name | Type | Description |
| ProductChangeOrdersV2ChangeId | String | Finds product change order by change ID. |
| LastUpdateDate | Datetime | Attribute that indicates the date and time of the last update of the attachment. |
| LastUpdatedBy | String | User who last updated the change-order attachment. |
| DatatypeCode | String | Unique identifier of the datatype of the attachment. |
| FileName | String | File name of the change-order attachment. |
| DmFolderPath | String | Attribute value that represents the repository folder path of the attachment. |
| DmDocumentId | String | Unique identifier of the document in the repository. |
| DmVersionNumber | String | Attribute value that represents the version number of the attachment in the repository. |
| Url | String | An attribute value that represents the URL for the attachment. |
| CategoryName | String | Category name of a change-order attachment. |
| UserName | String | Attribute value that represents the name of user who uploaded the attachment. |
| Uri | String | An attribute value that represents the URI for the attachment. |
| FileUrl | String | File URL of the change-order attachment. |
| UploadedText | String | Contents of attached text file. |
| UploadedFileContentType | String | Content type of the uploaded change-order attachment. |
| UploadedFileLength | String | File length of the uploaded change-order attachment. |
| UploadedFileName | String | File name of the uploaded change-order attachment. |
| ContentRepositoryFileShared | Bool | Boolean attribute of a change order attachment shared by the content repository file. Contains one of the following values: true or false. If true, then the file is shared, If false, then the file isn't shared. The default value is false. |
| Title | String | Attribute value that represents the title of a change-order attachment. |
| Description | String | An attribute value that represents the description of the attachment. |
| ErrorStatusCode | String | Error status code for the change-order attachment upload. |
| ErrorStatusMessage | String | Error status message for the change-order attachment upload. |
| CreatedBy | String | User who created the change-order attachment. |
| CreationDate | Datetime | Date when the change object was created. |
| ExpirationDate | Datetime | Attachment expiration date of the change order. |
| LastUpdatedByUserName | String | Name of the user who last updated the change-order attachment. |
| CreatedByUserName | String | Name of the user who created the change-order attachment. |
| DownloadInfo | String | JSON object represented as a string containing information used to programmatically retrieve a file attachment. |