POST api/v1/TareasCheckList/SaveOrUpdate/{empresaid}/{almacenid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empresaid | integer |
Required |
|
| almacenid | integer |
Required |
Body Parameters
TareaCheckList| Name | Description | Type | Additional information |
|---|---|---|---|
| Codigo | string |
Required Max length: 8 |
|
| Descripcion | string |
Max length: 255 |
|
| TipoDato | TiposDatosCheckList |
None. |
|
| Longitud | integer |
None. |
|
| Decimales | integer |
None. |
|
| ValorDefecto | string |
Max length: 500 |
|
| 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:
{
"Codigo": "sample string 1",
"Descripcion": "sample string 2",
"TipoDato": 0,
"Longitud": 3,
"Decimales": 4,
"ValorDefecto": "sample string 5",
"EmpresaId": 6,
"Synchronized": "2026-02-23T15:00:40.1363025+00:00",
"Sync": true,
"PendingSync": true,
"Id": 9,
"Created": "2026-02-23T15:00:40.1363025+00:00",
"Updated": "2026-02-23T15:00:40.1363025+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.