Active |
---|
This application does not need additional settings. So you can make connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). More only by using your login credentials or by following the instructions below . |
With Unleashed Software 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:
-
sales orders
-
products
-
customers
-
credit notes and credit note lines
To get started with Unleashed Software, create an account at unleashedsoftware.com.
To connect to Unleashed Software, you need to obtain an API ID and API key from your unleashed software account.
-
Log in to your Unleashed Software account.
-
Click Integrations > Unleashed API Access and copy the API ID and API Key to a safe place.
-
In 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 API ID and API Key fields, enter the values copied in step 2 in the respective fields and click Save.
You can list, retrieve, complete, update, and delete sales orders using the following modules.
Searches for sales orders or lists them all.
Connection |
|
Customer ID |
Select or map the Customer ID whose sales orders you want to list. |
Limit |
Set the maximum number of sales orders 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).. |
For field descriptions, see the Unleashed Software API reference.
Returns a specified sales order.
Connection |
|
Sales Order GUID |
Select or map the Sales Order GUID whose details you want to retrieve. |
Completes a sales order.
Connection |
|
Sales Order GUID |
Select or map the Sales Order GUID you want to complete. |
Updates a sales order.
Connection |
|
Sales Order GUID |
Select or map the Sales Order GUID whose details you want to update. |
For field descriptions, see the Unleashed Software API reference.
Deletes a sales order.
Connection |
|
Sales Order GUID |
Select or map the Sales Order GUID you want to delete. |
You can create, update, list, retrieve, and obsolete products using the following modules.
Searches for products or lists them all.
Connection |
|
Group |
Select the group whose products you want to list. |
Limit |
Set the maximum number of products Boost.space Integrator will return during one execution cycle. |
For field descriptions, see the Unleashed Software API reference.
Returns a specified product.
Connection |
|
Product GUID |
Select or map the Product GUID whose details you want to retrieve. |
Creates a new product.
For field descriptions, see the Unleashed Software API reference.
Updates a specified product.
Connection |
|
Product GUID |
Select or map the Product GUID whose details you want to update. |
Obsoletes a product.
Connection |
|
Product GUID |
Select or map the Product GUID whom you want to obsolete. |
You can create, update, list, and retrieve customers using the following modules.
Searches for customers or lists them all.
Connection |
|
Limit |
Set the maximum number of customers Boost.space Integrator will return during one execution cycle. |
For field descriptions, see the Unleashed Software API reference.
Returns a customer.
Connection |
|
Customer GUID |
Select or map the Customer ID whose details you want to retrieve. |
Creates a new customer.
For field descriptions, see the Unleashed Software API reference.
Updates a specified customer.
Connection |
|
GUID |
Select or map the Customer ID whose details you want to update. |
For field descriptions, see the Unleashed Software API reference.
You can create, update, list, retrieve, complete, and delete credit notes using the following modules.
Searches for credit notes or lists them all.
Connection |
|
Credit StatusCreate statuses for each module separately to create an ideal environment for efficient and consistent work. More |
Enter the credit status to list the credits for the specified status. For example, |
Limit |
Set the maximum number of credit notes Boost.space Integrator will return during one execution cycle. |
For field descriptions, see the Unleashed Software API reference.
Returns a credit note.
Connection |
|
Credit Note GUID |
Select or map the Credit Note GUID whose details you want to retrieve. |
Create a free entry credit note.
For field descriptions, see the Unleashed Software API reference.
Updates a credit note. Only free credits can be updated.
Connection |
|
Credit Note GUID |
Select or map the Credit Note GUID whose details you want to update. |
For field descriptions, see the Unleashed Software API reference.
Completes a credit note.
Connection |
|
Credit Note GUID |
Select or map the Credit Note GUID you want to complete. |
Deletes a credit note.
Connection |
|
Credit Note GUID |
Select or map the Credit Note GUID you want to delete. |
You can create, update, list, retrieve, complete, and delete credit notes using the following modules.
Searches for credit notes or lists them all.
Connection |
|
Credit Status |
Enter the credit status to list the credits for the specified status. For example, |
Limit |
Set the maximum number of credit notes Boost.space Integrator will return during one execution cycle. |
For field descriptions, see the Unleashed Software API reference.
Returns a credit note.
Connection |
|
Credit Note GUID |
Select or map the Credit Note GUID whose details you want to retrieve. |
Create a free entry credit note.
For field descriptions, see the Unleashed Software API reference.
Updates a credit note. Only free credits can be updated.
Connection |
|
Credit Note GUID |
Select or map the Credit Note GUID whose details you want to update. |
For field descriptions, see the Unleashed Software API reference.
Completes a credit note.
Connection |
|
Credit Note GUID |
Select or map the Credit Note GUID you want to complete. |
Deletes a credit note.
Connection |
|
Credit Note GUID |
Select or map the Credit Note GUID you want to delete. |
You can create, update, and delete credit note lines using the following modules.
Creates credit note lines against an existing free entry credit note.
Connection |
|
Credit Note GUID |
Select or map the Credit Note GUID whose credit note line you want to create. |
For field descriptions, see the Unleashed Software API reference.
Updates credit note line from an existing free entry credit note.
Connection |
|
Credit Note GUID |
Select or map the Credit Note GUID whose credit note line you want to update. |
For field descriptions, see the Unleashed Software API reference.
Deletes credit note line from an existing free entry credit note.
Connection |
|
Credit Note GUID |
Select or map the Credit Note GUID whose credit note line you want to delete. |
Credit Note Line GUID |
Enter the Credit Note Line GUID you want to delete. |
You can call APIs using the following module.
Performs an arbitrary authorized API call.
Note | |
---|---|
For the list of available endpoints, refer to the Unleashed Software API documentation. |
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. |
The following API call returns the list of products from your Unleashed Software account.
The search matches can be found in the module’s Output under Bundle > itemsItems are rows in records (order/request/invoice/purchase...). Our example returned 14 products: