Start a job.

Start a job by Id.


Function

  • startJob()

Url

  • POST: /PuresendService/v1/startJob

Parameters

  • jobId: Integer
    • Job id to start.

Return

  • statusCode: int
    • 1: success
    • 0: failed

Exception

  • Exception

Documentation

  • Start a job from a draft job based on user privileges, use the function:startJob()

Examples

{
    "jobId" : 12345
}
{
    "statusCode" : 0
}