Since 14.0 - Caribou Lou.
The REST API now includes a feature that allows users to perform batch updates on condition records by providing the full key of the records. This functionality enables updates to non-key fields and non-validity period fields, including attributes and integration status fields. Users can leverage this capability to ensure all required attributes are correctly set. The feature utilizes the existing generic REST API endpoint loaddata.
The Condition Record Set can be identified by either ID (Example 1) or Name (Example 2). As per the general functionality of the loaddata endpoint, the (non-key, non-validity) attributes not listed in the request stay untouched.
In the actual request, replace CRCIX with the correct type depending on the number of keys the Condition Record Item(s) have (CRCI1..CRCI12).
Example 1
In this example, Condition Record Set ID is provided.
|
Item |
Value |
|---|---|
|
Method |
|
|
URL |
|
|
Request |
JSON
|
|
Response |
JSON
|
Example 2
In this example, Condition Record Set Name is provided.
|
Item |
Value |
|---|---|
|
Method |
|
|
URL |
|
|
Request |
JSON
|
|
Response |
JSON
|
See also:
-
Insert Bulk Data (REST API Documentation)
-
Condition Record Sets (Unity Documentation)