GET api/ResponsableAPI/GetByResponsableCategoriaDescripcionDTOCombo?responsablecategoriadescripcion={responsablecategoriadescripcion}
GetByResponsableCategoriaDescripcionDTOCombo
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| responsablecategoriadescripcion | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ResponsableDTOCombo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Descripcion | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "b98beea9-b41d-49d6-9fed-72c47c7cb335",
"Descripcion": "sample string 2"
},
{
"Id": "b98beea9-b41d-49d6-9fed-72c47c7cb335",
"Descripcion": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfResponsableDTOCombo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.DTO">
<ResponsableDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>b98beea9-b41d-49d6-9fed-72c47c7cb335</Id>
</ResponsableDTOCombo>
<ResponsableDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>b98beea9-b41d-49d6-9fed-72c47c7cb335</Id>
</ResponsableDTOCombo>
</ArrayOfResponsableDTOCombo>