API
Jasmin provides a Web REST API that allows you to access a subscription's data. This API covers all of the product's modules (Sales, Purchases, Taxes, etc.) and allows you to view data as well as create and update entities and transactions (documents), which makes it possible to create solutions that integrate Jasmin with any other system.
Jasmin's user authentication and security system requires that all integrated applications be registered in the system. This information is used to access the Web API and ensures that specific customers have access to data on a particular subscription. Registering an application allows developers to access the authorization token that must be used in all Web API calls. You can register a new application or access previous records in the application management area by following this link:
PURCHASES AND SALES
This collection contains examples of using the WebAPI for purchases and sales.
SHIPPING AND INVENTORY
This collection contains examples of using the WebAPI for inventory management and goods shipping.
TAX AND FINANCE
This collection contains examples of using the WebAPI for managing payables, receivables and taxes.
PLATFORM AND BASE ENTITIES
This collection contains examples of using the WebAPI to manipulate platform elements.