UploadInnerPackingUnitsPackedShipmentLinesAttachment
Handles uploading or updating files for inner packing unit data in packed shipments.
Input
| Name | Type | Accepts Input Streams | Description |
| TransactionId | Integer | False | Unique identifier for the shipment transaction request being processed. |
| DeliveryInterfaceId | Integer | False | Unique identifier for the candidate shipment in the system. |
| LPNInterfaceId | Integer | False | Unique identifier for the candidate packing unit associated with the shipment. |
| LPNInterfaceId3 | Integer | False | Hashed key used to uniquely identify the resource item related to packing. |
| DeliveryDetailInterfaceId | Integer | False | Hashed key used to uniquely identify a specific resource item in the shipment. |
| AsyncTrackerId | String | False | Identifier for tracking uploaded files related to shipment processing. |
| AttachedDocumentId | Integer | False | Unique identifier for an attachment associated with a work order. |
| CategoryName | String | False | Category classification of the attached document. |
| ContentRepositoryFileShared | Boolean | False | Indicates whether the attachment is shared across multiple records (true or false). |
| DatatypeCode | String | False | Code that specifies the data type of the attachment.
The default value is FILE. |
| Description | String | False | Detailed description of the attachment and its purpose. |
| DmDocumentId | String | False | Unique document identifier for the stored attachment. |
| DmFolderPath | String | False | Path of the folder where the attachment is stored. |
| DmVersionNumber | String | False | Version number of the attachment, indicating the current revision. |
| DownloadInfo | String | False | JSON-formatted string containing metadata and details about the attachment. |
| ErrorStatusCode | String | False | Code representing any errors encountered while processing the attachment. |
| ErrorStatusMessage | String | False | Detailed message explaining any error encountered. |
| ExpirationDate | Datetime | False | Date when the attachment or its contents are set to expire. |
| FileLocation | String | False | Local or network location where the file is stored before upload. |
| FileName | String | False | Name of the attachment file. |
| FileUrl | String | False | Web-accessible URL where the attachment can be downloaded or viewed. |
| Title | String | False | Title of the document or attachment. |
| Uri | String | False | Unique resource identifier (URI) for accessing the attachment. |
| Url | String | False | Web-accessible URL that locates the attachment. |
| Content | String | True | Attachment content as an InputStream, used when a file path is not provided. |
Result Set Columns
| Name | Type | Description |
| AsyncTrackerId | String | Identifier for tracking uploaded files after processing. |
| AttachedDocumentId | Integer | Unique identifier for an attachment associated with a work order. |
| CategoryName | String | Category classification of the attachment after processing. |
| ContentRepositoryFileShared | Boolean | Indicates whether the attachment remains shared across records after processing. |
| CreatedBy | String | User who originally uploaded or created the attachment. |
| CreatedByUserName | String | Username used to create the attachment record. |
| CreationDate | Datetime | Date and time when the attachment was created. |
| DatatypeCode | String | Code representing the data type of the attachment. |
| Description | String | Detailed description of the processed attachment. |
| DmDocumentId | String | Unique document identifier assigned after processing. |
| DmFolderPath | String | Path of the folder where the processed attachment is stored. |
| DmVersionNumber | String | Updated version number of the attachment after modifications. |
| DownloadInfo | String | JSON-formatted metadata containing information about the attachment. |
| ErrorStatusCode | String | Error code returned after processing, if any issues occurred. |
| ErrorStatusMessage | String | Detailed error message describing any issues encountered. |
| ExpirationDate | Datetime | Expiration date for the processed attachment. |
| FileContents | Byte | Actual content of the uploaded attachment. |
| FileName | String | Final name of the uploaded attachment file. |
| FileUrl | String | URL where the processed attachment is accessible. |
| FileWebImage | Byte | Base64-encoded image representation of the uploaded file, if applicable. |
| LastUpdateDate | Datetime | Timestamp of the last modification made to the attachment. |
| LastUpdatedBy | String | User who made the most recent update to the attachment. |
| LastUpdatedByUserName | String | Username used to modify the attachment. |
| Links | String | Hyperlinks related to the attachment resource, such as download or metadata links. |
| Title | String | Title of the attachment after processing. |
| UploadedFileContentType | String | Content type representing the content 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 retrieving the processed attachment. |
| Url | String | URL that provides access to the uploaded file. |
| UserName | String | Username of the individual who added or modified the attachment. |