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 | No Overview Available. |
ResultCode | ResultCodeEnum | No Overview Available. |
Result | BulkDeleteResult | No Overview Available. |