GET api/NvoccConceptos
Obtiene todos los conceptos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NV_CONCEPTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_CONCEPTO |
. |
integer |
None. |
| AgregarA |
. |
EnumAgregarA |
None. |
| DESCRIPCION |
. |
string |
Required String length: inclusive between 0 and 255 |
| ItemCodeSAP |
. |
string |
String length: inclusive between 0 and 50 |
| Venta |
. |
boolean |
None. |
| Compra |
. |
boolean |
None. |
| Impuesto |
. |
string |
String length: inclusive between 0 and 20 |
| fechaAlta |
. |
date |
None. |
| usuarioAlta |
. |
integer |
None. |
| fechaModificacion |
. |
date |
None. |
| usuarioModificacion |
. |
integer |
None. |
| activo |
. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID_CONCEPTO": 1,
"AgregarA": 1,
"DESCRIPCION": "sample string 2",
"ItemCodeSAP": "sample string 3",
"Venta": true,
"Compra": true,
"Impuesto": "sample string 6",
"fechaAlta": "2025-12-06T01:35:04.2086575-03:00",
"usuarioAlta": 8,
"fechaModificacion": "2025-12-06T01:35:04.2086575-03:00",
"usuarioModificacion": 1,
"activo": true
},
{
"ID_CONCEPTO": 1,
"AgregarA": 1,
"DESCRIPCION": "sample string 2",
"ItemCodeSAP": "sample string 3",
"Venta": true,
"Compra": true,
"Impuesto": "sample string 6",
"fechaAlta": "2025-12-06T01:35:04.2086575-03:00",
"usuarioAlta": 8,
"fechaModificacion": "2025-12-06T01:35:04.2086575-03:00",
"usuarioModificacion": 1,
"activo": true
}
]
application/xml, text/xml
Sample:
<ArrayOfCONCEPTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClimberApi.Models.Nvocc">
<CONCEPTO>
<activo xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">true</activo>
<fechaAlta xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">2025-12-06T01:35:04.2086575-03:00</fechaAlta>
<fechaModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">2025-12-06T01:35:04.2086575-03:00</fechaModificacion>
<usuarioAlta xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">8</usuarioAlta>
<usuarioModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">1</usuarioModificacion>
<AgregarA>Reserva</AgregarA>
<Compra>true</Compra>
<DESCRIPCION>sample string 2</DESCRIPCION>
<ID_CONCEPTO>1</ID_CONCEPTO>
<Impuesto>sample string 6</Impuesto>
<ItemCodeSAP>sample string 3</ItemCodeSAP>
<Venta>true</Venta>
</CONCEPTO>
<CONCEPTO>
<activo xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">true</activo>
<fechaAlta xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">2025-12-06T01:35:04.2086575-03:00</fechaAlta>
<fechaModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">2025-12-06T01:35:04.2086575-03:00</fechaModificacion>
<usuarioAlta xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">8</usuarioAlta>
<usuarioModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">1</usuarioModificacion>
<AgregarA>Reserva</AgregarA>
<Compra>true</Compra>
<DESCRIPCION>sample string 2</DESCRIPCION>
<ID_CONCEPTO>1</ID_CONCEPTO>
<Impuesto>sample string 6</Impuesto>
<ItemCodeSAP>sample string 3</ItemCodeSAP>
<Venta>true</Venta>
</CONCEPTO>
</ArrayOfCONCEPTO>