cURL
curl --request POST \ --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/start \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "title": "<string>", "status": "<string>", "detail": "<string>", "instance": "<string>" }
지정된 트랜잭션에 대해 처리를 시작합니다.
The access token received from the authorization server in the OAuth 2.0 flow.
트랜잭션 식별자입니다. 트랜잭션이 성공적으로 생성되면 응답으로 반환됩니다.
트랜잭션이 성공적으로 시작되었습니다
이 페이지가 도움이 되었나요?