cURL
curl --request PUT \ --url https://api-sandbox.argyle.com/v2/item-filters/{id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "filters": {} } '
{ "id": "087394d4-83b5-4722-8c5e-0235362c12f5", "name": "Multiple allocations for deposit switches" }
Replaces the filters of an Item filter with a new set of filters.
Username = api_key_id, Password = api_key_secret
ID of the Item filter whose filters are to be replaced.
Name for the revised Item filter.
The ID of the Item filter does not change after the replacement filters are substituted.
The replacement set of filters.
The ID of the item filter.
"087394d4-83b5-4722-8c5e-0235362c12f5"
The name of the item filter.
"Multiple allocations for deposit switches"