For an account that has no explicit Jump Item associations defined and is currently inheriting association criteria from its Account Group, this API will add Jump Item association criteria for the Account with the given {id}
using the data in the request body. This should be used only if the Account does not already have any Jump Item association defined.
If you set the filter_type
to "criteria", then you must provide some properties in the criteria
field. You may specify some or all of the available criteria
properties. Once you have created association criteria with this POST API, separate APIs exist for adding or deleting single Jump Item or shared Jump Group ids from their respective lists in criteria
, which might be preferable to supplying the entire array of ids up front with this API:
- Add a single Jump Item to
jump_items
. - Remove a single Jump Item from
jump_items
. - Add a single Jump Group to
shared_jump_groups
. - Remove a single Jump Group from
shared_jump_groups
.
If the filter_type
is set to "any_jump_items" or "no_jump_items", the criteria
field will be ignored.
Once you have used this API to add Jump Item association criteria, use the PATCH API to change the filter_type
and / or criteria
. To change this Account back to inheriting Jump Item association criteria from its Account Group, use the DELETE API.
This API cannot be used if the Account already has Jump Item association criteria defined. If you wish to update the current Jump Item association criteria, use the PATCH API instead.