A module that manages controllers for Mobile Point of Sale
- Since:
-
- 22/08/2018
Members
-
<route> getstock
-
Route:
gets stock of item in a branchMethod Path GET /api/v1/mpos/stock Query Parameters:
Name Type Description req.query object The query request req.body.lookup string The poscode or eancode req.body.branchCode string The branchcode to check stock for - Since:
-
- 08/09/2018
- See:
-
- MPOS
Example
/api/v1/mpos/sale {POST} -
<route> postSale
-
Route:
posts a sale from MPOSMethod Path POST /api/v1/mpos/sale Query Parameters:
Name Type Description req.body object The Body request req.body.finalJSON string The JSON String - Since:
-
- 22/08/2018
- See:
-
- MPOS
Example
/api/v1/mpos/sale {POST}