POST api/inyeccion/setReparaciones
Request Information
URI Parameters
None.
Body Parameters
ParmReparaciones| Name | Description | Type | Additional information |
|---|---|---|---|
| Desmaid | string |
None. |
|
| Recid | integer |
None. |
|
| QTYINYECTAR | decimal number |
None. |
|
| QTYREPARAR | decimal number |
None. |
|
| MREPARACION | string |
None. |
|
| MREINYECCION | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Desmaid": "sample string 1",
"Recid": 2,
"QTYINYECTAR": 3.0,
"QTYREPARAR": 4.0,
"MREPARACION": "sample string 5",
"MREINYECCION": "sample string 6"
}
text/html
Sample:
{"Desmaid":"sample string 1","Recid":2,"QTYINYECTAR":3.0,"QTYREPARAR":4.0,"MREPARACION":"sample string 5","MREINYECCION":"sample string 6"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.