Un-pause a Job.
Un-pause a Job by Id.
Function
unpauseJob()
Url
- POST:
/PuresendService/v1/unpauseJob
Parameters
- jobId:
int
- Job Id.
Return
- statusCode:
int
1
: success0
: failed
Exception
- Exception
Documentation
- Start a paused job based on user privileges.
Examples
{
"jobId" : 12345
}
{
"statusCode" : 0
}