createQuoteVersion
Create a new quote version from a source entity
This page contains
Arguments
| input CreateQuoteVersionInput! PREVIEW |
CreateQuoteVersionInput fields
| name String | Optional name for the quote version |
| createdBy QuoteVersionCreatedByInput PREVIEW | User who is creating the quote version |
| source QuoteVersionSourceInput! PREVIEW | Source entity to create the version from |
Return Fields
| quoteVersion QuoteVersion PREVIEW | Created quote version (null if creation failed) |
| userErrors [CreateQuoteVersionError!] PREVIEW | Validation errors that prevented creation |
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.