# Update Quote Product Update Quote Product Endpoint: PUT /rest/2.0/QUOTE_PRODUCT Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.AccountPackageId` (any) Account Package - `brmObjects.ActivationContractId` (any) Activation Contract - `brmObjects.ContractError` (any) Contract Error - `brmObjects.CostTotal` (any) Cost Total - `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.Id` (any, required) Quote Product ID - `brmObjects.IdenticalQuantityFlag` (any) IdenticalQuantityFlag - `brmObjects.IdenticalRateFlag` (any) IdenticalRateFlag - `brmObjects.Name` (any) Name - `brmObjects.OriginalQuoteProductId` (any) Original Quote Product Id - `brmObjects.OverageFlag` (any) OverageFlag - `brmObjects.PackageId` (any) Package - `brmObjects.PackageProductId` (any) PackageProductId: Package Component Id - `brmObjects.ParentQuoteProductId` (any) Parent Quote Product Id - `brmObjects.ProductId` (any) Product - `brmObjects.QuoteId` (any, required) QuoteId - `brmObjects.RateSource` (any) Rate Source - `brmObjects.RatingMethod` (any) Rating Method - `brmObjects.RatingMethodId` (any) RatingMethodId - `brmObjects.RelationType` (any) Type - `brmObjects.Status` (any) Status: Product Id - `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 - `brmObjects.ViewActivationContractId` (any) Activation Contract ## 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