updateQuote
Update existing quote
This page contains
Arguments
| input UpdateQuoteInput! PREVIEW |
UpdateQuoteInput fields
| quoteId ID! | Quote ID to update |
| name String | Updated quote name |
| purchaseEffectiveDate DateTime | Updated purchase effective date |
| purchaseCustomAttributes CustomAttributeMap | Updated custom purchase attributes |
Return Fields
| quote Quote PREVIEW | Updated quote (null if update failed) |
| userErrors [UpdateQuoteError!] PREVIEW | Validation errors that prevented update |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.