GET api/ResponsableCategoriaAPI/GetActivosDTOCombo
Obtiene Items Activos formato COMBO
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ResponsableCategoriaDTOCombo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Descripcion | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "883d7e33-f471-43d7-a03f-659850d3d713",
"Descripcion": "sample string 2"
},
{
"Id": "883d7e33-f471-43d7-a03f-659850d3d713",
"Descripcion": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfResponsableCategoriaDTOCombo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.DTO">
<ResponsableCategoriaDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>883d7e33-f471-43d7-a03f-659850d3d713</Id>
</ResponsableCategoriaDTOCombo>
<ResponsableCategoriaDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>883d7e33-f471-43d7-a03f-659850d3d713</Id>
</ResponsableCategoriaDTOCombo>
</ArrayOfResponsableCategoriaDTOCombo>