Step One: Create a Job

Create a job by sending a POST request to this URI. The request body identifies the type of object processed in all associated batches.

URI: /services/async/APIversion/job

Example XML request body

Example XML response body

Example JSON request body

Example JSON response body

In these samples, the contentType field indicates that the batches associated with the job are in CSV format. For alternative options, such as XML or JSON, see JobInfo.

The operation value must match that shown in JobInfo. For example, you get an error if you use INSERT instead of insert.

See Also