What is a company in Bokio?
In Bokio, a business is termed as a company. When someone is having multiple businesses, they simply set each of those up as an individual company. Each business is an independent Bokio company with its own company ID. The parameter companyId should be sent in with every API request to identify the company and the companyId can be obtained from the url when you are in the Bokio accounting platform.
What is the company API ?
The Company API exposes operations to automate processes within a company. In this API, all endpoints are located under the baseurl: api.bokio.se/companies/{companyId}/
.
The Company API is used for making requests related to a specific company. It allows you to perform actions such as retrieving company information, managing accounts, and accessing financial data specific to a company.
What can the Company API do in Bokio?
Here are all the capabilities of the Company API in Bokio.
Journal entries
Journal entries are used to manage bookkeeping. For more information on how journal entries work in Bokio, see Journal entries in Bokio.
The journal entry endpoints allow you to create a journal entry, get all journal entries, get a journal entry and reverse a particular journal entry. For more information on how it works, check the API.
Uploads
Any file that is uploaded in Bokio (it can be a receipt or an invoice) that will help in keeping a record of bookkeeping is called an upload. You can record an upload from todo page or uploads page. For more information on how uploads work in Bokio, see Uploads.
This endpoint allows you to upload a file, get all uploads, get a particular upload and download a particular file of a company in Bokio. For more information on how it works, check the API.
Customers
Customers in Bokio are used to manager receivers of invoices.
The customer endpoints in the API allow you to add, update, read and delete customer in a company in Bokio. For more information on how it works, check the API.
Invoices
An invoice is a document that shows what goods or services were sold, how much they cost, and when payment is due. For more information on how invoices work in Bokio, see Invoicing in Bokio.
The invoice endpoints in the API allow you to create, view, update, and add items to invoices, as well as retrieve all invoices or a specific one by ID. For more information on how it works, check the API.