2023-07-12
· One min read
General updates:
- Support filtering and ordering by source data fields for Foundation, QuickBooks Online, Viewpoint Spectrum, and Viewpoint Vista. Example request body:
{
"filters": [
{
"field": "source_data.AmountDue",
"operator": "<",
"value": "100"
}
],
"order_by": [
{
"field": "source_data.Paid",
"dir": "DESC"
}
]
}
- Added more granular amount fields for Purchase Orders
System-specific updates:
- Foundation
- Viewpoint Vista
- Added write Budget Line Items
- Added read and write Timecard Entries