POST api/OrigineOrdine
Request Information
URI Parameters
None.
Body Parameters
DTOOrigineOrdine| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
ID della consegna |
integer |
None. |
| Origine | string |
String length: inclusive between 0 and 50 |
|
| IsModificabile |
Indica se è modificabile o di sistema. |
boolean |
None. |
| IsCliente |
Contestualizzata per i clienti |
boolean |
None. |
| IsComanda |
Contestualizzata per le comande |
boolean |
None. |
| DataCreaz |
Data di creazione |
date |
None. |
| DataAgg |
Ultimo aggiornamento |
date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Origine": "sample string 2",
"IsModificabile": true,
"IsCliente": true,
"IsComanda": true,
"DataCreaz": "2025-12-22T15:07:34.2357563",
"DataAgg": "2025-12-22T15:07:34.2357563"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.