CopyJob
Copies a job for placement in the job queue.
URL (general format)
SERVER:PORT/lawson-ios/action/CopyJob? <parameter=key>
Required Parameters
| Parameter Key | Value Type | Parameter Description |
|---|---|---|
| jobOwner | Alphanumeric string |
The owner of the job in the appropriate format. For example, in Windows, the format might be: Maximum length for strings is 10. |
| jobName | Alphanumeric string | The job name. Maximum length for strings is 10. |
| copyToJobOwner | Alphanumeric string | Job owner of the new job based off the source job. Maximum length for strings is 10. |
| copyToJobName | Alphanumeric string | Job name of the new job based off the source job. Maximum length for strings is 10. |
Example URL
SERVER:PORT/lawson-ios/action/CopyJob?jobOwner=LAWSON\lawsonuser&jobName=TESTJOB&jobQueue=TQUEUE&startDate=20151212&startTime=120000&wait=false
Additional Information
GET HTTP method call type is supported.
SERVER:PORT/lawson-ios/action/CopyJob