Number of APIs: 10
Web service that allows you to activate an account for electronic invoicing. Contact Support:
Name: Support
POST {{baseUrl}}/forfettario
This method allows you to register a new legal invoice account of type 'forfettario'. 'forfettario' means that you have 50 starting invoices. For the documents the system will call from the following ip: 34.76.237.249
POST {{baseUrl}}/start
This method allows you to register a new legal invoice account of type 'start'. 'start' means that you have 200 starting invoices. For the documents the system will call from the following ip: 34.76.237.249
POST {{baseUrl}}/pro
This method allows you to register a new legal invoice account of type 'pro'. 'pro' means that you have 400 starting invoices and the possibility of adding extra company names. For the documents the system will call from the following ip: 34.76.237.249
4. {{baseUrl}}/modulo_attivazione
GET {{baseUrl}}/modulo_attivazione
This method allows you to directly download the activation form. Once compiled and signed it will be passed in the form of a base 64 encoded string using the POST method together with an identity document.
5. account-{id} - {{baseUrl}}/account/:id
GET {{baseUrl}}/account/:id
This method shows you the specific legal invoice account related to the id
6. account-{id} - {{baseUrl}}/account/:id
PATCH {{baseUrl}}/account/:id
This method allows you to add extra invoices or extra company names. Invoices can be added for all types of accounts while company names can only be added for those of the 'pro' type.
7. account-{id} - {{baseUrl}}/account/:id
DELETE {{baseUrl}}/account/:id
This method allows you to revoke the specific legal invoice account related to the id
8. account-{id} - {{baseUrl}}/account/:id/rinnovo
GET {{baseUrl}}/account/:id/rinnovo?anni=<integer>
This method allows you to renew for one or more year the legal invoice account identified by the id
9. account - {{baseUrl}}/account
GET {{baseUrl}}/account
This method shows you the list of legal invoice accounts that belong to your username
10. account - {{baseUrl}}/account/:email
GET {{baseUrl}}/account/:email
This method shows you the the legal invoice account or accounts related to the email
ENDPOINTS