POST api/Rueda
Request Information
URI Parameters
None.
Body Parameters
ValoresRueda| Name | Description | Type | Additional information |
|---|---|---|---|
| idfila | integer |
None. |
|
| tabla | string |
None. |
|
| valor | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idfila": 1,
"tabla": "sample string 2",
"valor": 3
}
application/xml, text/xml
Sample:
<Datos.ValoresRueda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rueda"> <idfila>1</idfila> <tabla>sample string 2</tabla> <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.