...
Code Block | ||
---|---|---|
| ||
[ { "entityTypeAbbr": "AI", "wfiId": 42, "values": [ { "attrDefId": 123, "val": "some new value" }, { "attrDefId": 456, "val": "another value" }, ] }, { "entityTypeAbbr": "MR", "wfiId": 48, "values": [ { "attrDefId": 555, "val": "some new value" }, { "attrDefId": 543, "val": "another value" }, ] } ] |
Info |
---|
The maximum number of records that can be updated at one time is controlled by /wiki/spaces/DOCS/pages/3699179521 |
Field | Description | ||
---|---|---|---|
| One of these values:
| ||
| The ID of the Workflow instance.
| ||
| An array of attribute values to set. | ||
| Attribute Definition Id of the attribute to set. Must be a valid Attribute defined for the specified entity type. | ||
| Value to set.
|
...