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": {} }
一次最多可新增 5000 筆記錄
The access token received from the authorization server in the OAuth 2.0 flow.
Catalog 識別碼。您可以在所有 Catalog 的清單中找到此值。
要新增的記錄
1 - 5000
該筆記錄的唯一 ID
1
記錄欄位
顯示 子屬性
作業已成功完成。詳情請參閱回應內容。
成功插入的資料列數量
發生錯誤的項目清單
這個頁面有幫助嗎?