FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Force.com-JavaScript-REST-Toolkit/BulkAPISampleFiles/insert.xml at v2 · eprugh/Force.com-JavaScript-REST-Toolkit · GitHub
eprugh
/
Force.com-JavaScript-REST-Toolkit
Public
forked from
developerforce/Force.com-JavaScript-REST-Toolkit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Force.com-JavaScript-REST-Toolkit
/
BulkAPISampleFiles
/
insert.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (17 loc) · 655 Bytes
Breadcrumbs
Force.com-JavaScript-REST-Toolkit
/
BulkAPISampleFiles
/
insert.xml
Copy path
File metadata and controls
17 lines (17 loc) · 655 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
>
Back
|
FazBrowse Home
|
New Git URL