# Save Account Product Quote Save Account Product Quote Endpoint: POST /rest/2.0/ACCOUNT_PRODUCT_QUOTE Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.AccountId` (any) AccountId - `brmObjects.AccountProductId` (any) AccountProductId: CUSTOMER_PRODUCT_ID - `brmObjects.Amount` (any) Amount - `brmObjects.DiscountAmount` (any) DiscountAmount - `brmObjects.DiscountDetails` (any) DiscountDetails - `brmObjects.GrandTotalAmount` (any) GrandTotalAmount - `brmObjects.Id` (any, required) Id: PRODUCT_QUOTE_ID - `brmObjects.PackageProductId` (any) PackageProductId - `brmObjects.ProductId` (any) ProductId - `brmObjects.Quantity` (any) Quantity - `brmObjects.Rate` (any) Rate - `brmObjects.RateDetails` (any) RateDetails - `brmObjects.RateSource` (any) RateSource - `brmObjects.RateSourceId` (any) RateSourceId - `brmObjects.StartDate` (any) StartDate - `brmObjects.TaxAmount` (any) TaxAmount - `brmObjects.TaxDetails` (any) TaxDetails ## Response 200 fields (application/json): - `createResponse` (array) - `createResponse.Id` (any) - `createResponse.success` (boolean) - `createResponse.ErrorText` (string) - `createResponse.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