PUT api/Destinazione

Request Information

URI Parameters

None.

Body Parameters

DTODestinazione
NameDescriptionTypeAdditional information
Id

integer

Required

IdCliente

integer

None.

RagioneSociale

string

String length: inclusive between 0 and 255

Indirizzo

string

String length: inclusive between 0 and 255

CAP

string

String length: inclusive between 0 and 50

Citta

string

String length: inclusive between 0 and 255

Provincia

string

String length: inclusive between 0 and 255

Stato

string

String length: inclusive between 0 and 255

Predefinita

boolean

None.

Locked

string

String length: inclusive between 0 and 255

DataAgg

date

None.

UtenteUltimoAccesso

string

String length: inclusive between 1 and 255

IsFatturazione

boolean

None.

ColoreDestinazione

integer

None.

IdZona

integer

None.

CodiceDestinazione

string

String length: inclusive between 0 and 50

PartitaIva

string

String length: inclusive between 0 and 50

Telefono

string

String length: inclusive between 0 and 50

WebSyncEnabled

boolean

None.

WebUsername

string

String length: inclusive between 0 and 50

Coordinata

string

String length: inclusive between 0 and 15

Telefono2

string

String length: inclusive between 0 and 50

Civico

string

String length: inclusive between 0 and 100

Interno

string

String length: inclusive between 0 and 100

Piano

string

String length: inclusive between 0 and 100

Scala

string

String length: inclusive between 0 and 100

Citofono

string

String length: inclusive between 0 and 80

Note

string

String length: inclusive between 0 and 3000

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IdCliente": 1,
  "RagioneSociale": "sample string 2",
  "Indirizzo": "sample string 3",
  "CAP": "sample string 4",
  "Citta": "sample string 5",
  "Provincia": "sample string 6",
  "Stato": "sample string 7",
  "Predefinita": true,
  "Locked": "sample string 9",
  "DataAgg": "2024-05-03T14:43:47.4246906",
  "UtenteUltimoAccesso": "sample string 10",
  "IsFatturazione": true,
  "ColoreDestinazione": 1,
  "IdZona": 1,
  "CodiceDestinazione": "sample string 11",
  "PartitaIva": "sample string 12",
  "Telefono": "sample string 13",
  "WebSyncEnabled": true,
  "WebUsername": "sample string 14",
  "Coordinata": "sample string 15",
  "Telefono2": "sample string 16",
  "Civico": "sample string 17",
  "Interno": "sample string 18",
  "Piano": "sample string 19",
  "Scala": "sample string 20",
  "Citofono": "sample string 21",
  "Note": "sample string 22"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.