Active with remarks |
---|
This application needs additional settings. Please follow the documentation below to create your own connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). More. |
With Booqable modulesThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More in Boost.spaceCentralization and synchronization platform, where you can organize and manage your data. More IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. More, you can create, update, list, retrieve, and delete orders, order lines, customers, product groups, and planning.
To get started with Booqable, create an account at booqable.com.
To connect to Booqable account, you need to obtain API Key from your account.
-
Log in to your Booqable account.
-
Click your profile icon > UserCan use the system on a limited basis based on the rights assigned by the admin. More Settings > New authentication method.
-
Enter a name for the tokenThe API token is a multi-digit code that allows a user to authenticate with cloud applications. More, select the token, and click Save.
-
Copy the token to your clipboard.
-
Log in to your Boost.space Integrator account, insert Unleashed Software moduleThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More in your scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. More and click the Add button next to the Connection field.
-
In the Connection name field, enter a name for the connection.
-
In the Company Name field, enter the company name you have provided when creating the account.
-
In the API Key field, enter the token copied in step 4 and click Save.
You can create, update, retrieve, list, restore and archive customers using the following modules.
Updates an existing customer.
Connection |
|
Customer ID |
Select or map the Customer ID whose details you want to update. |
For field descriptions, see the Booqable API reference.
Retrieves an existing customer.
Connection |
|
Customer ID |
Select or map the Customer ID whose details you want to retrieve. |
Retrieves a list of customers.
Connection |
|
Limit |
Set the maximum number of customers Boost.space Integrator will return during one execution cycleA cycle is the operation and commit/rollback phases of scenario execution. A scenario may have one or more cycles (one is the default).. |
Restores an existing customer.
Connection |
|
Customer ID |
Enter the Customer ID whom you want to restore. |
Archives an existing customer.
Connection |
|
Customer ID |
Select or map the Customer ID whom you want to archive. |
You can create, update, retrieve, list, restore, and archive product groups using the following modules.
Updates an existing product group.
Connection |
|
Product Group ID |
Select or map the Product Group ID whose details you want to update. |
For field descriptions, see the Booqable API reference.
Retrieves an existing product group.
Connection |
|
Product Group ID |
elect or map the Product Group ID whose details you want to retrieve. |
Retrieves a list of product groups.
Connection |
|
Limit |
Set the maximum number of product groups Boost.space Integrator will return during one execution cycle. |
Retrieves the pricing structure of the product.
Connection |
|
Product Group ID |
Select or map the Product Group ID whose product details you want to retrieve. |
Product ID |
Enter the Product ID whose pricing structure you want to retrieve. |
Restores an existing product group.
Connection |
|
Product Group ID |
Enter the Product Group ID whom you want to restore. |
Archives an existing product group.
Connection |
|
Product Group ID |
Enter the Product Group ID whom you want to archive. |
You can create, update, retrieve, list, reverse, start, stop, cancel, duplicate, and archive orders using the following modules.
Creates a new order.
For field descriptions, see the Booqable API reference.
Updates an existing order.
Connection |
|
Order Number |
Select or map the order number whose details you want to update. |
For field descriptions, see the Booqable API reference.
Retrieves an existing order.
Connection |
|
Order Number |
Select or map the Order Number whose details you want to retrieve. |
Retrieves a list of orders.
Connection |
|
Term |
Enter a term to search orders that match the specified term. For example, term=John would return all orders with the term John. |
Limit |
Set the maximum number of product groups Boost.space Integrator will return during one execution cycle. |
Reserves itemsItems are rows in records (order/request/invoice/purchase...) for the duration of the order.
Connection |
|
Order Number |
Select or map the order number whose items you want to book. |
For field descriptions, see the Booqable API reference.
Saves an order as a concept.
Connection |
|
Order ID |
Enter the Order ID which you want to save as a concept. |
Reserves an order and book all the products in it.
Connection |
|
Order ID |
Enter the Order ID which you want to reserve. |
Starts an order.
Connection |
|
Order Number |
Select or map the order number whose order you want to start. |
For field descriptions, see the Booqable API reference.
Stops an order.
Connection |
|
Order Number |
Select or map the order number whose order you want to stop. |
For field descriptions, see the Booqable API reference.
Cancels an order.
Connection |
|
Order Number |
Select or map the order number whose order you want to cancel. |
Reverts an order to a given statusCreate statuses for each module separately to create an ideal environment for efficient and consistent work. More.
Connection |
|
Order ID |
Select or map the Order ID whose status you want to revert. |
Status |
Select the order status:
|
Duplicates an existing order.
Connection |
|
Order ID |
Select or map the Order ID which you want to duplicate. |
Recalculates the prices for the given order.
Connection |
|
Order ID |
Select or map the Order ID whose prices you want to recalculate. |
Archives an order.
Connection |
|
Order ID |
Select or map the Order ID you want to archive. |
You can delete planning from an order using the following module.
Deletes planning from an order.
Connection |
|
Order Number |
Select or map the Order Number whose details you want to delete. |
Planning ID |
Enter the Planning ID you want to delete. |
You can create, update and delete order lines using the following modules.
Creates a new line in the order.
Connection |
|
Order Number |
Select or map the Order Number whose order line you want to create. |
For field descriptions, see the Booqable API reference.
Updates an existing order line.
Connection |
|
Order Number |
Select or map the Order Number whose order line you want to update. |
For field descriptions, see the Booqable API reference.
Deletes an existing order line.
Connection |
|
Order Number |
Select or map the Order Number whose order line you want to delete. |
Line ID |
Enter the Line ID you want to delete. |
You can call APIs using the following module.
Performs an arbitrary authorized API call.
Connection |
|
URL |
Enter a path relative to |
Method |
GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
Headers |
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you. |
Query String |
Enter the request query string. |
Body |
Enter the body content for your API call. |