OPTIONS breeze/CouponVacanza/FindFornitoreByIdProdotto?sito={sito}&tipoUtente={tipoUtente}&supervisore={supervisore}&idProdotto={idProdotto}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sito

string

Required

tipoUtente

string

Required

supervisore

boolean

Required

idProdotto

integer

Required

Body Parameters

None.

Response Information

Resource Description

Fornitori
NameDescriptionTypeAdditional information
RagioneSociale

string

None.

Telefono

string

None.

Fax

string

None.

Email

string

None.

ListaProdotti

Collection of ProdottoFornitore

None.

Response Formats

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"ragioneSociale":"sample string 1","telefono":"sample string 2","fax":"sample string 3","email":"sample string 4","listaProdotti":[{"nome":"sample string 1","stagione":"sample string 2"},{"nome":"sample string 1","stagione":"sample string 2"}]});

application/json, text/json

Sample:
{
  "ragioneSociale": "sample string 1",
  "telefono": "sample string 2",
  "fax": "sample string 3",
  "email": "sample string 4",
  "listaProdotti": [
    {
      "nome": "sample string 1",
      "stagione": "sample string 2"
    },
    {
      "nome": "sample string 1",
      "stagione": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<Fornitori xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Booking2011.Model">
  <Email>sample string 4</Email>
  <Fax>sample string 3</Fax>
  <ListaProdotti>
    <ProdottoFornitore>
      <Nome>sample string 1</Nome>
      <Stagione>sample string 2</Stagione>
    </ProdottoFornitore>
    <ProdottoFornitore>
      <Nome>sample string 1</Nome>
      <Stagione>sample string 2</Stagione>
    </ProdottoFornitore>
  </ListaProdotti>
  <RagioneSociale>sample string 1</RagioneSociale>
  <Telefono>sample string 2</Telefono>
</Fornitori>