mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
33 lines
814 B
XML
33 lines
814 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Set>
|
|
<bizPerson id="21">
|
|
<name>Denis</name>
|
|
<status>production</status>
|
|
<org_id>3</org_id>
|
|
<email>denis.flaven@gmail.com</email>
|
|
<phone></phone>
|
|
<location_id>29</location_id>
|
|
<first_name>Flaven</first_name>
|
|
<employe_number></employe_number>
|
|
</bizPerson>
|
|
<bizPerson id="20">
|
|
<name>Quetiez</name>
|
|
<status>production</status>
|
|
<org_id>3</org_id>
|
|
<email>romain.quetiez@gmail.com</email>
|
|
<phone></phone>
|
|
<location_id>1</location_id>
|
|
<first_name>Romain</first_name>
|
|
<employe_number></employe_number>
|
|
</bizPerson>
|
|
<bizPerson id="7">
|
|
<name>Taloc</name>
|
|
<status>production</status>
|
|
<org_id>3</org_id>
|
|
<email>erwan.taloc@gmail.com</email>
|
|
<phone>33172382223</phone>
|
|
<location_id>1</location_id>
|
|
<first_name>Erwan</first_name>
|
|
<employe_number>e12345</employe_number>
|
|
</bizPerson>
|
|
</Set> |