POST api/v1/ObrasTareas/SaveOrUpdate/{empresaid}/{almacenid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empresaid | integer |
Required |
|
| almacenid | integer |
Required |
Body Parameters
ObrasTareas| Name | Description | Type | Additional information |
|---|---|---|---|
| CodigoTarea | string |
Max length: 8 |
|
| ObservacionesTarea | string |
None. |
|
| CodigoObra | string |
None. |
|
| UbicacionId | 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",
"ObservacionesTarea": "sample string 2",
"CodigoObra": "sample string 3",
"UbicacionId": 4,
"EmpresaId": 5,
"Synchronized": "2026-02-23T15:02:43.968225+00:00",
"Sync": true,
"PendingSync": true,
"Id": 8,
"Created": "2026-02-23T15:02:43.968225+00:00",
"Updated": "2026-02-23T15:02:43.968225+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.