How can we attach excel file during invoice creation in rest api
How can we attach excel file during invoice creation in rest api
I would use N/file and post a response of file.getContents
But this should be a CSV file that can be converted on the receiving end.
can you share code