| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful |
Document was succesfully returned (true) |
boolean |
None. |
| ErrorMessage |
Set if error occured by retrieving document |
string |
None. |
| DocumentID |
System assigned document ID (ShipmentDocumentID, CustomerDocumentID, etc) |
string |
None. |
| DocumentEntity |
Entity type that document is attached to (SH=shipment, CU=customer, etc) |
string |
None. |
| OriginalFileName |
The original file name of the document when uploaded |
string |
None. |
| SystemFileName |
The system generated unique file name |
string |
None. |
| DocumentData |
Base64 encoded string representing the document |
string |
None. |