Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

Maintaining our API

  • Implement new route that sends email to a specified email address (rather than extracting from the UBL.xml document)

  • Deprecate original routes in favor of more relevant, and clearer routes;

Old Route

New Route

/sendInvoice

/invoice/extract_and_send/v1

/emailInvoice

/invoice/send_to_email/v1

/createnewUser

/create/newuser

/newSession

/session/start

/endsession

/session/end

/healthCheck

/health/check/v1

  • No labels