PUT api/Magazzino

Request Information

URI Parameters

None.

Body Parameters

DTOMagazzino
NameDescriptionTypeAdditional 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.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Magazzino": "sample string 2",
  "Locked": "sample string 3",
  "DataAgg": "2024-05-03T10:57:54.9304258",
  "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": "2024-05-03T10:57:54.9304258",
  "EP_IdLayout": 1,
  "EP_DataOraUltimoRibaltamentoLayout": "2024-05-03T10:57:54.9304258",
  "IdGruppo": 7,
  "idMagazzinoViaggiante": 1,
  "idMagazzinoStockaggio": 1
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.