DeleteCompletedJob

Deletes a completed job in the waiting queue.

URL (general format)

SERVER:PORT/lawson-ios/action/DeleteCompletedJob? <parameter=key>

Required Parameter

Parameter Key Value Type Parameter Description
jobNumber Numeric string The number of the job to be recovered.

Optional Parameter

Parameter Key Value Type Parameter Description
jobOwner Alphanumeric string

The username of the owner of the job. Default value is the username of the logged-in user.

Minimum length for strings is 1 and the maximum length for strings is 10.

Example URL

/lawson-ios/action/DeleteCompletedJob?jobOwner=<jobOwner>&jobNumber=<jobNumber>