GET api/EstadoCuenta?Matricula={Matricula}&IdCicloEscolar={IdCicloEscolar}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Matricula | integer |
Required |
|
| IdCicloEscolar | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
claseEstadoCtaWeb| Name | Description | Type | Additional information |
|---|---|---|---|
| AlumnoWeb | claseAlumnoWeb |
None. |
|
| RegistroPagoColegiaturas | Collection of claseMensualidadWeb |
None. |
Response Formats
application/json, text/json
Sample:
{
"AlumnoWeb": {
"Matricula": 1,
"Nombre": "sample string 2",
"ApellidoPaterno": "sample string 3",
"ApellidoMaterno": "sample string 4",
"Grupo": "sample string 5",
"IdNivel": 6,
"IdCicloEscolar": 7
},
"RegistroPagoColegiaturas": [
{
"NoMes": 64,
"Cuota": 1.0,
"Pagada": true
},
{
"NoMes": 64,
"Cuota": 1.0,
"Pagada": true
}
]
}