What are the API Calls to create the Credit Memo in freshbooks?
32 views
Skip to first unread message
Adil Ansari
unread,
Mar 9, 2016, 7:50:03 AM3/9/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FreshBooks API (not monitored)
Hi,
I am unable to find the API Calls to create the credit memo in freshbooks, I will really appreciate if anybody give me a link for credit memo API Calls.
Thank you.
Adrian Kimmitt
unread,
May 31, 2016, 1:20:58 PM5/31/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FreshBooks API (not monitored)
Adil,
There are no real API calls for FreshBooks, it works with a XML posting method rather than standard JSON API calls. I ended up creating a server that allows standard JSON API calls and it does the XML post/response in the background and then returns the results via JSON response. I have this server setup publicly if you ever want access to use it.