Allows you to update label
, userGroupViewDetails
, or userGroupEdit
property of the Condition Record Set (CRCS).
Required roles:
SUPPORT
PB_CONDITIONRECORDEDITOR
OK
{- "data": {
- "label": "Net Price"
}, - "oldValues": {
- "version": 3
}
}
{- "response": {
- "node": "node",
- "data": [
- {
- "version": 4,
- "typedId": "1.CRCS",
- "uniqueName": "testJH_RECSx4",
- "label": "Net Price",
- "userGroupViewDetails": "group1",
- "userGroupEdit": null,
- "keySize": 4,
- "createdByName": "john.doe",
- "lastUpdateByName": "john.doe",
- "updatedBy": 2147484788,
- "updateDate": "2024-02-27T14:53:56",
- "createDate": "2024-02-27T14:52:56",
- "createdBy": 2147484788,
- "lastUpdateDate": "2024-02-27T15:03:01",
- "lastUpdateBy": 2147484788,
- "id": 1
}
], - "status": 0
}
}