Skip to main content

Mutation: rejectRealizations

Requires access to resource GRAPHQL_SALES_QUOTE_EDIT

salesApp {
avinode {
rejectRealizations(
messagesList: [ExternalServiceMessageInput!]!
shouldDeleteTrip: Boolean! = true
): Boolean!
}
}

Arguments

rejectRealizations.messagesList ● [ExternalServiceMessageInput!]! non-null input

rejectRealizations.shouldDeleteTrip ● Boolean! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.