POST api/v1/Tareas/SaveOrUpdate/{empresaid}/{almacenid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empresaid | integer |
Required |
|
| almacenid | integer |
Required |
Body Parameters
Tarea| Name | Description | Type | Additional information |
|---|---|---|---|
| CodigoTarea | string |
Required Max length: 8 |
|
| Descripcion | string |
Max length: 255 |
|
| Observaciones | string |
Max length: 255 |
|
| AvisoId | integer |
None. |
|
| GestionId | integer |
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:
{
"CodigoTarea": "sample string 1",
"Descripcion": "sample string 2",
"Observaciones": "sample string 3",
"AvisoId": 1,
"GestionId": 1,
"EmpresaId": 4,
"Synchronized": "2026-02-23T15:01:24.7423834+00:00",
"Sync": true,
"PendingSync": true,
"Id": 7,
"Created": "2026-02-23T15:01:24.7423834+00:00",
"Updated": "2026-02-23T15:01:24.7423834+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.