- Subcategories:
- Flexfields
- Lines
Inventory Movement Requests REST Endpoints
Inventory Management/Inventory Movement Requests
A movement request is a transaction of the type Requisition, Replenishment, Pick Wave, and Shop Floor.
- Action to create picks.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequests/{HeaderId}/action/createPickSlip
- Create one cancellation request
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequests/action/cancelLineQuantity
- Create one movement request
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequests
- Create resend to external system request
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequests/action/resendMovementRequests
- Duplicate the requisition lines
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequests/action/duplicateMovementRequests
- Get all movement requests
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequests
- Get one movement request
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequests/{HeaderId}
- Update one movement request
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequests/{HeaderId}
- Validate the requisition lines
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/inventoryMovementRequests/action/validateRequisitionLines