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.
事务标识符。在事务成功创建后,会在响应中返回。
事务已成功启动
此页面对您有帮助吗?