Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Import Link Fixer

...

DescripciónConsulta o Actualiza un Colegio por su id.
Referencia SIFExtensión de SIF 3.0.1
Entidad BDCColegio
Entidad SIFExtensión de la entidad k12school (CEDS_K12.xsd).
Tipo de Petición

GET para consultar y PUT para actualizar

Parámetros


Campos en URL
Descripción
Reglas de negocio
UUID del Colegio que se consulta 
  • El identificador debe existir.
  • En caso de ser un ID de colegio no válido entrega el siguiente mensaje:

    <code>404</code>
    <message>No se encontraron datos con los parámetros especificados.</message>


En caso de no indicar valor formato de la fecha es incorrectoValores: Male, Female, Not selected
  • Idioma
  • Valores: Ver catalogo de Catálogos_generales_BDC
    Campos en PayloadDescripciónReglas de negocio
    unoSchool refId
    • UUID del Colegio que se consulta 
    • Obligatorio

     

    schoolIdSystem
    • Clave del colegio
     
    name
    • Descripción
     
    country
    • País
    birthDate
    • Fecha de nacimiento
    • Formato: aaaa-mm-dd
    • Obligatorio
    • El identificador debe existir.
    • En caso de ser un ID de colegio no válido entrega el siguiente mensaje:

      <code>400</code>
      <message>El

    • parámetro 'id' es requerido.</message>

    SexoschoolIdSystem
    • Clave del colegio
     language
    name
    • Descripción
     
    curpcountry
    • Curp
     
    • Clave del País
    addressType
    • Tipo domicilio
    • Valores: Physical, Mailing, Shipping
     
    street line1
    • Calle
     
    city
    • Ciudad
     
    neighborhood
    • Colonia
     
    postalCode
    • Código postal
     
    buildingSiteNumber
    • Número
    • Obligarotio
     
    county 
    stateProvince
    • Estado
     
    countyRefId
    • Identificador único en la BDC municipio.municipio_id
    • Obligatorio
    • Valores: ver maestro de municipios.
     
    phoneNumberType
    • Tipo
    • Valores: HomeMain, MobileAdministrative
     
    number
    • Teléfono
     
    email
    • Correo electrónico
     


    Ejemplo de llamada o de formulario

    https://homol.uno-internacional.com/sif/unoSchool/00000000-0000-1000-0000-000000001135

    Code Block
    languagexml
    <unoSchool refId="00000000-0000-1000-0000-000000001135"
    > colegio.colegio_id (identificador único en la BDC)
    <schoolIdSystem>IEDIS</schoolIdSystem> Colegio clave
    <name>IEDIS PRIMARIA METEPEC</name> Descripción
    <country>MX</country>
    <addressList>
    <address
     >
        <schoolIdSystem>IEDIS</schoolIdSystem>
        <name>IEDIS PRIMARIA METEPEC</name>
        <country>MX</country>
        <addressList>
            <address addressType="Physical">

    <street>
    <line1>MARIANO MATAMOROS</line1>
    </street>
    <city>METEPEC</city>
    <neighborhood>BARRIO DE SAN MATEO</neighborhood>
    <postalCode>52149</postalCode>
    <buildingSiteNumber>1201 </buildingSiteNumber>
    <county>METEPEC</county>
    <stateProvince>Estado de México</stateProvince>
    
                <street>
                    <line1>MARIANO MATAMOROS</line1>
                </street>
                <city>METEPEC</city>
                <neighborhood>BARRIO DE SAN MATEO</neighborhood>
                <postalCode>52149</postalCode>
                <buildingSiteNumber>1201</buildingSiteNumber>
                <county>METEPEC</county>
                <stateProvince>Estado de México</stateProvince>
                <countyRefId>00000000-0000-1000-0000-000000011121</countyRefId>

    
            </address>

    <address
    
            <address addressType="Mailing">

    <street>
    <line1>AV. JUAREZ</line1>
    </street>
    <city>TOLUCA</city>
    <neighborhood>SAN MATEO OXTOTITLAN</neighborhood>
    <postalCode>50100</postalCode>
    <buildingSiteNumber>207</buildingSiteNumber>
    <county>TOLUCA</county>
    <stateProvince>Estado de México</stateProvince>
    
                <street>
                    <line1>AV. JUAREZ</line1>
                </street>
                <city>TOLUCA</city>
                <neighborhood>SAN MATEO OXTOTITLAN</neighborhood>
                <postalCode>50100</postalCode>
                <buildingSiteNumber>207</buildingSiteNumber>
                <county>TOLUCA</county>
                <stateProvince>Estado de México</stateProvince>
                <countyRefId>00000000-0000-1000-0000-000000011235</countyRefId>

    
            </address>

    <address
    
            <address addressType="Shipping">

    <street>
    <line1>MARIANO MATAMOROS</line1>
    </street>
    <city>METEPEC</city>
    <neighborhood>BARRIO DE SAN MATEO</neighborhood>
    <postalCode>52149</postalCode>
    <buildingSiteNumber>1201 </buildingSiteNumber>
    <county>METEPEC</county>
    <stateProvince>Estado de México</stateProvince>
    
                <street>
                    <line1>MARIANO MATAMOROS</line1>
                </street>
                <city>METEPEC</city>
                <neighborhood>BARRIO DE SAN MATEO</neighborhood>
                <postalCode>52149</postalCode>
                <buildingSiteNumber>1201</buildingSiteNumber>
                <county>METEPEC</county>
                <stateProvince>Estado de México</stateProvince>
                <countyRefId>00000000-0000-1000-0000-000000011121</countyRefId>

    
            </address>

    
        </addressList>

    <phoneNumberList>
    <phoneNumber
    
        <phoneNumberList>
            <phoneNumber phoneNumberType="Main">

    
                <number>(722)319-0286 (722)318-4843 (722) 271-3148</number>

    
            </phoneNumber>

    <phoneNumber
    
            <phoneNumber phoneNumberType="Administrative">

    
                <number>(044) (722) 408 89 64</number>

    
            </phoneNumber>

    
        </phoneNumberList>

    <schoolEmailList>
    <schoolEmail>
    <email>contabilidad@casitaiedis.edu.mx</email>
    </schoolEmail>
    </schoolEmailList>
    
        <schoolEmailList>
            <schoolEmail>
                <email>contabilidad@casitaiedis.edu.mx</email>
            </schoolEmail>
        </schoolEmailList>
    </unoSchool>


    Respuesta

     

    ¿Quién lo utiliza y cómo?

     

    ...