POST api/svp_00000010_sp
Request Information
URI Parameters
None.
Body Parameters
param_svp_00000010_sp| Name | Description | Type | Additional information |
|---|---|---|---|
| numeroConexion | integer |
None. |
|
| hipodromo | integer |
None. |
|
| carrera | integer |
None. |
|
| accion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"numeroConexion": 1,
"hipodromo": 2,
"carrera": 3,
"accion": "sample string 4"
}
application/xml, text/xml
Sample:
<Clases.param_svp_00000010_sp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.SVP_DB"> <accion>sample string 4</accion> <carrera>3</carrera> <hipodromo>2</hipodromo> <numeroConexion>1</numeroConexion> </Clases.param_svp_00000010_sp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of svp_00000010_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_00000010_sp_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.SVP_DB">
<svp_00000010_sp_Result>
<Error>sample string 1</Error>
<ErrorCode>1</ErrorCode>
</svp_00000010_sp_Result>
<svp_00000010_sp_Result>
<Error>sample string 1</Error>
<ErrorCode>1</ErrorCode>
</svp_00000010_sp_Result>
</ArrayOfsvp_00000010_sp_Result>