PUT api/ControlAsistenciasFotos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ControlAsistenciasFotos| Name | Description | Type | Additional information |
|---|---|---|---|
| ControlAsistenciasFotosID | integer |
None. |
|
| ObrasID | integer |
None. |
|
| TipoRotativosID | integer |
None. |
|
| Registro | string |
String length: inclusive between 0 and 1 |
|
| Adjunto | string |
None. |
|
| Nombre | string |
None. |
|
| Tipo | string |
None. |
|
| Byte | Collection of byte |
None. |
|
| Trx | integer |
None. |
|
| Id | integer |
None. |
|
| Fecha | date |
None. |
|
| FrenteTrabajosID | integer |
None. |
|
| To64 | string |
None. |
|
| EmpresasID | integer |
None. |
|
| Ftp | string |
None. |
|
| UsuariosID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"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:44:52.1944846-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.