POST api/MostrarFechaHorarioApp
Request Information
URI Parameters
None.
Body Parameters
ControlHorario| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | integer |
None. |
|
| Contraseña | string |
None. |
|
| fecha | date |
None. |
|
| horaEntrada | string |
None. |
|
| horaSalida | string |
None. |
|
| horasTrabajadas | integer |
None. |
|
| ubicacion | string |
None. |
|
| longitud | string |
None. |
|
| latitud | string |
None. |
|
| nombreIncidencia | string |
None. |
|
| observacion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"codigo": 1,
"contraseña": "sample string 2",
"fecha": "2025-12-07T20:28:16.024+01:00",
"horaEntrada": "sample string 4",
"horaSalida": "sample string 5",
"horasTrabajadas": 6,
"ubicacion": "sample string 7",
"longitud": "sample string 8",
"latitud": "sample string 9",
"nombreIncidencia": "sample string 10",
"observacion": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.