# Upsert Condition Group Member Upsert Condition Group Member Endpoint: PATCH /rest/2.0/CONDITION_GROUP_MEMBER Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.EntityFieldId` (integer, required) EntityFieldId - `brmObjects.ExternalKey` (string) ExternalKey: Combined with parent and uniq keys field - `brmObjects.ConditionGroupId` (string) ConditionGroupId - `brmObjects.OrderId` (string) OrderId: Sort order - `brmObjects.Expression` (string) Expression - `brmObjects.RelationEntityField` (string) RelationEntityField - `brmObjects.RelationExpression` (string) RelationExpression - `brmObjects.Id` (string, required) Id: primary key - `brmObjects.Condition` (string) Condition - `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)