POST api/Marcaje
Request Information
URI Parameters
None.
Body Parameters
MarcajeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdMarcaje | integer |
None. |
|
| IdOperario | integer |
None. |
|
| IdServicio | integer |
None. |
|
| Operador | string |
None. |
|
| TotalTiempo | Collection of date |
None. |
|
| Servicio | string |
None. |
|
| CodigoPunto | string |
None. |
|
| NombrePunto | string |
None. |
|
| NombreTelefono | string |
None. |
|
| Telefono | string |
None. |
|
| Imei | string |
None. |
|
| Iteraciones | integer |
None. |
|
| SumaTiempo | integer |
None. |
|
| Fecha | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdMarcaje": 1,
"IdOperario": 2,
"IdServicio": 3,
"Operador": "sample string 4",
"TotalTiempo": null,
"Servicio": "SAMPLE STRING 5",
"CodigoPunto": "sample string 6",
"NombrePunto": "sample string 7",
"NombreTelefono": "sample string 8",
"Telefono": "sample string 9",
"Imei": "sample string 10",
"Iteraciones": 1,
"SumaTiempo": 11,
"Fecha": "2026-04-14T15:38:19.649768+02:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.