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