Deletes a Price List Item based on filter settings.
Deletes only Price List Items where comments
= "denied".
json { "data": { "filterCriteria": { "operator": "and", "criteria": [ { "fieldName": "comments", "operator": "iEquals", "value": "denied" } ] } } }
Required Permission | Roles with the Required Permission |
---|---|
PRICELIST_REMOVE | Administer Price Lists (PB_PRICELISTS ), Manage Price Lists (PB_PRICELISTSEDITOR ) |
{- "data": {
- "filterCriteria": {
- "operator": "and",
- "criteria": [
- {
- "fieldName": "comments",
- "operator": "iEquals",
- "value": "denied"
}
]
}
}
}
{- "response": {
- "node": "node",
- "csrfToken": "token",
- "data": [
- "1"
], - "status": 0
}
}