UploadShipmentLineTransactionRequestsAttachment
Enables uploading or modifying files for shipment line transaction requests.
Input
Name | Type | Description |
TransactionId | Integer | Unique identifier for the recall notice header, representing the entire recall event. |
DeliveryDetailInterfaceId | Integer | Unique identifier for an individual recall notice line within the recall header. |
AsyncTrackerId | String | Tracking identifier used for monitoring the status of uploaded files. |
AttachedDocumentId | Integer | Unique identifier for an attachment related to a work order. |
CategoryName | String | Classification category assigned to the attachment, indicating its type or purpose. |
ContentRepositoryFileShared | Boolean | Indicates whether the attachment is shared across 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 indicating the location of the document within the content repository. |
DmVersionNumber | String | Version number of the document, used for tracking revisions or updates. |
DownloadInfo | String | JSON-formatted metadata containing information about download options for the attachment. |
ErrorStatusCode | String | Error code indicating any issues encountered during processing. |
ErrorStatusMessage | String | Message providing details about any errors that occurred. |
ExpirationDate | Datetime | Date when the attachment will expire and may no longer be accessible. |
FileLocation | String | Local file path where the document is stored before upload. |
FileName | String | Name of the attached file. |
FileUrl | String | Web-accessible URL where the attachment can be downloaded or viewed. |
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 identifier returned after processing uploaded files. |
AttachedDocumentId | Integer | Unique identifier assigned to the processed attachment. |
CategoryName | String | Classification category of the attachment after processing. |
ContentRepositoryFileShared | Boolean | Indicates if the attachment remains shared after processing. |
CreatedBy | String | User who initially uploaded or created 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 changes. |
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 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 made the most recent changes to 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 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. |