Save Transformed Records (POST)

Synchronously commits structured object tree models directly to core database layers.
Resource
1/connect/document-ai-automation/actions/save
Available version
68.0
HTTP methods
POST
Request body for POST
JSON example
1{
2  "transformedData": {
3    "version": "V1",
4    "data": [...]
5  }
6}
Properties
Property Name Type Description Required
transformedData Object The final structured representation of the target objects context graph hierarchy. Required
Response body for POST
Save Transformed Records