quoteAccept
Graphql fields and variables for the quoteAccept mutation
Flag a quote as accepted
Scope required: standard:write
mutation quoteAccept ($title: String!, $name: String!, $poNumber: String!, $taxNumber: String!, $quoteId: ID!) {
quoteAccept (title: $title, name: $name, poNumber: $poNumber, taxNumber: $taxNumber, quoteId: $quoteId) {
errors
}
}
Arguments
{
"title": "",
"name": "",
"poNumber": "",
"taxNumber": "",
"quoteId": "456123"
}
Name
Type
Description
title
String
name
String
poNumber
String
taxNumber
String
quoteId
ID
Response
Name
Type
Description
errors
String
Last updated
Was this helpful?