CustomerNegativeCriterionOperation

  • This operation allows you to create or remove a customer-level negative criterion.

  • The operation field is a union field that can be either create or remove.

  • The create operation expects no resource name for the new criterion.

  • The remove operation expects a resource name for the criterion to be removed in a specific format.

A single operation (create or remove) on a customer level negative criterion.

Fields
Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

CustomerNegativeCriterion

Create operation: No resource name is expected for the new criterion.

remove

string

Remove operation: A resource name for the removed criterion is expected, in this format:

customers/{customer_id}/customerNegativeCriteria/{criterion_id}