Is there a way to delete all rows in Transaction Array via REST API
Summary:
We have requirement to delete existing records in a commerce array, before new records are added - this is to be done via integration using REST APIs.
Content (required):
Save Transaction REST API (/rest/v14/commerceDocumentsOraclecpqoTransaction/{id}/actions/cleanSave_t) mentions an optional parameter
This works if we want to remove selected row IDs of the array. We are working on a way to delete all records in the mentioned array. Please let us know if that is possible currently.
Currently we have achieved this by setting array size attribute to 0 in the payload. We were wondering if there is a way to do this via the deleteRows parameter.
Tagged:
0