sendGbrQuoteSummary
Send a quote summary to the customer for the specified products.
Arguments
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-4616: Unable to create a quote.
- KT-CT-4619: Quote with given code not found.
- KT-CT-4632: Invalid recipient information.
- KT-CT-4634: Quoted product with given id not found.
- KT-CT-7899: An internal error occurred.
- KT-CT-9402: Received an invalid brandCode.
Allowed Viewers
Required Permissions
Can send quotesRate Limits
| Key | Steps |
|---|---|
ip |
['5/m'] |
Query Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation SendGbrQuoteSummary($input: GBRQuoteShareInput!) {
sendGbrQuoteSummary(input: $input) {
success
}
}
Variables
{
"input": GBRQuoteShareInput
}
Response
{
"data": {
"sendGbrQuoteSummary": {
"success": true
}
}
}