跳轉到主要內容
POST
/
api
/
reporting
/
v2
/
exports
/
transaction-steps
建立交易步驟匯出請求
curl --request POST \
  --url https://vantage-us.abbyy.com/api/reporting/v2/exports/transaction-steps \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "filters": {
    "startDate": "2025-12-17T15:36:38.524Z",
    "skillId": "<string>",
    "transactionId": "<string>",
    "endDate": "2023-11-07T05:31:56Z"
  },
  "sendEmailNotification": true
}
'
{
  "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

授權

Authorization
string
header
必填

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

主體

filters
object

用於處理作業步驟的篩選條件

sendEmailNotification
boolean

允許在請求處理完成後傳送通知

回應

確定

requestId
string<uuid>