Comment on page
💼
Companies
This page provides a description of the available API routes for managing companies.
Suppliers and purchasers are commonly referred to as companies, and within the companies database, there exists an additional record marked as "default" that represents the merchant, owner or the cash register system.
get
http://{server-address}
/companies
Get companies
get
http://{server-address}
/companies/{id}
Get company
post
http://{server-address}
/companies
Create company
put
http://{server-address}
/companies/{id}
Create or update company
delete
http://{server-address}
/companies/{id}
Delete company
Last modified 3mo ago