GET api/ExtintorTipo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ExtintorTipo
NameDescriptionTypeAdditional information
ID_ExtintorTipo

integer

None.

TipoNombre

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID_ExtintorTipo": 1,
    "TipoNombre": "sample string 2"
  },
  {
    "ID_ExtintorTipo": 1,
    "TipoNombre": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfExtintorTipo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gestion.api.Models">
  <ExtintorTipo>
    <ID_ExtintorTipo>1</ID_ExtintorTipo>
    <TipoNombre>sample string 2</TipoNombre>
  </ExtintorTipo>
  <ExtintorTipo>
    <ID_ExtintorTipo>1</ID_ExtintorTipo>
    <TipoNombre>sample string 2</TipoNombre>
  </ExtintorTipo>
</ArrayOfExtintorTipo>