POST api/v1/Herramientas/SaveOrUpdate/{empresaid}/{almacenid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empresaid | integer |
Required |
|
| almacenid | integer |
Required |
Body Parameters
Herramienta| Name | Description | Type | Additional information |
|---|---|---|---|
| FechaMovimiento | date |
None. |
|
| HoraMovimiento | date |
Data type: Time |
|
| Codigo | string |
Required Max length: 20 |
|
| Nombre | string |
Max length: 40 |
|
| Serie | string |
Max length: 50 |
|
| EmpleadoOrigen | string |
Max length: 8 |
|
| EmailEmpleadoOrigen | string |
None. |
|
| ObservacionOrigen | string |
Max length: 50 |
|
| EmpleadoDestino | string |
Max length: 8 |
|
| EmailEmpleadoDestino | string |
None. |
|
| ObservacionDestino | string |
Max length: 50 |
|
| Estado | EstadoHerramienta |
None. |
|
| FechaResolucion | date |
None. |
|
| HoraResolucion | date |
Data type: Time |
|
| Comentarios | string |
Max length: 50 |
|
| NumParte | string |
None. |
|
| Aceptado | AceptacionHerramienta |
None. |
|
| BasegesId | string |
None. |
|
| EmpresaId | integer |
Required |
|
| Synchronized | date |
None. |
|
| Sync | boolean |
None. |
|
| PendingSync | boolean |
None. |
|
| Id | integer |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| Borrado | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"FechaMovimiento": "2026-02-23T11:54:44.1891232+00:00",
"HoraMovimiento": "2026-02-23T11:54:44.1891232+00:00",
"Codigo": "sample string 1",
"Nombre": "sample string 2",
"Serie": "sample string 3",
"EmpleadoOrigen": "sample string 4",
"EmailEmpleadoOrigen": "sample string 5",
"ObservacionOrigen": "sample string 6",
"EmpleadoDestino": "sample string 7",
"EmailEmpleadoDestino": "sample string 8",
"ObservacionDestino": "sample string 9",
"Estado": 0,
"FechaResolucion": "2026-02-23T11:54:44.2056654+00:00",
"HoraResolucion": "2026-02-23T11:54:44.2056654+00:00",
"Comentarios": "sample string 10",
"NumParte": "sample string 11",
"Aceptado": 0,
"BasegesId": "sample string 12",
"EmpresaId": 13,
"Synchronized": "2026-02-23T11:54:44.2056654+00:00",
"Sync": true,
"PendingSync": true,
"Id": 16,
"Created": "2026-02-23T11:54:44.2056654+00:00",
"Updated": "2026-02-23T11:54:44.2056654+00:00",
"Borrado": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.