What's New
- Time Credits - Introducing the ability to apply credits to timesheets, for correcting over-entered time which has already been approved, paid, or billed.
Learn more here: Time Credits - Storecove Integration - Our integration with Storecove for e-Invoicing in New Zealand is now live! While the integration is no longer in beta, it will continue to be free to use for a few more months.
Learn more here: Storecove Integration
Improvements
- Power BI Upgrade - We're making some changes to the PowerBI endpoint for Invoxy, to allow better auditing of access to these endpoints and improve the returning of error messages to the caller. The new endpoints are the same as current but with /v2 at the end. E.g.
The structure of data returned is slightly different from the current API endpoint. We have standardised the responses between our Invoxy and PayHero endpoints and removed the response wrapper (success, message) on the JSON object returned for Invoxy.To summarise the difference in JSON data returned -
Invoxy v1 -
{
"success": true,
"result": [
{
"company_Key": 355,
"company_name": "FR Breaking Contact Email Test",
"table_data": []
}
],
"message": ""
}Invoxy v2 -
[
{
"company_key": 355,
"company_name": "FR Breaking Contact Email Test",
"table_data": []
}
]
Fixes
- Storecove Tax - Corrected the way GST is sent to Storecove.
- Invoice Totals - Corrected an issue resulting in an incorrect invoice Amount Due displaying in cases where multiple permanent, service fee, or credit placements had been consolidated into a single invoice line.
- Public API Translations - Made changes to some translations occurring in the API which impacted how data appeared in Invoxy for clients with custom API integrations.
Comments
0 comments
Please sign in to leave a comment.