forked from developerforce/Force.com-JavaScript-REST-Toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinsert.xml
More file actions
17 lines (17 loc) · 655 Bytes
/
insert.xml
File metadata and controls
17 lines (17 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!-- Contact records -->
<sObjects xmlns="http://www.force.com/2009/06/asyncapi/dataload">
<sObject>
<FirstName>Tom</FirstName>
<LastName>Jones</LastName>
<Department>Marketing</Department>
<Birthdate>1940-06-07Z</Birthdate>
<Description>Self-described as "the top" branding guru on the West Coast</Description>
</sObject>
<sObject>
<FirstName>Ian</FirstName>
<LastName>Dury</LastName>
<Department>R&D</Department>
<Description>World-renowned expert in fuzzy logic design. Influential in technology purchases.</Description>
</sObject>
</sObjects>