POST api/SetSportsExternos

Request Information

URI Parameters

None.

Body Parameters

param_SetSportsExternos
NameDescriptionTypeAdditional information
numeroConexion

integer

None.

sportsExternosJson

string

None.

Request Formats

application/json, text/json

Sample:
{
  "numeroConexion": 1,
  "sportsExternosJson": "sample string 2"
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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