quoteApprovalStart

Graphql fields and variables for the quoteApprovalStart mutation

Begin with the approval process

Scope required: standard:write

mutation quoteApprovalStart ($id: ID!) {
  quoteApprovalStart (id: $id) {
      errors
  }
}

Arguments

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

id

ID

Response

Name
Type
Description

errors

List (String)

Last updated

Was this helpful?