GET api/GetGH_HarasSP/{id}?codigo={codigo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Default value is 0 |
|
| codigo | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of GetGH_HarasSP_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Codigo | string |
None. |
|
| Descripcion | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Codigo": "sample string 2",
"Descripcion": "sample string 3"
},
{
"Id": 1,
"Codigo": "sample string 2",
"Descripcion": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetGH_HarasSP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_geship.Models.GesHip_DB">
<GetGH_HarasSP_Result>
<Codigo>sample string 2</Codigo>
<Descripcion>sample string 3</Descripcion>
<Id>1</Id>
</GetGH_HarasSP_Result>
<GetGH_HarasSP_Result>
<Codigo>sample string 2</Codigo>
<Descripcion>sample string 3</Descripcion>
<Id>1</Id>
</GetGH_HarasSP_Result>
</ArrayOfGetGH_HarasSP_Result>