English
cURL
curl --request POST \ --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs/{catalogId}/records \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data ' [ { "id": "<string>", "fields": {} } ] '
{ "insertedRowCount": 123, "errorRows": {} }
The maximum number of records that can be added at a time is 5000
The access token received from the authorization server in the OAuth 2.0 flow.
Catalog identifier. You can find it in the list of all catalogs.
Records to add
1 - 5000
Unique id of the record
1
Record fields
Show child attributes
Operation completed successfully. The details can be found in the response.
Number of successfully inserted rows
List of the errors occurred
Was this page helpful?