POST api/prodotti/rettifica
Rettifica quantità residua e creo movimento
Request Information
URI Parameters
None.
Body Parameters
RettificaRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PrgProdotto | integer |
None. |
|
| QuantitaCorretta | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"PrgProdotto": 1,
"QuantitaCorretta": 2.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.