PUT api/ControlAsistencias/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ControlAsistencias| Name | Description | Type | Additional information |
|---|---|---|---|
| ControlAsistenciasID | integer |
None. |
|
| Fecha | date |
None. |
|
| FrenteTrabajosID | integer |
None. |
|
| FechaRegistro | date |
None. |
|
| UsuariosID | integer |
None. |
|
| Notas | string |
Data type: MultilineText |
|
| Id | integer |
None. |
|
| Enviado | boolean |
None. |
|
| EmpresasID | integer |
None. |
|
| ControlAsistenciasDetalles | Collection of ControlAsistenciasDetalles |
None. |
|
| ControlAsistenciasFotos | Collection of ControlAsistenciasFotos |
None. |
Request Formats
application/json, text/json
Sample:
{
"ControlAsistenciasID": 1,
"Fecha": "2025-12-18T21:39:53.2084275-08:00",
"FrenteTrabajosID": 3,
"FechaRegistro": "2025-12-18T21:39:53.2084275-08:00",
"UsuariosID": 5,
"Notas": "sample string 6",
"Id": 7,
"Enviado": true,
"EmpresasID": 9,
"ControlAsistenciasDetalles": [
{
"ControlAsistenciasDetallesID": 1,
"Fecha": "2025-12-18T21:39:53.2240789-08:00",
"EmpleadosID": 4,
"Empleado": "sample string 5",
"Documento": "sample string 6",
"TipoAsistenciasID": 7,
"TipoAsistencia": "sample string 8",
"ObrasID": 9,
"Obra": "sample string 10",
"ActividadesID": 11,
"Notas": "sample string 12",
"DiaJornada": 13,
"Registro": "sample string 14",
"CargosID": 15,
"AreaID": 16,
"TipoEmpleadosID": 17,
"TipoRotativosID": 18,
"TipoJornadasID": 19,
"TipoNominasID": 20,
"UsuariosID": 21,
"Trx": 22,
"Id": 23,
"FrenteTrabajosID": 24,
"EmpresasID": 25
},
{
"ControlAsistenciasDetallesID": 1,
"Fecha": "2025-12-18T21:39:53.2240789-08:00",
"EmpleadosID": 4,
"Empleado": "sample string 5",
"Documento": "sample string 6",
"TipoAsistenciasID": 7,
"TipoAsistencia": "sample string 8",
"ObrasID": 9,
"Obra": "sample string 10",
"ActividadesID": 11,
"Notas": "sample string 12",
"DiaJornada": 13,
"Registro": "sample string 14",
"CargosID": 15,
"AreaID": 16,
"TipoEmpleadosID": 17,
"TipoRotativosID": 18,
"TipoJornadasID": 19,
"TipoNominasID": 20,
"UsuariosID": 21,
"Trx": 22,
"Id": 23,
"FrenteTrabajosID": 24,
"EmpresasID": 25
}
],
"ControlAsistenciasFotos": [
{
"ControlAsistenciasFotosID": 1,
"ObrasID": 3,
"TipoRotativosID": 6,
"Registro": "sample string 7",
"Adjunto": "sample string 8",
"Nombre": "sample string 9",
"Tipo": "sample string 10",
"Byte": "QEA=",
"Trx": 11,
"Id": 12,
"Fecha": "2025-12-18T21:39:53.2240789-08:00",
"FrenteTrabajosID": 14,
"To64": "sample string 15",
"EmpresasID": 16,
"Ftp": "https://api.kallpa.app.tymesa.ec",
"UsuariosID": 17
},
{
"ControlAsistenciasFotosID": 1,
"ObrasID": 3,
"TipoRotativosID": 6,
"Registro": "sample string 7",
"Adjunto": "sample string 8",
"Nombre": "sample string 9",
"Tipo": "sample string 10",
"Byte": "QEA=",
"Trx": 11,
"Id": 12,
"Fecha": "2025-12-18T21:39:53.2240789-08:00",
"FrenteTrabajosID": 14,
"To64": "sample string 15",
"EmpresasID": 16,
"Ftp": "https://api.kallpa.app.tymesa.ec",
"UsuariosID": 17
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.