input ExclusionFiltersInput
Fields
| Field | Type | Description |
|---|---|---|
exclusion_parameters | [String] | List of exclusion filter names. Supported values:
|
exclude_location_type_ids | [String] | Location type IDs to exclude from the cycle count. |
last_n_days | Int | Exclude items/locations that were counted in the last N days. |
Referenced By
Example
{
"exclusion_parameters": "abc123",
"exclude_location_type_ids": "abc123",
"last_n_days": 987
}