inventory moverequestsgenerator (http://api.3plcentral.com/rels/inventory/moverequestsgenerator)
Resource:
Operator: To generate move requests for replenishment
C# Rel Const:
Rels.InventorySvc.MoveRequestGenerator
URI template:
moverequests/generator
Obtain URI from:
generate move requests to replenish the location specified in the getInfo
Success status: 200
none
Type Description
LocationId int
ItemId int
Qualifier string
QuantityNeeded decimal
SumOfMoveRequestsCreated decimal
Sample content-type: application/hal+json
{
  "locationId": 1,
  "itemId": 2,
  "qualifier": "str",
  "quantityNeeded": 4.0,
  "sumOfMoveRequestsCreated": 5.0
}
Type Description
LocationId int
ItemId int
Qualifier string
QuantityNeeded decimal
SumOfMoveRequestsCreated decimal
Sample accept: application/hal+json
{
  "locationId": 1,
  "itemId": 2,
  "qualifier": "str",
  "quantityNeeded": 4.0,
  "sumOfMoveRequestsCreated": 5.0
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.