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": {} }
한 번에 추가할 수 있는 레코드의 최대 개수는 5,000개입니다.
The access token received from the authorization server in the OAuth 2.0 flow.
카탈로그 식별자입니다. 전체 카탈로그 목록에서 확인할 수 있습니다.
추가할 레코드
1 - 5000
레코드의 고유 ID입니다.
1
레코드의 fields입니다.
표시 하위 속성
작업이 성공적으로 완료되었습니다. 자세한 내용은 응답을 참조하십시오.
성공적으로 삽입된 행의 수
발생한 오류 목록
이 페이지가 도움이 되었나요?