quoteApprove
Graphql fields and variables for the quoteApprove mutation
Approve a quote
Scope required: standard:write
mutation quoteApprove ($id: ID!, $notes: String!) {
quoteApprove (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?