UploadShipmentTransactionRequestOuterPackingUnits
Manages file uploads or updates for transaction requests concerning outer packing units.
Input
Name | Type | Accepts Input Streams | Description |
TransactionId | Integer | False | Unique identifier for the shipment transaction request used to track shipment processing. |
DeliveryInterfaceId | Integer | False | Identifier for the candidate shipment being processed in the system. |
LPNInterfaceId | Integer | False | Identifier for the candidate packing unit associated with the shipment. |
AsyncTrackerId | String | False | Tracking ID used to monitor the status of uploaded files in the system. |
AttachedDocumentId | Integer | False | Unique identifier for an attachment related to a work order or shipment transaction. |
CategoryName | String | False | Classification category for the attachment, indicating its type or function. |
ContentRepositoryFileShared | Boolean | False | Indicates whether the attachment is shared among multiple records (true or false). |
DatatypeCode | String | False | Code representing the data type of the attachment, such as text, image, or PDF.
The default value is FILE. |
Description | String | False | Detailed description of the attached document or file. |
DmDocumentId | String | False | Unique identifier assigned to the document stored in the content repository. |
DmFolderPath | String | False | Path specifying the location of the document within the repository. |
DmVersionNumber | String | False | Version number of the document, used for tracking updates and revisions. |
DownloadInfo | String | False | JSON-formatted metadata containing details about the attachment's download options. |
ErrorStatusCode | String | False | Error code indicating any issues encountered during file processing. |
ErrorStatusMessage | String | False | Message providing details about any errors that occurred during file processing. |
ExpirationDate | Datetime | False | Date when the attachment expires and may no longer be accessible. |
FileLocation | String | False | Local path of the document before it is uploaded. |
FileName | String | False | Name of the attached file. |
FileUrl | String | False | URL that provides web access to the attachment for viewing or download. |
Title | String | False | Title assigned to the attachment for identification purposes. |
Uri | String | False | Unique resource identifier (URI) referencing the attachment. |
Url | String | False | Web-accessible link to locate and access the attachment. |
Content | String | True | Raw content of the attachment, used when a file path is not provided. |
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. |