POST api/Departamentos/Vencimientos
Request Information
URI Parameters
None.
Body Parameters
Vencimientos| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Dias_previo | integer |
None. |
|
| Fecha_ven | date |
None. |
|
| Fecha_up | string |
None. |
|
| Fecha_ven_s | string |
None. |
|
| Periodo | date |
None. |
|
| Cuit | string |
None. |
|
| Nombre | string |
None. |
|
| Departamento | string |
None. |
|
| Categoria | string |
None. |
|
| SubCategoria | string |
None. |
|
| Id_cliente | integer |
None. |
|
| Id_usu_asig | integer |
None. |
|
| Es_empresa | integer |
None. |
|
| Id_imp | string |
None. |
|
| Id_usu_crea | integer |
None. |
|
| Calendario | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Dias_previo": 2,
"Fecha_ven": "2026-01-21T19:19:35.5603038-03:00",
"Fecha_up": "sample string 4",
"Fecha_ven_s": "sample string 5",
"Periodo": "2026-01-21T19:19:35.5603038-03:00",
"Cuit": "sample string 7",
"Nombre": "sample string 8",
"Departamento": "sample string 9",
"Categoria": "sample string 10",
"SubCategoria": "sample string 11",
"Id_cliente": 12,
"Id_usu_asig": 13,
"Es_empresa": 14,
"Id_imp": "sample string 15",
"Id_usu_crea": 16,
"Calendario": true
}
application/xml, text/xml
Sample:
<Vencimientos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clases"> <Calendario>true</Calendario> <Categoria>sample string 10</Categoria> <Cuit>sample string 7</Cuit> <Departamento>sample string 9</Departamento> <Dias_previo>2</Dias_previo> <Es_empresa>14</Es_empresa> <Fecha_up>sample string 4</Fecha_up> <Fecha_ven>2026-01-21T19:19:35.5603038-03:00</Fecha_ven> <Fecha_ven_s>sample string 5</Fecha_ven_s> <Id>1</Id> <Id_cliente>12</Id_cliente> <Id_imp>sample string 15</Id_imp> <Id_usu_asig>13</Id_usu_asig> <Id_usu_crea>16</Id_usu_crea> <Nombre>sample string 8</Nombre> <Periodo>2026-01-21T19:19:35.5603038-03:00</Periodo> <SubCategoria>sample string 11</SubCategoria> </Vencimientos>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.