POST api/RuedaUpdate
Request Information
URI Parameters
None.
Body Parameters
ValoresRueda| Name | Description | Type | Additional information |
|---|---|---|---|
| idfila | integer |
None. |
|
| tabla | string |
None. |
|
| valor | integer |
None. |
|
| 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.