Undelete
Restores from Salesforce's RecycleBin a deleted record.
Input
Name | Type | Description |
ID | String | The Id of the object that has been deleted. This or XML input are required. |
XML | String | List of ids formatted in XML. This or ID input are required. |
Result Set Columns
Name | Type | Description |
Success | String | Returns true if the object is restored successfully. |
ID | String | The Id of the restored object/s, if the operation is successful. |