Resource:Operator: To generate move requests for replenishmentC# Rel Const:Rels.InventorySvc.MoveRequestGeneratorURI template:moverequests/generatorObtain URI from:
generate move requests to replenish the location specified in the getInfo
Success status: 200
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 |
{ "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.