GET api/DestinazioniByCliente?id={id}

Ritorna le destinazioni per l'id cliente indicato nel parametro

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

id Cliente

integer

Required

Body Parameters

None.

Response Information

Resource Description

Lista destinazioni

Collection of 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

Response 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-03T10:37:58.046052",
    "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"
  },
  {
    "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-03T10:37:58.046052",
    "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"
  }
]