UploadShipmentTransactionRequestOuterPackingUnits
Manages file uploads or updates for transaction requests concerning outer packing units.
Input
| Name | Type | Description |
| TransactionId | Integer | Unique identifier for the shipment transaction request used to track shipment processing. |
| DeliveryInterfaceId | Integer | Identifier for the candidate shipment being processed in the system. |
| LPNInterfaceId | Integer | Identifier for the candidate packing unit associated with the shipment. |
| AsyncTrackerId | String | Tracking ID used to monitor the status of uploaded files in the system. |
| AttachedDocumentId | Integer | Unique identifier for an attachment related to a work order or shipment transaction. |
| CategoryName | String | Classification category for the attachment, indicating its type or function. |
| ContentRepositoryFileShared | Boolean | Indicates whether the attachment is shared among multiple records (true or false). |
| DatatypeCode | String | Code representing the data type of the attachment, such as text, image, or PDF.
The default value is FILE. |
| Description | String | Detailed description of the attached document or file. |
| DmDocumentId | String | Unique identifier assigned to the document stored in the content repository. |
| DmFolderPath | String | Path specifying the location of the document within the repository. |
| DmVersionNumber | String | Version number of the document, used for tracking updates and revisions. |
| DownloadInfo | String | JSON-formatted metadata containing details about the attachment's download options. |
| ErrorStatusCode | String | Error code indicating any issues encountered during file processing. |
| ErrorStatusMessage | String | Message providing details about any errors that occurred during file processing. |
| ExpirationDate | Datetime | Date when the attachment expires and may no longer be accessible. |
| FileLocation | String | Local path of the document before it is uploaded. |
| FileName | String | Name of the attached file. |
| FileUrl | String | URL that provides web access to the attachment for viewing or download. |
| Title | String | Title assigned to the attachment for identification purposes. |
| Uri | String | Unique resource identifier (URI) referencing the attachment. |
| Url | String | Web-accessible link to locate and access the attachment. |
Result Set Columns
| Name | Type | Description |
| AsyncTrackerId | String | Tracking ID returned after the successful processing of uploaded files. |
| AttachedDocumentId | Integer | Unique identifier assigned to the processed attachment. |
| CategoryName | String | Category classification of the attachment after processing. |
| ContentRepositoryFileShared | Boolean | Indicates if the attachment remains shared after processing. |
| CreatedBy | String | User who originally created or uploaded the attachment. |
| CreatedByUserName | String | Username of the individual who created the attachment. |
| CreationDate | Datetime | Timestamp indicating when the attachment record was created. |
| DatatypeCode | String | Code representing the data type of the processed attachment. |
| Description | String | Updated description of the attachment after processing. |
| DmDocumentId | String | Unique document identifier assigned after processing. |
| DmFolderPath | String | Storage location of the processed document in the repository. |
| DmVersionNumber | String | Updated version number of the document reflecting modifications. |
| DownloadInfo | String | JSON-formatted metadata about the attachment post-processing. |
| ErrorStatusCode | String | Error code returned after processing, if applicable. |
| ErrorStatusMessage | String | Message describing any errors encountered during processing. |
| ExpirationDate | Datetime | Expiration date for the processed attachment. |
| FileContents | Byte | Binary content of the uploaded attachment. |
| FileName | String | Final name assigned to the attachment file. |
| FileUrl | String | URL where the processed attachment can be accessed. |
| FileWebImage | Byte | Base64-encoded image representation of the uploaded file. |
| LastUpdateDate | Datetime | Timestamp indicating the last time the document was modified. |
| LastUpdatedBy | String | User who most recently updated the document. |
| LastUpdatedByUserName | String | Username used for the last modification of the attachment. |
| Links | String | Hyperlinks related to the attachment, such as download or metadata links. |
| Title | String | Title assigned to the attachment after processing. |
| UploadedFileContentType | String | Content type representing the format of the uploaded file. |
| UploadedFileLength | Integer | Size of the uploaded file in bytes. |
| UploadedFileName | String | Final stored name of the uploaded file. |
| UploadedText | String | Extracted or entered text content from the uploaded file. |
| Uri | String | Unique resource identifier (URI) for the processed attachment. |
| Url | String | Web-accessible URL for retrieving the uploaded file. |
| UserName | String | Username of the individual who added or modified the attachment. |