GET api/LaboreoEjecutorAPI/GetActivosDTOCombo
Obtiene Items Activos formato COMBO
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LaboreoEjecutorDTOCombo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Descripcion | string |
None. |
|
| Propio | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "4f96b82d-e18e-47f8-9bef-62d70264989b",
"Descripcion": "sample string 2",
"Propio": true
},
{
"Id": "4f96b82d-e18e-47f8-9bef-62d70264989b",
"Descripcion": "sample string 2",
"Propio": true
}
]
application/xml, text/xml
Sample:
<ArrayOfLaboreoEjecutorDTOCombo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.DTO">
<LaboreoEjecutorDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>4f96b82d-e18e-47f8-9bef-62d70264989b</Id>
<Propio>true</Propio>
</LaboreoEjecutorDTOCombo>
<LaboreoEjecutorDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>4f96b82d-e18e-47f8-9bef-62d70264989b</Id>
<Propio>true</Propio>
</LaboreoEjecutorDTOCombo>
</ArrayOfLaboreoEjecutorDTOCombo>