Panel | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
<
|
Este servicio será consultado por las aplicaciones que necesiten sincronizar datos de alumnos con la BDC.
Situación actual
...
Campos | Descripción | Reglas de negocio |
---|---|---|
UUID del Alumno |
|
|
...
http://desenv.uno-internacional.com/sif/unoStudent/00000000-0000-1000-0000-000001003549
...
<unoStudent refId="00000000-0000-1000-0000-000001003549" > Identificador único en la BDC
<studentId>ADP4A.14</studentId>
<name>
<firstName>VALERIA MICHELLE</firstName> Nombre
<middleName>PIÑEIRO</middleName> Primer apellido
<lastName>ARENAS</lastName> Segundo apellido
</name>
<birthDate>2002-02-18</birthDate> Fecha de nacimiento
<sex>Female</sex> (Male, Female, Not selected)
<userId>valeria.pineiro</userId> Username
<language>ES</language>
<personRefId>00000000-0000-1000-0000-000001003674</personRefId> persona.persona_id (Identificador único en la BDC)
<curp>PIAV020218MDFXRLB2</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>3</buildingSiteNumber>
<county>GUSTAVO A. MADERO</county>
<stateProvince>Distrito Federal</stateProvince>
<countyRefId>00000000-0000-1000-0000-000000011292</countyRefId>
</address>
</addressList>
<phoneNumberList></phoneNumberList>
<schoolEmailList></schoolEmailList>
</unoStudent>
...