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": "a54c8003-4189-457f-a3c7-47e5f0bdfa3a",
"Descripcion": "sample string 2"
},
{
"Id": "a54c8003-4189-457f-a3c7-47e5f0bdfa3a",
"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>a54c8003-4189-457f-a3c7-47e5f0bdfa3a</Id>
</ResponsableDTOCombo>
<ResponsableDTOCombo>
<Descripcion>sample string 2</Descripcion>
<Id>a54c8003-4189-457f-a3c7-47e5f0bdfa3a</Id>
</ResponsableDTOCombo>
</ArrayOfResponsableDTOCombo>