A module containing the routes for dasco
- Since:
-
- 16/11/2017
Members
-
<route> confirmDasco
-
Route:
confirms a dasco deliveryMethod Path POST /api/v1/dasco/confirm Query Parameters:
Name Type Description req.body.poid integer the purchase order id of the delivery - Since:
-
- 16/11/2017
- See:
-
- HeelsRealm.DascoFragment.sendFinal
Example
/api/v1/dasco/confirm {BODY} -
<route> getdasco
-
Route:
gets the dasco delivery for a branchMethod Path GET /api/v1/dasco Query Parameters:
Name Type Description req.query.branchID integer the branch id to fetch delivery for - Since:
-
- 16/11/2017
- See:
-
- HeelsRealm.DascoFragment.checkDelivery
Example
/api/v1/dasco?branchID=22
-
<route> getEmail
-
Route:
gets the email addreses of branches that have not sent there deliveryMethod Path GET /api/v1/dascoreminder - Since:
-
- 29/10/2018
-
<route> postDasco
-
Route:
posts an scanned itemMethod Path POST /api/v1/dasco Query Parameters:
Name Type Description req.body.poid integer the purchase order id of the delivery req.body.qty integer the packsize scanned req.body.posCode string the item scanned - Since:
-
- 16/11/2017
Example
/api/v1/dasco {BODY} -
<route> postDasco
-
Route:
posts an scanned itemMethod Path POST /api/v1/dasco Query Parameters:
Name Type Description req.body.poid integer the purchase order id of the delivery req.body.qty integer the packsize scanned req.body.posCode string the item scanned - Since:
-
- 16/11/2017
- See:
-
- HeelsRealm.DascoFragment.sendScanned
Example
/api/v1/dasco {BODY} -
<route> postDascoUnder
-
Route:
posts an under itemMethod Path POST /api/v1/dasco/under Query Parameters:
Name Type Description req.body.poid integer the purchase order id of the delivery req.body.qty integer the packsize scanned req.body.posCode string the item scanned - Since:
-
- 16/11/2017
- See:
-
- HeelsRealm.DascoFragment.sendUnders
Example
/api/v1/dasco/under {BODY}