Newer Version Available

This content describes an older version of this product. View Latest

Sample JSON File

The following JSON sample includes two records for the Account object. Each record contains three fields. You can include any field for an object that you’re processing. If you use this file to update existing accounts, fields not defined in the JSON file are ignored during the update. You must include all required fields when you create a record.

The following JSON sample includes two records for the Account object. Each record contains three fields. You can include any field for an object that you’re processing. If you use this file to update existing accounts, fields not defined in the JSON file are ignored during the update. You must include all required fields when you create a record.

1[
2   {
3      "Name" : "Xytrex Co.",
4      "Description" : "Industrial Cleaning Supply Company",
5      "Account Number" : "ABC15797531"
6   },
7   {
8      "Name" : "Watson and Powell, Inc.",
9      "Description" : "Law firm. New York Headquarters",
10      "Account Number" : "ABC24689753"     
11   }
12]