Close a job by sending a POST request to the following URI. The request URI identifies the job to close. When a job is closed, no more batches can be added.
<?xml version="1.0" encoding="UTF-8"?> <jobInfo
xmlns="http://www.force.com/2009/06/asyncapi/dataload"> <state>Closed</state> </jobInfo>
<?xml version="1.0" encoding="UTF-8"?> <jobInfo
xmlns="http://www.force.com/2009/06/asyncapi/dataload"> <id>750D0000000002lIAA</id> <operation>insert</operation> <object>Account</object> <createdById>005D0000001ALVFIA4</createdById> <createdDate>2009-04-14T18:15:59.000Z</createdDate> <systemModstamp>2009-04-14T18:15:59.000Z</systemModstamp> <state>Closed</state> </jobInfo>