The Job with Multiple Requests service is a HTTP web service that creates a job containing one or more requests. The service redirects to the job status page when the job has been created.
All job parameters must be included as parameters in the HTTP request.
The request parameters and input data files are included as files in the form data request. See the input data section below for more details.
The Job with Single Request service is a HTTP web service that creates a job containing a single request. The service redirects to the job status page when the job has been created.
The difference between this service and the Job with Multiple Requests service is that request parameters must be included as parameters in the HTTP request instead of in the structured input data file.