Jump to content

Proforma Invoice?


 Share

Recommended Posts

  • Administrators

Hi Stuart,

If you want to create a proforma invoice, you can use the /sales_invoices endpoint, but ensure you populate the status{} array with an id of `PRO_FORMA`

  "status": {
    "id": "PRO_FORMA",
  },

We have a good guide on all things invoicing in our Key concepts series you can find here: https://developer.sage.com/accounting/guides/concepts/invoicing/

This details how to update the status of a draft, or pro-forma invoice to change them to full invoices etc. also. 

 

Ben

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...