GET api/Mobile_DBGetREMV_CaballosSP/{id}?idHipodromo={idHipodromo}&idCarrera={idCarrera}&estado={estado}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Default value is 0 |
|
| idHipodromo | integer |
Default value is 0 |
|
| idCarrera | integer |
Default value is 0 |
|
| estado | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of GetREMV_CaballosSP_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdHipodromo | integer |
None. |
|
| IdCarrera | integer |
None. |
|
| Caballo | string |
None. |
|
| Letra | string |
None. |
|
| NombreCaballo | string |
None. |
|
| Estado | string |
None. |
|
| IdJockey | integer |
None. |
|
| NombreJockey | string |
None. |
|
| UsuarioInsert | string |
None. |
|
| UsuarioUpdate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"IdHipodromo": 2,
"IdCarrera": 3,
"Caballo": "sample string 4",
"Letra": "sample string 5",
"NombreCaballo": "sample string 6",
"Estado": "sample string 7",
"IdJockey": 8,
"NombreJockey": "sample string 9",
"UsuarioInsert": "sample string 10",
"UsuarioUpdate": "sample string 11"
},
{
"Id": 1,
"IdHipodromo": 2,
"IdCarrera": 3,
"Caballo": "sample string 4",
"Letra": "sample string 5",
"NombreCaballo": "sample string 6",
"Estado": "sample string 7",
"IdJockey": 8,
"NombreJockey": "sample string 9",
"UsuarioInsert": "sample string 10",
"UsuarioUpdate": "sample string 11"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetREMV_CaballosSP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.Mobile_DB">
<GetREMV_CaballosSP_Result>
<Caballo>sample string 4</Caballo>
<Estado>sample string 7</Estado>
<Id>1</Id>
<IdCarrera>3</IdCarrera>
<IdHipodromo>2</IdHipodromo>
<IdJockey>8</IdJockey>
<Letra>sample string 5</Letra>
<NombreCaballo>sample string 6</NombreCaballo>
<NombreJockey>sample string 9</NombreJockey>
<UsuarioInsert>sample string 10</UsuarioInsert>
<UsuarioUpdate>sample string 11</UsuarioUpdate>
</GetREMV_CaballosSP_Result>
<GetREMV_CaballosSP_Result>
<Caballo>sample string 4</Caballo>
<Estado>sample string 7</Estado>
<Id>1</Id>
<IdCarrera>3</IdCarrera>
<IdHipodromo>2</IdHipodromo>
<IdJockey>8</IdJockey>
<Letra>sample string 5</Letra>
<NombreCaballo>sample string 6</NombreCaballo>
<NombreJockey>sample string 9</NombreJockey>
<UsuarioInsert>sample string 10</UsuarioInsert>
<UsuarioUpdate>sample string 11</UsuarioUpdate>
</GetREMV_CaballosSP_Result>
</ArrayOfGetREMV_CaballosSP_Result>