DeletePurchases
Overview
Deletes a set of Purchases from the system.
Returns
A complex type containing a list of errors and a list of purchaseReferences marked for deletion. The errors will consist of a description, an error, and the purchaseReference to which it pertains.
Request
Name | Type | Description |
---|---|---|
reason | String | The reason for the deletion. |
purchaseReferences | String[] | List of purchase references for purchases that should be deleted. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | BulkDeleteResult | Operation result. |