API or Connector Module for UltimatePOS
This module provides the API for use in UltimatePOS
Features:
All the API provided are mentioned in the official API documentation https://pos.ultimatefosters.com/docs
Installation Steps:
Follow the steps as given in Module Management installation
Update Steps:
Follow the steps as given in Module Management Updating
Additional update steps:
This step needs to be followed after updating UltimatePOS:
- Login with superadmin account
- Go to Connector -> Clients
- Click on the “Regenerate” button as given in the screenshot below.
Generating client id & Client secret:
- After installing the API-Connector module login with superadmin username & password
- Go to Connector -> Clients
- Click on “Create Client” button and it will show a popup.
- Enter the name (any name is fine) & Save
- In the list of clients, it will show the id, & secret. Check screenshow below.
Video Demonstration:
Version Log:
V1.7, – Released Feb 2, 2022
- Permission checks added to sell list API
- Sell permission checks added to sell list API
- Multiple payment status filters added to sell list API
- Expense subcategory API endpoint added
V1.5, Nov 26, 2021
- Currency precision and quantity precision added to business setting API response
- Sending lot details in sell list and product list API, if request parameter is set to true.
V1.4, Oct 08, 2021
- Source field added to sells
- Filter by source implemented on sell api
V1.3, Sep 08, 2021
- Added discounts on products/variations api
- Added reset password api
- Added public invoice URL in sales
V1.1, Aug 18, 2021
- User register API added
- Other API improvements
V1.0, May 02, 2021
- Fixes & improvements in API
V0.8, March 04, 2021
- Permissions list added to logged in user details API
- API created for CRM->follow up & lead list
- additional follow-up info field added in API & filter parameter name changed in the list follow up API
- pagination added in list of supplier/customer/lead API
- Search and order by added in supplier/customer/lead list API
- Permission check added to list leads API
- sorting added on list follow-up API
- status/follow up type filter added for list follow up API
- pagination & customer info added in the list follow up API
V0.7, December 21, 2020
- Various minor updates, fixes & improvements
Initial Release – V0.5, Nov 11, 2020
- Initial release.