| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityGUID |
Unique system generated entity identifier (ManifestGUID) |
string |
None. |
| PickupFrom |
Pickup from address |
string |
None. |
| DeliverTo |
Deliver to address |
string |
None. |
| Instructions |
Instructions for recovery |
string |
None. |
| Shipments |
List of shipment to recover |
Collection of ShipmentToRecover |
None. |
| IsSuccessful |
Used to determine if method call was successful (true) or failure (false) |
boolean |
Required |
| ErrorMessage |
The error message if method call was not successful |
string |
None. |