Graphql fields and variables for the quoteApprovalCancel mutation
Last updated 2 years ago
Was this helpful?
Cancel the approval process and remove the pending approval request
Scope required: standard:write
mutation quoteApprovalCancel ($id: ID!) { quoteApprovalCancel (id: $id) { errors quote } }
{ "id": "456123" }
id
ID
errors
List (String)
quote
List ()