Skip to main content

Arguments

Input fields for sending loss objection for change of supplier.

Returns

SendLossObjectionForChangeOfSupplier

Send an objection to an ongoing change of supplier process in order to try and cancel it.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can send loss objection for change of supplier

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation SendLossObjectionForChangeOfSupplier($input: SendLossObjectionForChangeOfSupplierInput!) { sendLossObjectionForChangeOfSupplier(input: $input) { success } }

Response

{ "data": { "sendLossObjectionForChangeOfSupplier": { "success": true } } }