Get exception details for a transaction
get
/api/erp/integrations/resources/v1/{locale}/transactionNumber/{trxNumber}/exceptionDetails
Returns details of the exceptions encountered for a given transaction.
Request
Path Parameters
-
locale(required): string
The locale to which the file is being uploaded.Example:
en-us
-
trxNumber(required): string
The transaction number for which exception details are fetched.Example:
KI2_UT_INV_LEDGER_ETC_2
Query Parameters
-
flowName: string
The name of the flow for which the service is being invoked.
-
reversalFlag: string
Indicates whether it's a reversal transaction.
-
subLedgerName: string
The name of the subledger application associated with the transaction.
-
time: string
The time frame for which the transaction metrics are fetched. Valid values are 1, 2, 3, and so on. The number indicates the number of days. For example, 1 indicates one day and 2 indicates two days.
There's no request body for this operation.
Back to TopResponse
200 Response
OK