POST api/RuedaUpdate

Request Information

URI Parameters

None.

Body Parameters

ValoresRueda
NameDescriptionTypeAdditional information
idfila

integer

None.

tabla

string

None.

valor

integer

None.

email

string

None.

user

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idfila": 1,
  "tabla": "sample string 2",
  "valor": 3,
  "email": "sample string 4",
  "user": "sample string 5"
}

application/xml, text/xml

Sample:
<Datos.ValoresRueda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ruedaupdate">
  <email>sample string 4</email>
  <idfila>1</idfila>
  <tabla>sample string 2</tabla>
  <user>sample string 5</user>
  <valor>3</valor>
</Datos.ValoresRueda>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ValoresRueda'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.