CreateQuoteInput
Input for creating a new quote
This page contains
Fields
| ownerCompanyId ID! | Sales agent company ID |
| ownerId ID! | Sales agent user ID |
| customerCompanyId ID | Customer company ID (optional for anonymous quotes) |
| customerId ID | Customer user ID (optional for anonymous quotes) |
| currency Currency | Quote currency |
| items [CreateQuoteItemInput!]! PREVIEW | Initial items for the quote |
| purchaseEffectiveDate DateTime | Purchase effective date |
| name String | Quote name |
| createdByCompanyId ID | Company of user who created the quote |
| createdById ID | User who created the quote |
| purchaseCustomAttributes CustomAttributeMap | Custom purchase attributes |
| billingRelationshipId ID | Reference to an existing billing relationship that determines who is billed for the quote (customer or reseller) when finalized. Optional; if omitted, defaults are applied based on quote owner and customer. |
Mutations for CreateQuoteInput
| createQuote PREVIEW | Create a new quote |