I have a custom list in Bitrix CRM and want to activate/deactivate certain elements of it. For the elements I have of course the element_id and the IBLOCK_ID of the list. But I dont manage to update the ACTIVE field of an element. Is this possible with a REST API call. I tried it with the devops console in my Bitrix and the request sends a positive answer, but doesnt update the ACTIVE field.
This is how I tried it https://myserver.com/rest/myid/mykey/lists.element.update.json?IBLOCK_TYPE_ID=lists&IBLOCK_ID=25&ELEMENT_ID=123456&FIELDS[NAME]=something&FIELDS[PROPERTY_156]=CO_1111&FIELDS[ACTIVE]=Y