跳转到主要内容
POST
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
start
启动事务
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>"
}

授权

Authorization
string
header
必填

The access token received from the authorization server in the OAuth 2.0 flow.

路径参数

transactionId
string<uuid>
必填

事务标识符。在事务成功创建后,会在响应中返回。

响应

事务已成功启动