# Upsert MIN_MAX_CHARGE Upsert MIN_MAX_CHARGE Endpoint: PATCH /rest/2.0/MIN_MAX_CHARGE Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.CurrencyCode` (integer) Currency - `brmObjects.EffectiveDate` (string) Effective Date - `brmObjects.AccountProductId` (integer) Account Product - `brmObjects.EndDate` (string) End Date - `brmObjects.ProductId` (integer) Product - `brmObjects.ContractRateId` (integer) Contract Rate - `brmObjects.RateClassProductId` (integer) Rate Class Product - `brmObjects.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `brmObjects.ExternalKey` (string) External Key - `brmObjects.Updated` (string) System controlled field: Date and time the record was last updated - `brmObjects.Id` (string, required) Id: Primary key - `brmObjects.MinimumAmount` (string) Minimum - `brmObjects.MaximumAmount` (string) Maximum - `brmObjects.Created` (string) System controlled field: Date and time the record was created - `brmObjects.CreatedUserId` (string) System controlled field: Id of the user that created the record - `brmObjects.PackageProductId` (integer) Package Product - `brmObjects.PricingPlanId` (integer) PricingPlanId - `externalIDFieldName` (string) Enum: "ExternalKey" ## Response 200 fields (application/json): - `upsertResponse` (array) - `upsertResponse.Id` (integer) - `upsertResponse.success` (boolean) - `upsertResponse.ErrorText` (string) - `upsertResponse.ErrorElementField` (string) - `upsertResponse.created` (boolean)