Get Cashflow Refresh Job Status

GET /ws/rest/service/v1/cashflow/jobs/{job_id}

Purpose:

To retrieve Cashflow refresh job status

Input:

All parameters should be URL encoded.

Path Parameter

job_id: Required

Output:

JSON object containing 'status', 'data', 'message'

Status codes are:

1> 200 OK , if success

For Partial failure, relevant message will be displayed.

Refresh Cashflow Job status Sample Response

1) on success.

{

"data":"",

"job_status":"Finished",

"status_code":200,

"message":"OK"

}

2) when job is in progress.

{

"data":"",

"job_status":"In progress",

"status_code":200,

"message":"OK"

}

3) when job has failed.

{

"data":"Failure detail",

"job_status":"Finished with errors",

"status_code":1006,

"message":"Job processing failed with errors."

}



Legal Notices | Your Privacy Rights
Copyright © 1998, 2022

Last Published Tuesday, February 8, 2022