Module: Recall

A module that manages Recall
Since:
  • 25/09/2017
Author:
  • Dave

Members


<route> getRecallItems

Route:
MethodPath
GET /api/v1/recall/branch
returns a list of recall items for a branch
Query Parameters:
Name Type Description
branchID int The Branch ID of the store
Since:
  • 25/09/2017
Author:
  • Dave
See:
  • HeelsRealm.RecallFragment.getRecall
Example
/api/v1/recall/branch?branchID=22

<route> getRecallItems

Route:
MethodPath
GET /api/v1/recall/carton
posts a carton and creates a transfer to 914
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
Author:
  • Dave
See:
  • HeelsRealm.RecallFragment.sendRecallBoxes
Example
/api/v1/recall/carton {POST}