CancelWaitingJob
Cancels a job currently in the waiting queue.
Required Parameter
| Parameter Key | Value Type | Parameter Description | 
|---|---|---|
| jobNumber | Alphanumeric string | 
               A unique system-generated ID for a specific job. This is a key field and is required for most Queued Job actions. Minimum length for strings is 1 and the maximum length for strings is 10.  | 
            
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.  | 
            
XML request format
Format of the request XML payload for GET method calls.
/lawson-ios/action/CancelWaitingJob?jobOwner=<jobOwner>&jobNumber=<jobNumber>
         Deprecated CGI information
The CancelWaitingJob service replaces some functionality of the CGI: xjobctrl.exe
CGI URL: SERVER:PORT/cgi-lawson/xjobctrl.exe?-d&LAWSON\lawsonuser&0000000001
           Note: The CGI did not support keys, only values.