GET api/v1/Nazioni/GetNazioni
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NazioneBL| Name | Description | Type | Additional information | 
|---|---|---|---|
| CountryCode | string | None. | |
| Descrizione | string | None. | |
| Lunghezza_CAP | integer | None. | |
| Regola_CAP | integer | None. | |
| Lunghezza_CF | integer | None. | |
| Regola_CF | integer | None. | |
| Lunghezza_PIVA | integer | None. | |
| Regola_PIVA | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "countryCode": "sample string 1",
    "descrizione": "sample string 2",
    "lunghezza_CAP": 3,
    "regola_CAP": 4,
    "lunghezza_CF": 5,
    "regola_CF": 6,
    "lunghezza_PIVA": 7,
    "regola_PIVA": 8
  },
  {
    "countryCode": "sample string 1",
    "descrizione": "sample string 2",
    "lunghezza_CAP": 3,
    "regola_CAP": 4,
    "lunghezza_CF": 5,
    "regola_CF": 6,
    "lunghezza_PIVA": 7,
    "regola_PIVA": 8
  }
]
        text/plain
            Sample:
        
[{"countryCode":"sample string 1","descrizione":"sample string 2","lunghezza_CAP":3,"regola_CAP":4,"lunghezza_CF":5,"regola_CF":6,"lunghezza_PIVA":7,"regola_PIVA":8},{"countryCode":"sample string 1","descrizione":"sample string 2","lunghezza_CAP":3,"regola_CAP":4,"lunghezza_CF":5,"regola_CF":6,"lunghezza_PIVA":7,"regola_PIVA":8}]
        application/xml, text/xml
            Sample:
        
<ArrayOfNazioneBL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Customer.BL.Models">
  <NazioneBL>
    <CountryCode>sample string 1</CountryCode>
    <Descrizione>sample string 2</Descrizione>
    <Lunghezza_CAP>3</Lunghezza_CAP>
    <Lunghezza_CF>5</Lunghezza_CF>
    <Lunghezza_PIVA>7</Lunghezza_PIVA>
    <Regola_CAP>4</Regola_CAP>
    <Regola_CF>6</Regola_CF>
    <Regola_PIVA>8</Regola_PIVA>
  </NazioneBL>
  <NazioneBL>
    <CountryCode>sample string 1</CountryCode>
    <Descrizione>sample string 2</Descrizione>
    <Lunghezza_CAP>3</Lunghezza_CAP>
    <Lunghezza_CF>5</Lunghezza_CF>
    <Lunghezza_PIVA>7</Lunghezza_PIVA>
    <Regola_CAP>4</Regola_CAP>
    <Regola_CF>6</Regola_CF>
    <Regola_PIVA>8</Regola_PIVA>
  </NazioneBL>
</ArrayOfNazioneBL>
        application/octet-stream
            Sample:
        
[{"CountryCode":"sample string 1","Descrizione":"sample string 2","Lunghezza_CAP":3,"Regola_CAP":4,"Lunghezza_CF":5,"Regola_CF":6,"Lunghezza_PIVA":7,"Regola_PIVA":8},{"CountryCode":"sample string 1","Descrizione":"sample string 2","Lunghezza_CAP":3,"Regola_CAP":4,"Lunghezza_CF":5,"Regola_CF":6,"Lunghezza_PIVA":7,"Regola_PIVA":8}]
        text/javascript, application/javascript, application/json-p
            Sample:
([{"countryCode":"sample string 1","descrizione":"sample string 2","lunghezza_CAP":3,"regola_CAP":4,"lunghezza_CF":5,"regola_CF":6,"lunghezza_PIVA":7,"regola_PIVA":8},{"countryCode":"sample string 1","descrizione":"sample string 2","lunghezza_CAP":3,"regola_CAP":4,"lunghezza_CF":5,"regola_CF":6,"lunghezza_PIVA":7,"regola_PIVA":8}]);