Se agrega la etiqueta "<unoStaffList>" cuando se actualizan varios: (cómo máximo permitimos como buena práctica que se añadan máximo 15 entidades)
Code Block |
---|
|
<unoStaffList>
<unoStaff refId="">
<name>
<firstName>Staff</firstName>
<middleName>Prueba</middleName>
<lastName>Sif</lastName>
</name>
<birthDate>2014-06-06</birthDate>
<sex>Male</sex>
<userId>new.staff.1</userId>
<password>bmV3LnN0YWZmLjE=</password>
<language>ES</language>
<zona_horaria_id>16</zona_horaria_id>
<curp></curp>
<addressList>
<address addressType="Physical">
<street>
<line1>CALLE 8 DE MAYO</line1>
</street>
<city>MEXICO</city>
<neighborhood>PLANETARIO LINDAVISTA</neighborhood>
<postalCode>07300</postalCode>
<buildingSiteNumber>2</buildingSiteNumber>
<county>GUSTAVO A MADERO</county>
<stateProvince>Distrito Federal</stateProvince>
<countyRefId>00000000-0000-1000-0000-000000011302</countyRefId>
</address>
</addressList>
<phoneNumberList>
<phoneNumber phoneNumberType="Home">
<number>53956782</number>
</phoneNumber>
<phoneNumber phoneNumberType="Mobile">
<number>5537651829</number>
</phoneNumber>
</phoneNumberList>
<schoolEmailList>
<schoolEmail>
<email>new.staff.1@correo.com</email>
</schoolEmail>
</schoolEmailList>
<personRoleId>00000000-0000-1000-0000-000000526589</personRoleId>
</unoStaff>
</unoStaffList> |