
Api Asynch
DOWNLOAD
First things first !
To download this implementation guide, click the download button below.
If you need more information about the implementation guide, you can read the Table of Contents below.
Chapter Introduction to Bulk API
Use CORS to Access Salesforce Resources from Web Browsers
Chapter Quick Start
Set Up a Salesforce Developer Edition Organization
Install cURL
Send HTTP Requests with cURL
Step Log In Using the SOAP API
Step Create a Job
Step Add a Batch to the Job
Step Close the Job
Step Check Batch Status
Step Retrieve Batch Results
Chapter Plan Bulk Data Loads
General Guidelines for Data Loads
Use Compression for Responses
Chapter Prepare Data Files
Find Field Names
Valid Date Format in Records
Prepare CSV Files
Relationship Fields in a Header Row
Valid CSV Record Rows
Sample CSV File
Prepare XML and JSON Files
Relationship Fields in Records
Valid XML and JSON Records
Sample XML File
Sample JSON File
Chapter Load Binary Attachments
Create a requesttxt File
Create a Zip Batch File with Binary Attachments
Create a Job for Batches with Binary Attachments
Create a Batch with Binary Attachments
Chapter Request Basics
About URIs
Set a Session Header
Chapter Work with Jobs
Create a Job
Monitor a Job
Close a Job
Get Job Details
Abort a Job
Job and Batch Lifespan
Chapter Work with Batches
Add a Batch to a Job
Monitor a Batch
Get Information for a Batch
Get Information for All Batches in a Job
Interpret Batch State
Get a Batch Request
Get Batch Results
Handle Failed Records in Batches
Chapter Bulk Query
Chapter Reference
Schema
JobInfo
BatchInfo
Headers
Content Type Header
Batch Retry Header
Line Ending Header
PK Chunking Header
HTTP Status Codes
Errors
Bulk API Limits
API EndofLife
Appendix A Sample Client Application Using Java
Set Up Your Client Application
Walk Through the Sample Code