Undelete
Restores records previously deleted and stored in Salesforce's Recycle Bin.
Input
| Name | Type | Description |
| ID | String | The unique identifier of the deleted object to restore. Required if XML is not provided. |
| XML | String | An XML-formatted list of object IDs to restore. Use this to undelete multiple records in a single request. Required if ID is not specified. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the undelete operation was successful (true) or not (false). |
| ID | String | The ID or IDs of the objects that were successfully restored. |