filterInput/selectionType/locationIds, identical to Filter locations.curl --location --globoff 'https://api.synup.com/api/v4/locations/add-on-count?addOnId=QWRkT246MTIz&filterInput={}&selectionType=ALL_ITEMS&locationIds=' \
--header 'Synup-Version: 2026-04-17' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'{
"data": {
"locationAddOnCount": {
"enabled": 0,
"disabled": 0,
"othersEnabled": [
{
"id": "string",
"name": "string",
"count": 0
}
]
}
}
}