Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Situación actual

DescripciónActualiza un Alumno.
Referencia SIFExtensión de SIF 3.0.1
Entidad BDCAlumno
Entidad SIFExtensión de la entidad k12student (CEDS_K12.xsd).
Tipo de PeticiónPut
Parámetros
Campos
Descripción
Reglas de negocio
UUID del Alumno
  • UUID del Alumno que se consulta
  • Obligatorio
  • El identificador debe existir.
  • En caso de ser un ID de alumno no válido entrega el siguiente mensaje:

    <error refId="00000000-0000-1000-0000-000179262049">
    <code>404</code>
    <message>No se encontraron datos con los parámetros especificados.</message>
    </error>

Ejemplo de llamada o de formulario

http://desenv.uno-internacional.com/sif/unoStudent/00000000-0000-1000-0000-000001003549

Parámetros en XML payload
CampoDescripcionReglas de Negocio
Payload  
   
   
XML Payload

<unoStudent refId="00000000-0000-1000-0000-000001003549">

    <studentId>ADP4A.14</studentId>

    <name>

        <firstName>VALERIA MICHELLE</firstName>

        <middleName>PIÑEIRO</middleName>

        <lastName>ARENAS</lastName>

    </name>

    <birthDate>2012-12-11</birthDate>

    <sex>Female</sex>

    <userId>valeria.pineiro</userId>

    <password>dmFsZXJpYS5w</password>

    <personRefId>00000000Identificador único en la BDC
<studentId>ADP4A.14</studentId> Clave del Alumno
<name>
<firstName>VALERIA MICHELLE</firstName> Nombre
<middleName>PIÑEIRO</middleName> Segundo nombre
<lastName>ARENAS</lastName> Apellido paterno
</name>
<birthDate>2012-12-11</birthDate>
<sex>Female</sex>
<userId>valeria.pineiro</userId>
<password>dmFsZXJpYS5w</password>
<personRefId>00000000-0000-1000-0000-000001003674<000001003674</personRefId>
    <curp>PIAV020218MDFXRLB2</curp>
    <addressList>
        <address addressType="Physical">
            <street>
                <line1>CALLE <line1>CALLE 8 DE MAYO<MAYO</line1>
            </street>
            <city>MEXICO< <city>MEXICO</city>
            <neighborhood>PLANETARIO LINDAVISTA< <neighborhood>PLANETARIO LINDAVISTA</neighborhood>
            <postalCode>07300< <postalCode>07300</postalCode>
            <buildingSiteNumber>2< <buildingSiteNumber>2</buildingSiteNumber>
            <county>GUSTAVO A MADERO< <county>GUSTAVO A MADERO</county>
            <stateProvince>Distrito Federal< <stateProvince>Distrito Federal</stateProvince>

            <countyRefId>

00000000 <countyRefId>00000000-0000-1000-0000-000000011302<000000011302</countyRefId>
        </address>
        <address addressType="Mailing">
            <street>
                <line1>CALLE <line1>CALLE 10 DE ABRIL<ABRIL</line1>
            </street>
            <city>IRAPUATO< <city>IRAPUATO</city>
            <neighborhood>TABACHINES< <neighborhood>TABACHINES</neighborhood>
            <postalCode>07500< <postalCode>07500</postalCode>
            <buildingSiteNumber>22< <buildingSiteNumber>22</buildingSiteNumber>
            <county>IRAPUATO< <county>IRAPUATO</county>
            <stateProvince>Guanajuato< <stateProvince>Guanajuato</stateProvince>

            <countyRefId>

00000000 <countyRefId>00000000-0000-1000-0000-000000008126<000000008126</countyRefId>
        </address>
    </addressList>
    <phoneNumberList>
        <phoneNumber phoneNumberType="Home">
            <number>53956782< <number>53956782</number>
        </phoneNumber>
        <phoneNumber phoneNumberType="Mobile">
            <number>5537651829< <number>5537651829</number>
        </phoneNumber>
    </phoneNumberList>
    <schoolEmailList>
        <schoolEmail>
            <email>correo@correo <email>correo@correo.com</email>
        </schoolEmail>
    </schoolEmailList>
</unoStudent>

Ejemplo de llamada o de formulario

http://desenv.uno-internacional.com/sif/unoStudent/00000000-0000-1000-0000-000001003549

Respuesta

<unoStudent refId="00000000-0000-1000-0000-000001003549" > Identificador único en la BDC
<studentId>ADP4A.14</studentId> Clave del alumno
<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> Idioma
<personRefId>00000000-0000-1000-0000-000001003674</personRefId>  persona.persona_id (Identificador único en la BDC)
<curp>PIAV020218MDFXRLB2</curp> CURP
<addressList>  Listado de domicilios
<address addressType="Physical"> Tipo de dirección (Physical, Mailing, Shipping)
<street>
<line1>CALLE 8 DE MAYO </line1> Calle
</street>
<city>MEXICO</city> Ciudad
<neighborhood>PLANETARIO LINDAVISTA</neighborhood> Colonia
<postalCode>07300</postalCode> Código postal
<buildingSiteNumber>3</buildingSiteNumber> Número
<county>GUSTAVO A. MADERO</county> Municipio
<stateProvince>Distrito Federal</stateProvince> Estado
<countyRefId>00000000-0000-1000-0000-000000011292</countyRefId> Identificador único en la BDC
</address>
</addressList>
<phoneNumberList></phoneNumberList> Listado de teléfonos
<schoolEmailList></schoolEmailList> Listado de correos electrónicos
</unoStudent>

¿Quién lo utiliza y cómo?