Get postprocessing substages status details
get
/api/erp/integrations/resources/v1/{locale}/files/{id}/postProcessDetails
Returns the processing status of the postprocess substages.
Request
Path Parameters
-
id(required): string
The unique identifier of the file.Example:
324108415901929470
-
locale(required): string
The locale to which the file is being uploaded.Example:
en-us
Query Parameters
-
flowName: string
The name of the flow for which the service is being invoked.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
Simple JSON containing post process sub-stages details
Root Schema : PostProcessDetails
Type:
Show Source
object
-
fileId: string
The unique identifier of the file.
-
flowName: string
The name of the flow for which the service is being invoked.
-
stageName: string
The name of the processing stage.
-
stageStatus: string
The processing status of the stage.
-
subLedgerName: string
The name of the subledger application associated with the uploaded file.
-
subStages: array
subStages
The processing details of post processing substages.
Nested Schema : subStages
Type:
array
The processing details of post processing substages.
Show Source