CodiceFiscale
API for the formal verification of the Italian Fiscal Code of a person. API per la verifica formale del Codice Fiscale italiano di una persona fisica
API | Description |
---|---|
GET api/CodiceFiscale/GetCodiceFiscaleVerifica?CF={CF} |
Returns True if the italian Fiscal Code is formally correct. Restituisce True se il Codice Fiscale italiano è formalmente corretto. |
Banche
API for find Bank informations giving ABI and CAB.
API | Description |
---|---|
GET api/Banche/GetBanca?ABI={ABI}&CAB={CAB} |
Returns BancheResult as the result of serch with ABI and CAB parameters. |
Cambi
API for reading BCE exchange rates for the day. API per la lettura dei cambi BCE del giorno.
API | Description |
---|---|
GET api/Cambi/GetCambi |
Returns a list with the day's rates provided by the BCE. Restituisce una lista con i cambi del giorno forniti dalla BCE. |
PartitaIva
API for the formal verification of the Italian VAT number. API per la verifica formale della Partita Iva italiana
API | Description |
---|---|
GET api/PartitaIva/GetPartitaIvaVerifica?PI={PI} |
Returns True if the Italian VAT number is formally correct otherwise False . Restituisce True se la Partita Iva italiana è formalmente corretta o altrimenti False. |
PartitaIvaCEE
API for verification of VAT number with return of the company's BASIC data (headquarters address and VAT). API per la verifica della Partita Iva (Italiano o CEE) con restituzione dei dati di base (sede legale e Partita Iva).
API | Description |
---|---|
GET api/PartitaIvaCEE/GetPartitaIvaCEE?CodicePaese={CodicePaese}&PartitaIva={PartitaIva} |
Check if the VAT number is recorded in the archives of the European community and return the basic data (headquarters address and VAT). Varifica se la Partita Iva è censita negli archivi della comunità europea e restituisce i dati di base dell'azienda (sede legale e Partita Iva) |