GET api/TerrestreBasesImponibles/{id}

Obtiene la informacion de una base imponible por número de indentificacion (int).

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

.

integer

Required

Body Parameters

None.

Response Information

Resource Description

TE_BASE_IMPONIBLE
NameDescriptionTypeAdditional information
ID_BASE_IMPONIBLE

.

integer

None.

NOMBRE

.

string

Required

String length: inclusive between 0 and 50

Response Formats

application/json, text/json

Sample:
{
  "ID_BASE_IMPONIBLE": 1,
  "NOMBRE": "sample string 2"
}

application/xml, text/xml

Sample:
<BASE_IMPONIBLE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClimberApi.Models.Terrestre">
  <ID_BASE_IMPONIBLE>1</ID_BASE_IMPONIBLE>
  <NOMBRE>sample string 2</NOMBRE>
</BASE_IMPONIBLE>