POST api/ArticoloFornitore
Request Information
URI Parameters
None.
Body Parameters
DTOArticoloFornitore| Name | Description | Type | Additional information |
|---|---|---|---|
| IdArticolo | integer |
None. |
|
| IdFornitore | integer |
None. |
|
| CodiceArticoloFornitore | string |
String length: inclusive between 0 and 255 |
|
| Predefinito | boolean |
None. |
|
| DataCreaz | date |
None. |
|
| OraCreaz | date |
None. |
|
| DataAgg | date |
None. |
|
| OraAgg | date |
None. |
|
| Descrizione | string |
String length: inclusive between 0 and 3000 |
|
| UtenteUltimoAccesso | string |
String length: inclusive between 0 and 255 |
|
| TempoMedioConsegna | integer |
None. |
|
| QtaMaxEvadibileUnicoOF | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdArticolo": 1,
"IdFornitore": 2,
"CodiceArticoloFornitore": "sample string 3",
"Predefinito": true,
"DataCreaz": "2025-12-22T15:10:36.7824688",
"OraCreaz": "2025-12-22T15:10:36.7824688",
"DataAgg": "2025-12-22T15:10:36.7824688",
"OraAgg": "2025-12-22T15:10:36.7824688",
"Descrizione": "sample string 5",
"UtenteUltimoAccesso": "sample string 6",
"TempoMedioConsegna": 1,
"QtaMaxEvadibileUnicoOF": 1.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.