POST api/CalcolaPrezzoVendita
Ritorna il prezzo di vendita moltiplicato per la quantità in base agli input
Request Information
URI Parameters
None.
Body Parameters
DTOCalcolaPrezzoVendita| Name | Description | Type | Additional information |
|---|---|---|---|
| IdArticolo | integer |
Required |
|
| IdVariante1 | integer |
Required |
|
| IdVariante2 | integer |
Required |
|
| IdVariante3 | integer |
Required |
|
| IdCliente | integer |
None. |
|
| IsApplyFidelity | boolean |
None. |
|
| Quantity | decimal number |
Required |
|
| IdListino | integer |
None. |
|
| DataDocumento | date |
None. |
|
| IsCalcolaPartendoDaPrezzoLordo | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdArticolo": 1,
"IdVariante1": 2,
"IdVariante2": 3,
"IdVariante3": 4,
"IdCliente": 1,
"IsApplyFidelity": true,
"Quantity": 6.0,
"IdListino": 1,
"DataDocumento": "2025-12-22T15:14:20.3670175",
"IsCalcolaPartendoDaPrezzoLordo": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.