Create commercial invoice
Status: Open · Asked by sosmarphone on · 0 views
my idea is to start from a form (jotform) that generates a database that generates the sale and in the Google sheet database through the API I would like to create the commercial invoice
How to create a document
The call you will need to make to create a document will have the following characteristics.
URL: https://www.app.fattura24.com/api/v0.3/SaveDocument
PARAMETERS IN POST
apiKey: API KEY associated with your account
xml: a string similar to the following, containing the data of the document to be created



I don't understand how to go on

thank you very much for any help
Can you send a sample of the request that you are making with Postman or any other API platform to make an API request.
If you provide me with the successful request that you are able to make on any other platform, I will create an equivalent sample API request inside Pabbly Connect based on the same reference?
Did you try making the same API request through POSTMAN or any other API Testing Tool?
Can you send a sample of the request that you are making with Postman or any other API platform to make an API request.If you provide me with the successful request that you are able to make on any other platform, I will create an equivalent sample API request inside Pabbly Connect based on the same reference?
Did you try making the same API request through POSTMAN or any other API Testing Tool?
I don't know how to do this I stopped here because I don't know how to do it........
I don't know how to do this I stopped here because I don't know how to do it........
Can you ask Fattura team to send you a test API request for Postman.
If they send a test request on how to fire their API on postman, we can replicate the same on Pabbly Connect using the API module.
the nodejs sdk for invoice24
Hi guys I need to make this call but in pabbly because I need to have a list
https://api.fattureincloud.it/v1/info/account
Request content
{
"api_uid": "29511",
"api_key": "72df0e901894f67b3827e215daad773c",
"campi": [
"lista_iva"
]
}
I can't do it ....
Attachments


Hey @sosmarphone
The content which you have requested to fetch is possible and works fines. Please check the screenshot -
