Sign in to participate
Be Kind, Be Helpful
Ask a question, answer a question, and get to know the fine people in the Harvest community.
GET default invoice notes
Is there any way to use the API to read the default value of Invoice Notes?
I’m trying to use the API to generate invoices and I’d like them to have the same notes in the footer as invoices created manually (by users in the web browser). So, I’d like to read the Invoice Notes using the API and then stuff this into new invoices I create using the API.
Thanks,
Hi, Jim. Unfortunately we do not have a way to get the invoice defaults via the API. We probably should, though. I will put this on our future enhancement list.
Hi Barry. Since your adding this onto the roadmap, I’ll add another thought:
If I create an invoice via the API and omit the field (omit it from the XML of the ), then I would expect the Invoice notes to use the default value from the Invoice settings (currently, the notes will be blank if no notes are specified). However, if I explicitly specify an empty string for notes () then i would expect it to set an empty value for notes.
Thanks,