POST api/FornitoreByDTOSearch

Ritorna i fornitori degli ordini fornitore APERTI.

Request Information

URI Parameters

None.

Body Parameters

DTOSearchOrdineFornitore
NameDescriptionTypeAdditional information
RagioneSociale1Fornitore

string

String length: inclusive between 1 and 80

RagioneSociale2Fornitore

string

String length: inclusive between 0 and 80

DataOrdine

date

None.

NumeroOrdine

integer

None.

BarcodeDocumentoOrdine

string

String length: inclusive between 1 and 30

IdDTOFornitore

integer

None.

IdDTOMagazzino

integer

None.

IdUtente

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RagioneSociale1Fornitore": "sample string 1",
  "RagioneSociale2Fornitore": "sample string 2",
  "DataOrdine": "2024-04-25T10:19:48.4780494",
  "NumeroOrdine": 1,
  "BarcodeDocumentoOrdine": "sample string 3",
  "IdDTOFornitore": 1,
  "IdDTOMagazzino": 1,
  "IdUtente": 1
}

application/xml, text/xml

Sample:
<DTOSearchOrdineFornitore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DueBit.DTO">
  <BarcodeDocumentoOrdine>sample string 3</BarcodeDocumentoOrdine>
  <DataOrdine>2024-04-25T10:19:48.4780494+02:00</DataOrdine>
  <IdDTOFornitore>1</IdDTOFornitore>
  <IdDTOMagazzino>1</IdDTOMagazzino>
  <IdUtente>1</IdUtente>
  <NumeroOrdine>1</NumeroOrdine>
  <RagioneSociale1Fornitore>sample string 1</RagioneSociale1Fornitore>
  <RagioneSociale2Fornitore>sample string 2</RagioneSociale2Fornitore>
</DTOSearchOrdineFornitore>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of DTOFornitore
NameDescriptionTypeAdditional information
Id

Gets or sets the id of the entity.

integer

None.

IdPagamento

integer

None.

ExtCodice

string

String length: inclusive between 0 and 50

RagioneSociale1

string

String length: inclusive between 1 and 80

RagioneSociale2

string

String length: inclusive between 0 and 80

Indirizzo

string

String length: inclusive between 0 and 150

CAP

string

String length: inclusive between 0 and 50

Comune

string

String length: inclusive between 0 and 50

Provincia

string

String length: inclusive between 0 and 4

Nazione

string

String length: inclusive between 0 and 50

PartitaIva

string

String length: inclusive between 0 and 50

CodiceFiscale

string

String length: inclusive between 0 and 50

Telefono

string

String length: inclusive between 0 and 50

Telefono2

string

String length: inclusive between 0 and 50

Fax

string

String length: inclusive between 0 and 50

EMail

string

String length: inclusive between 0 and 255

NoteDocumenti

string

String length: inclusive between 0 and 3000

SitoInternet

string

None.

IsCliente

boolean

None.

IsFornitore

boolean

None.

IsContatto

boolean

None.

ConsensoEMail

boolean

None.

ConsensoSMS

boolean

None.

IsAttivo

boolean

None.

IdZona

integer

None.

Sesso

string

String length: inclusive between 0 and 1

Coordinata

string

String length: inclusive between 0 and 15

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

Valuta

string

None.

IdListino

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "IdPagamento": 1,
    "ExtCodice": "sample string 2",
    "RagioneSociale1": "sample string 3",
    "RagioneSociale2": "sample string 4",
    "Indirizzo": "sample string 5",
    "CAP": "sample string 6",
    "Comune": "sample string 7",
    "Provincia": "sample string 8",
    "Nazione": "sample string 9",
    "PartitaIva": "sample string 10",
    "CodiceFiscale": "sample string 11",
    "Telefono": "sample string 12",
    "Telefono2": "sample string 13",
    "Fax": "sample string 14",
    "EMail": "sample string 15",
    "NoteDocumenti": "sample string 16",
    "SitoInternet": "sample string 17",
    "IsCliente": true,
    "IsFornitore": true,
    "IsContatto": true,
    "ConsensoEMail": true,
    "ConsensoSMS": true,
    "IsAttivo": true,
    "IdZona": 1,
    "Sesso": "sample string 24",
    "Coordinata": "sample string 25",
    "Civico": "sample string 26",
    "Interno": "sample string 27",
    "Piano": "sample string 28",
    "Scala": "sample string 29",
    "Valuta": "sample string 30",
    "IdListino": 1
  },
  {
    "Id": 1,
    "IdPagamento": 1,
    "ExtCodice": "sample string 2",
    "RagioneSociale1": "sample string 3",
    "RagioneSociale2": "sample string 4",
    "Indirizzo": "sample string 5",
    "CAP": "sample string 6",
    "Comune": "sample string 7",
    "Provincia": "sample string 8",
    "Nazione": "sample string 9",
    "PartitaIva": "sample string 10",
    "CodiceFiscale": "sample string 11",
    "Telefono": "sample string 12",
    "Telefono2": "sample string 13",
    "Fax": "sample string 14",
    "EMail": "sample string 15",
    "NoteDocumenti": "sample string 16",
    "SitoInternet": "sample string 17",
    "IsCliente": true,
    "IsFornitore": true,
    "IsContatto": true,
    "ConsensoEMail": true,
    "ConsensoSMS": true,
    "IsAttivo": true,
    "IdZona": 1,
    "Sesso": "sample string 24",
    "Coordinata": "sample string 25",
    "Civico": "sample string 26",
    "Interno": "sample string 27",
    "Piano": "sample string 28",
    "Scala": "sample string 29",
    "Valuta": "sample string 30",
    "IdListino": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfDTOFornitore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DueBit.DTO">
  <DTOFornitore>
    <CAP>sample string 6</CAP>
    <Civico>sample string 26</Civico>
    <CodiceFiscale>sample string 11</CodiceFiscale>
    <Comune>sample string 7</Comune>
    <ConsensoEMail>true</ConsensoEMail>
    <ConsensoSMS>true</ConsensoSMS>
    <Coordinata>sample string 25</Coordinata>
    <EMail>sample string 15</EMail>
    <ExtCodice>sample string 2</ExtCodice>
    <Fax>sample string 14</Fax>
    <Id>1</Id>
    <IdListino>1</IdListino>
    <IdPagamento>1</IdPagamento>
    <IdZona>1</IdZona>
    <Indirizzo>sample string 5</Indirizzo>
    <Interno>sample string 27</Interno>
    <IsAttivo>true</IsAttivo>
    <IsCliente>true</IsCliente>
    <IsContatto>true</IsContatto>
    <IsFornitore>true</IsFornitore>
    <Nazione>sample string 9</Nazione>
    <NoteDocumenti>sample string 16</NoteDocumenti>
    <PartitaIva>sample string 10</PartitaIva>
    <Piano>sample string 28</Piano>
    <Provincia>sample string 8</Provincia>
    <RagioneSociale1>sample string 3</RagioneSociale1>
    <RagioneSociale2>sample string 4</RagioneSociale2>
    <Scala>sample string 29</Scala>
    <Sesso>sample string 24</Sesso>
    <SitoInternet>sample string 17</SitoInternet>
    <Telefono>sample string 12</Telefono>
    <Telefono2>sample string 13</Telefono2>
    <Valuta>sample string 30</Valuta>
  </DTOFornitore>
  <DTOFornitore>
    <CAP>sample string 6</CAP>
    <Civico>sample string 26</Civico>
    <CodiceFiscale>sample string 11</CodiceFiscale>
    <Comune>sample string 7</Comune>
    <ConsensoEMail>true</ConsensoEMail>
    <ConsensoSMS>true</ConsensoSMS>
    <Coordinata>sample string 25</Coordinata>
    <EMail>sample string 15</EMail>
    <ExtCodice>sample string 2</ExtCodice>
    <Fax>sample string 14</Fax>
    <Id>1</Id>
    <IdListino>1</IdListino>
    <IdPagamento>1</IdPagamento>
    <IdZona>1</IdZona>
    <Indirizzo>sample string 5</Indirizzo>
    <Interno>sample string 27</Interno>
    <IsAttivo>true</IsAttivo>
    <IsCliente>true</IsCliente>
    <IsContatto>true</IsContatto>
    <IsFornitore>true</IsFornitore>
    <Nazione>sample string 9</Nazione>
    <NoteDocumenti>sample string 16</NoteDocumenti>
    <PartitaIva>sample string 10</PartitaIva>
    <Piano>sample string 28</Piano>
    <Provincia>sample string 8</Provincia>
    <RagioneSociale1>sample string 3</RagioneSociale1>
    <RagioneSociale2>sample string 4</RagioneSociale2>
    <Scala>sample string 29</Scala>
    <Sesso>sample string 24</Sesso>
    <SitoInternet>sample string 17</SitoInternet>
    <Telefono>sample string 12</Telefono>
    <Telefono2>sample string 13</Telefono2>
    <Valuta>sample string 30</Valuta>
  </DTOFornitore>
</ArrayOfDTOFornitore>