POST api/v1/Gestiones/SaveOrUpdate/{empresaid}/{almacenid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empresaid | integer |
Required |
|
| almacenid | integer |
Required |
Body Parameters
Gestion| Name | Description | Type | Additional information |
|---|---|---|---|
| Fecha | date |
None. |
|
| Descripcion | string |
Max length: 1000 |
|
| NotaInterna | string |
Max length: 1000 |
|
| ResumenContacto | string |
Max length: 1000 |
|
| Atendido | boolean |
None. |
|
| EmailOperario | string |
None. |
|
| BasegesId | string |
None. |
|
| UbicacionId | integer |
None. |
|
| CodigoCliente | string |
Max length: 8 |
|
| CodigoObra | string |
Max length: 8 |
|
| 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:
{
"Fecha": "2026-02-23T15:01:54.7748708+00:00",
"Descripcion": "sample string 1",
"NotaInterna": "sample string 2",
"ResumenContacto": "sample string 3",
"Atendido": true,
"EmailOperario": "sample string 5",
"BasegesId": "sample string 6",
"UbicacionId": 7,
"CodigoCliente": "sample string 8",
"CodigoObra": "sample string 9",
"EmpresaId": 10,
"Synchronized": "2026-02-23T15:01:54.7748708+00:00",
"Sync": true,
"PendingSync": true,
"Id": 13,
"Created": "2026-02-23T15:01:54.7748708+00:00",
"Updated": "2026-02-23T15:01:54.7748708+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.