# Upsert LINKED_OVERAGE_COMPONENT Upsert LINKED_OVERAGE_COMPONENT Endpoint: PATCH /rest/2.0/LINKED_OVERAGE_COMPONENT Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.ReferencedColumn` (string, required) ReferencedColumn - `brmObjects.Id` (string, required) Id: primary key - `brmObjects.ExternalKey` (string) ExternalKey: Combined with parent and uniq keys field - `brmObjects.Name` (string) Name - `brmObjects.Type` (string, required) Type - `brmObjects.Value` (string) Value - `brmObjects.AccountId` (integer) AccountId - `brmObjects.PackageId` (integer) PackageId - `brmObjects.ProductId` (integer) ProductId - `brmObjects.PackageProductId` (integer) PackageProductId - `brmObjects.InternationalRateId` (integer) InternationalRateId - `brmObjects.RatingMethodId` (integer, required) RatingMethodId - `brmObjects.GroupId` (string) GroupId - `brmObjects.GroupName` (string) GroupName - `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)