CloneQuoteInput
Input for cloning a quote asynchronously
This page contains
Fields
| quoteId ID! | Quote to clone |
| name String | Name for the cloned quote |
| ownerId ID | Sales agent ID |
| ownerCompanyId ID | Sales agent company ID |
| customerId ID | Customer ID |
| customerCompanyId ID | Customer company ID |
| createdById ID | User ID of the user who created the quote. Only needed when using client credentials API key |
| createdByCompanyId ID | Company ID of the user who created the quote. Only needed when using client credentials API key. |
| billingRelationshipId ID | Reference to an existing billing relationship for the cloned quote. Determines who is billed (customer or reseller). Optional; if omitted, inherits from the source quote or uses defaults. |
Mutations for CloneQuoteInput
| triggerQuoteCloneProcess PREVIEW | Clone quote asynchronously - returns process tracker with the cloned quote Id for immediate querying |