forked from BambooHR/bhr-api-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_import.xml
42 lines (42 loc) · 1.07 KB
/
test_import.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<employees xmlns="http://www.bamboohr.com/xml/employees/import">
<employee number="11003">
<status>Active</status>
<firstName>Jiminy2</firstName>
<lastName>Christmas</lastName>
<middleName>H.</middleName>
<homeEmail>[email protected]</homeEmail>
<homePhone>123-456-7890</homePhone>
<birthDate>1976-01-21</birthDate>
<hireDate>2009-03-01</hireDate>
<termDate isNull="true"></termDate>
<ssn>123-456-7890</ssn>
<address>
<street1>1234 Street</street1>
<city>Anytown</city>
<state>UT</state>
<country>United States</country>
</address>
<contacts>
<contact>
<name>Kami H. Christmas</name>
<relation>Spouse</relation>
<homePhone>123-456-7890</homePhone>
</contact>
<contact>
<name>White L. Christmas</name>
<relation>daughter</relation>
<homePhone>123-456-7890</homePhone>
</contact>
</contacts>
<jobInformation>
<row>
<date>2011-11-12</date>
<department>4222</department>
</row>
<row>
<date>2011-11-01</date>
<department>4221</department>
</row>
</jobInformation>
</employee>
</employees>