POST api/svp_00000019_sp
Request Information
URI Parameters
None.
Body Parameters
param_svp_00000019_sp| Name | Description | Type | Additional information |
|---|---|---|---|
| numeroConexion | integer |
None. |
|
| hipodromo | integer |
None. |
|
| carrera | integer |
None. |
|
| habilitadosNuevos | string |
None. |
|
| borradosNuevos | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"numeroConexion": 1,
"hipodromo": 2,
"carrera": 3,
"habilitadosNuevos": "sample string 4",
"borradosNuevos": "sample string 5"
}
application/xml, text/xml
Sample:
<Clases.param_svp_00000019_sp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.SVP_DB"> <borradosNuevos>sample string 5</borradosNuevos> <carrera>3</carrera> <habilitadosNuevos>sample string 4</habilitadosNuevos> <hipodromo>2</hipodromo> <numeroConexion>1</numeroConexion> </Clases.param_svp_00000019_sp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of svp_00000019_sp_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode | integer |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ErrorCode": 1,
"Error": "sample string 1"
},
{
"ErrorCode": 1,
"Error": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfsvp_00000019_sp_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.SVP_DB">
<svp_00000019_sp_Result>
<Error>sample string 1</Error>
<ErrorCode>1</ErrorCode>
</svp_00000019_sp_Result>
<svp_00000019_sp_Result>
<Error>sample string 1</Error>
<ErrorCode>1</ErrorCode>
</svp_00000019_sp_Result>
</ArrayOfsvp_00000019_sp_Result>