GET api/Magazzino/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DTOMagazzinoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Magazzino | string |
String length: inclusive between 1 and 50 |
|
Locked | string |
String length: inclusive between 1 and 50 |
|
DataAgg | date |
None. |
|
UtenteUltimoAccesso | string |
String length: inclusive between 1 and 50 |
|
Codice | string |
String length: inclusive between 1 and 50 |
|
OrdineVisualizzazione | integer |
None. |
|
Idcliente | integer |
None. |
|
EspostoContoVendita | decimal number |
None. |
|
IsMagazzinoPrincipale | boolean |
None. |
|
EP_IdListino_DestPrezzi1 | integer |
None. |
|
EP_IdListino_DestPrezzi2 | integer |
None. |
|
EP_IdListino_DestPrezzi3 | integer |
None. |
|
EP_DataOraUltimoRibaltamentoPrezzi | date |
None. |
|
EP_IdLayout | integer |
None. |
|
EP_DataOraUltimoRibaltamentoLayout | date |
None. |
|
IdGruppo | integer |
None. |
|
idMagazzinoViaggiante | integer |
None. |
|
idMagazzinoStockaggio | integer |
None. |
|
CodiceJustEat | string |
None. |
|
IdCloud | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Magazzino": "sample string 2", "Locked": "sample string 3", "DataAgg": "2025-07-03T12:29:56.2174291", "UtenteUltimoAccesso": "sample string 4", "Codice": "sample string 5", "OrdineVisualizzazione": 1, "Idcliente": 1, "EspostoContoVendita": 1.0, "IsMagazzinoPrincipale": true, "EP_IdListino_DestPrezzi1": 1, "EP_IdListino_DestPrezzi2": 1, "EP_IdListino_DestPrezzi3": 1, "EP_DataOraUltimoRibaltamentoPrezzi": "2025-07-03T12:29:56.2174291", "EP_IdLayout": 1, "EP_DataOraUltimoRibaltamentoLayout": "2025-07-03T12:29:56.2174291", "IdGruppo": 7, "idMagazzinoViaggiante": 1, "idMagazzinoStockaggio": 1, "CodiceJustEat": "sample string 8", "IdCloud": 1 }