POST api/SetAperturaCierreCarrerasSP

Request Information

URI Parameters

None.

Body Parameters

param_SetAperturaCierreCarrerasSP
NameDescriptionTypeAdditional information
numeroConexion

integer

None.

hipodromo

integer

None.

carrera

integer

None.

cantidadCarreras

integer

None.

accion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "numeroConexion": 1,
  "hipodromo": 2,
  "carrera": 3,
  "cantidadCarreras": 4,
  "accion": "sample string 5"
}

application/xml, text/xml

Sample:
<Clases.param_SetAperturaCierreCarrerasSP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.SVP_DB">
  <accion>sample string 5</accion>
  <cantidadCarreras>4</cantidadCarreras>
  <carrera>3</carrera>
  <hipodromo>2</hipodromo>
  <numeroConexion>1</numeroConexion>
</Clases.param_SetAperturaCierreCarrerasSP>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SetAperturaCierreCarrerasSP_Result
NameDescriptionTypeAdditional 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:
<ArrayOfSetAperturaCierreCarrerasSP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.SVP_DB">
  <SetAperturaCierreCarrerasSP_Result>
    <Error>sample string 1</Error>
    <ErrorCode>1</ErrorCode>
  </SetAperturaCierreCarrerasSP_Result>
  <SetAperturaCierreCarrerasSP_Result>
    <Error>sample string 1</Error>
    <ErrorCode>1</ErrorCode>
  </SetAperturaCierreCarrerasSP_Result>
</ArrayOfSetAperturaCierreCarrerasSP_Result>