POST api/prodotti/prelievo
Preleva un prodotto
Request Information
URI Parameters
None.
Body Parameters
MovimentoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PrgProdotto | integer |
None. |
|
| CdaTipoMovimento | string |
None. |
|
| PrgBisarca | integer |
None. |
|
| QuantitaResidua | decimal number |
None. |
|
| QuantitaUsata | decimal number |
None. |
|
| FlgAnomalo | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PrgProdotto": 1,
"CdaTipoMovimento": "sample string 2",
"PrgBisarca": 1,
"QuantitaResidua": 1.0,
"QuantitaUsata": 1.0,
"FlgAnomalo": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.