A module that manages Recall
- Since:
-
- 25/09/2017
Members
-
<route> getRecallItems
-
Route:
returns a list of recall items for a branchMethod Path GET /api/v1/recall/branch Query Parameters:
Name Type Description branchID int The Branch ID of the store - Since:
-
- 25/09/2017
- See:
-
- HeelsRealm.RecallFragment.getRecall
Example
/api/v1/recall/branch?branchID=22
-
<route> getRecallItems
-
Route:
posts a carton and creates a transfer to 914Method Path GET /api/v1/recall/carton Query Parameters:
Name Type Description req.body object The Body request req.body.fromBranch string The code of the branch the transfer is coming from req.body.toBranch string The code of the branch the transfer is going to req.body.batchNumber string the reference of the transfer req.body.batchRows string the rows to transfer - Since:
-
- 25/09/2017
- See:
-
- HeelsRealm.RecallFragment.sendRecallBoxes
Example
/api/v1/recall/carton {POST}