# Update Quote Update Quote Endpoint: PUT /rest/2.0/QUOTE Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.AccountId` (any) Account - `brmObjects.AmendDate` (any) Amendment Date: Quote Amend Date - `brmObjects.ApprovalRequestId` (any) Approval Request Id - `brmObjects.ApprovedBy` (any) ApprovedBy - `brmObjects.ApprovedOn` (any) ApprovedOn - `brmObjects.CalculationMode` (any) Calculation Mode: Termed - Calculates the quote based on the period structure defined in the Periods tab. Recommended for calculating long-term deals with a complicated structure. Evergreen - Calculates only the first subscription cycle cost for each quote item. - `brmObjects.Created` (any) System controlled field: Date and time the record was created - `brmObjects.CreatedUserId` (any) System controlled field: Id of the user that created the record - `brmObjects.Currency` (any, required) Currency: Currency Code - `brmObjects.DefaultContractId` (any) Default Contract - `brmObjects.EmailSentOn` (any) EmailSentOn - `brmObjects.EndDate` (any) Service End Date - `brmObjects.FileName` (any) FileName - `brmObjects.Id` (any, required) ID: Quote Id - `brmObjects.IsReadyForActivation` (any) IsReadyForActivation - `brmObjects.NeedValidate` (any) NeedValidate - `brmObjects.OnEndDate` (any) On End Date: Renew or Terminate on end date (is used for contract creation) - `brmObjects.OrderId` (any) Order Id - `brmObjects.OriginalQuoteId` (any) Original Quote: Original Quote to which the Amendment is done - `brmObjects.ParentQuoteId` (any) Parent Quote Id: Parent quote Id (for tree of quotes) if any - `brmObjects.ProductCount` (any) Product Count - `brmObjects.ProductTreeMode` (any) ProductTreeMode - `brmObjects.QuoteCategory` (any) QuoteCategory - `brmObjects.QuoteDocTemplateId` (any) PDF Template: Quote Document Template - `brmObjects.QuoteDraftId` (any, required) QuoteDraftId - `brmObjects.QuoteName` (any) Quote Name - `brmObjects.QuoteSource` (any) Quote Source - `brmObjects.SalesforceAccountId` (any) Salesforce Account - `brmObjects.SalesforceBPQuoteId` (any) SalesforceBPQuoteId - `brmObjects.SalesforceIsPrimary` (any) Is Primary: Select to mark current quote as a primary source to sync data with saleforce opportunity object - `brmObjects.SalesforceOpportunityId` (any) Salesforce Opportunity Id - `brmObjects.SalesforceOpportunityUrl` (any) Salesforce Opportunity URL - `brmObjects.SalesforcePrimaryOpportunityCount` (any) SalesforcePrimaryOpportunityCount - `brmObjects.SendQuote` (any) Send Quote? - `brmObjects.SourceQuoteId` (any) Create from Quote: Original Quote from which this one is copied - `brmObjects.StartDate` (any, required) Service Start Date - `brmObjects.Status` (any) Status - `brmObjects.Updated` (any) System controlled field: Date and time the record was last updated - `brmObjects.UpdatedUserId` (any) System controlled field: Id of the last user that updated the record ## Response 200 fields (application/json): - `updateResponse` (array) - `updateResponse.Id` (any) - `updateResponse.success` (boolean) - `updateResponse.ErrorText` (string) - `updateResponse.ErrorElementField` (string) ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error