quoteReject

Graphql fields and variables for the quoteReject mutation

Reject a quote

Scope required: standard:write

mutation quoteReject ($id: ID!, $notes: String!) {
  quoteReject (id: $id, notes: $notes) {
      errors
  }
}

Arguments

{
  "id": "456123",
  "notes": ""
}
Name
Type
Description

id

ID

notes

String

Response

Name
Type
Description

errors

String

Last updated

Was this helpful?