POST api/SetABM_SCP_Hipodromos_2

Request Information

URI Parameters

None.

Body Parameters

param_ABM_SCP_Hipodromos_2
NameDescriptionTypeAdditional information
numeroConexion

integer

None.

accion

string

None.

hipodromosJson

string

None.

Request Formats

application/json, text/json

Sample:
{
  "numeroConexion": 1,
  "accion": "sample string 2",
  "hipodromosJson": "sample string 3"
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ABM_SCP_Hipodromos_2_Result
NameDescriptionTypeAdditional information
Code

integer

None.

Error

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Code": 1,
    "Error": "sample string 1"
  },
  {
    "Code": 1,
    "Error": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfABM_SCP_Hipodromos_2_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.SVP_DB">
  <ABM_SCP_Hipodromos_2_Result>
    <Code>1</Code>
    <Error>sample string 1</Error>
  </ABM_SCP_Hipodromos_2_Result>
  <ABM_SCP_Hipodromos_2_Result>
    <Code>1</Code>
    <Error>sample string 1</Error>
  </ABM_SCP_Hipodromos_2_Result>
</ArrayOfABM_SCP_Hipodromos_2_Result>