POST api/v1/ExclusionesTarea/SaveOrUpdate/{empresaid}/{almacenid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empresaid | integer |
Required |
|
| almacenid | integer |
Required |
Body Parameters
ExclusionTarea| Name | Description | Type | Additional information |
|---|---|---|---|
| TareaId | integer |
None. |
|
| PerfilId | 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:
{
"TareaId": 1,
"PerfilId": 1,
"GestionId": 1,
"EmpresaId": 1,
"Synchronized": "2026-02-23T15:01:24.4611297+00:00",
"Sync": true,
"PendingSync": true,
"Id": 4,
"Created": "2026-02-23T15:01:24.4611297+00:00",
"Updated": "2026-02-23T15:01:24.4611297+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.