GET api/NvoccBasesImponibles

Obtiene todas las bases imponibles

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of NV_BASE_IMPONIBLE
NameDescriptionTypeAdditional information
NOMBRE

.

string

Required

String length: inclusive between 0 and 50

ID_BASE_IMPONIBLE

.

integer

None.

fechaAlta

.

date

None.

usuarioAlta

.

integer

None.

fechaModificacion

.

date

None.

usuarioModificacion

.

integer

None.

activo

.

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "NOMBRE": "sample string 1",
    "ID_BASE_IMPONIBLE": 2,
    "fechaAlta": "2025-12-06T01:38:19.9397339-03:00",
    "usuarioAlta": 4,
    "fechaModificacion": "2025-12-06T01:38:19.9397339-03:00",
    "usuarioModificacion": 1,
    "activo": true
  },
  {
    "NOMBRE": "sample string 1",
    "ID_BASE_IMPONIBLE": 2,
    "fechaAlta": "2025-12-06T01:38:19.9397339-03:00",
    "usuarioAlta": 4,
    "fechaModificacion": "2025-12-06T01:38:19.9397339-03:00",
    "usuarioModificacion": 1,
    "activo": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfBASE_IMPONIBLE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClimberApi.Models.Nvocc">
  <BASE_IMPONIBLE>
    <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:38:19.9397339-03:00</fechaAlta>
    <fechaModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">2025-12-06T01:38:19.9397339-03:00</fechaModificacion>
    <usuarioAlta xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">4</usuarioAlta>
    <usuarioModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">1</usuarioModificacion>
    <ID_BASE_IMPONIBLE>2</ID_BASE_IMPONIBLE>
    <NOMBRE>sample string 1</NOMBRE>
  </BASE_IMPONIBLE>
  <BASE_IMPONIBLE>
    <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:38:19.9397339-03:00</fechaAlta>
    <fechaModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">2025-12-06T01:38:19.9397339-03:00</fechaModificacion>
    <usuarioAlta xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">4</usuarioAlta>
    <usuarioModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">1</usuarioModificacion>
    <ID_BASE_IMPONIBLE>2</ID_BASE_IMPONIBLE>
    <NOMBRE>sample string 1</NOMBRE>
  </BASE_IMPONIBLE>
</ArrayOfBASE_IMPONIBLE>