Gets the information about transaction staging errors or event staging errors.
Staging errors of the specified type are returned.
No record is found for the error type specified in the path parameter.
curl -X GET --header "token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlpJTkdBUEkiLCJpc3MiOiJSRVZQUk8gMy4wIFdlYnNlcnZpY2VzIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImV4cCI6MTUwNDc0ODE4MywiaWF0IjoxNTA0NzQ2MzgzLCJuYmYiOjE1MDQ3NDYzODMsImNsaWVudG5hbWUiOiJEZWZhdWx0In0.k1usDPkgldj-OG9-ga-jn5B2Axx-HG4D0chytx5JPIg" "https://yourHost/api/integration/v1/stage/error/transaction"
{- "Result": [
- {
- "client_id": 0,
- "crtd_by": "string",
- "crtd_dt": "2019-08-24T14:15:22Z",
- "err_msg": "string",
- "id": 0,
- "inv_line_id": "string",
- "inv_line_num": "string",
- "processed_flag": "string",
- "sec_atr_val": "string",
- "so_line_id": "string",
- "so_line_num": "string",
- "so_num": "string",
- "type": "string",
- "updt_by": "string",
- "updt_dt": "2019-08-24T14:15:22Z",
- "upload_id": "string"
}
], - "status": "Success"
}