This update promotes Purchase Orders and Receipts APIs to beta, adds dimension support on purchase order line items, and introduces flexible PO lookup for receipts.
The Purchase Orders and Receipts APIs, previously marked as in-development, are now available in beta. These endpoints support two-way and three-way matching workflows in Ottimate.
See the Purchase Orders and Purchase Receipts guides for full documentation.
PO line items now support dimension mappings via the dimensions field. Dimensions are keyed by type (e.g., PROJECT, CLASS) with values set to the erp_dimension_id of the dimension. When an invoice is matched to a PO, these dimensions can be inherited onto invoice line items for automatic coding.
dimensions on a line item replaces all existing dimensions on that item.Purchase orders now support a custom_fields object for company-specific metadata configured during onboarding.
When creating a receipt, you can now identify the parent PO in two ways:
ottimate_po_id directlyerp_vendor_id + ottimate_location_id + either po_number or po_external_idSimilarly, receipt line items can reference PO items via ottimate_po_item_id or po_external_item_id.
No breaking changes. All existing endpoints and request/response schemas remain unchanged.
This update introduces Purchase Orders, Receipts, and Batch processing endpoints, adds bulk operations across several existing APIs, and establishes availability status tags across the API Reference.
The following APIs are currently in development and being tested. They are documented here for planning purposes and are not yet available for use. Availability will be announced in a future changelog entry.
Full CRUD for purchase orders, enabling two-way and three-way matching workflows in Ottimate.
Manage purchase receipts to support goods-received workflows and three-way matching.
Track the progress and results of long-running bulk operations.
Bulk operations added to existing APIs for high-volume integrations. These are currently in development and being tested. They accept arrays of records and return per-item success/error results.
All endpoints in the API Reference now display a status badge indicating their maturity level. See Release Plan for full definitions.
No breaking changes. All existing endpoints and request/response schemas remain unchanged. If you are already integrated with V1.0.0, no action is required.
Release: V1.0.0
In this release we’ve added endpoints to ease integration with ottimate.
New endpoints for managing accounting vendors:
Get Vendors
GET /vendors - Retrieve paginated list of Accounting VendorsGet Vendor Details
GET /vendors/:id - Get details of a specific Accounting Vendor by IDCreate Vendors
POST /vendors/ - Create a single Accounting VendorPOST /vendors/bulk-create/ - Create or update multiple Accounting Vendors in bulkNew endpoints for managing dimensions:
Get Dimensions
GET /dimensions - Retrieve paginated list of DimensionsGet Dimension Details
GET /dimensions/:id - Get details of a specific Dimension by IDNew endpoints for managing invoices:
Get Invoices
GET /invoices - Retrieve paginated list of invoicesGet Invoice Details
GET /invoices/:id - Get details of a specific invoice by IDGet Uploads
GET /invoices/uploads - Get details of invoice uploadsMark Invoices
POST /invoices/mark-exported - Mark multiple invoices as exportedPOST /invoices/mark-unexported - Mark multiple invoices as unexportedUpdate Invoices
PATCH /invoices/:id - Update invoice header, line items and dimensions