# Upsert Invoice Section Filter Upsert Invoice Section Filter Endpoint: PATCH /rest/2.0/INVOICE_GROUP_CONDITION Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.Id` (string, required) Id - `brmObjects.InvoiceGroupId` (integer) InvoiceGroupId - `brmObjects.EntityFieldId` (integer) EntityFieldId - `brmObjects.Condition` (string) Condition - `brmObjects.OrderId` (string) OrderId - `brmObjects.Expression` (string) Expression - `brmObjects.RelationEntityField` (string) RelationEntityField - `brmObjects.RelationExpression` (string) RelationExpression - `brmObjects.ExternalKey` (string) ExternalKey - `brmObjects.ConditionGroupId` (integer) ConditionGroupId - `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)