UploadOuterPackingUnitsPackedShipmentLinesAttachment
Handles uploading or updating files for outer packing unit data in packed shipments.
Input
Name | Type | Description |
TransactionId | Integer | Unique identifier for the shipment transaction request being processed. |
DeliveryInterfaceId | Integer | Identifier for the candidate shipment in the system. |
LPNInterfaceId | Integer | Unique identifier for the candidate packing unit associated with the shipment. |
DeliveryDetailInterfaceId | Integer | Hashed key used to uniquely identify a specific resource item in the shipment. |
AsyncTrackerId | String | Tracking identifier for uploaded files related to the shipment transaction. |
AttachedDocumentId | Integer | Unique identifier for an attachment associated with a work order. |
CategoryName | String | Classification of the attachment based on its category. |
ContentRepositoryFileShared | Boolean | Indicates whether the attachment is shared across multiple records (true or false). |
DatatypeCode | String | Code representing the data type of the attachment.
デフォルト値はFILEです。 |
Description | String | Detailed description of the attached document. |
DmDocumentId | String | Unique document identifier assigned to the attachment. |
DmFolderPath | String | Path where the attachment is stored within the repository. |
DmVersionNumber | String | Version number of the document, indicating revisions or updates. |
DownloadInfo | String | JSON-formatted metadata containing details about the attachment. |
ErrorStatusCode | String | Error code indicating any issues encountered during processing. |
ErrorStatusMessage | String | Detailed message explaining the error, if any occurred. |
ExpirationDate | Datetime | Date when the attachment or its contents expire and may no longer be accessible. |
FileLocation | String | Path where the file is stored locally before upload. |
FileName | String | Name of the attachment file. |
FileUrl | String | Web-accessible URL where the attachment can be downloaded or viewed. |
Title | String | Title assigned to the attachment. |
Uri | String | Unique resource identifier (URI) for the attachment. |
Url | String | Web-accessible link to locate and access the attachment. |
Result Set Columns
Name | Type | Description |
AsyncTrackerId | String | Identifier used to track uploaded files after processing. |
AttachedDocumentId | Integer | Unique identifier assigned to the attachment after processing. |
CategoryName | String | Classification of the attachment after processing. |
ContentRepositoryFileShared | Boolean | Indicates if the attachment remains shared across records. |
CreatedBy | String | User who originally uploaded or created the attachment. |
CreatedByUserName | String | Username of the individual who created the attachment. |
CreationDate | Datetime | Timestamp indicating when the attachment 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 identifier assigned to the processed document. |
DmFolderPath | String | Storage path of the processed document within the repository. |
DmVersionNumber | String | Updated version number reflecting changes made to the document. |
DownloadInfo | String | JSON-formatted metadata about the attachment after 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 is accessible. |
FileWebImage | Byte | Base64-encoded image representation of the uploaded file. |
LastUpdateDate | Datetime | Timestamp of the most recent update to the document. |
LastUpdatedBy | String | User who performed the most recent modification on 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 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 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. |