update_data_record_full
Replace an entire data record by providing a new data object and specifying the Data Page ID. Updates are based on the conditional save plan configured for the savable Data Page.
Instructions
Fully update an existing data record based on conditional save plan configured for a savable Data Page. Overrides the entire data record with the provided data object.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data object containing all properties to update in the data record. This will replace the entire existing record. | |
dataViewID | Yes | ID of savable Data Page to update. Must be a valid, existing data view identifier. |