Kanban Pull Sequences REST Endpoints
Manufacturing/Kanban Pull Sequences
The order in which materials are requested, or pulled, from a preceding process to manage the flow of materials. A pull takes into consideration the item, point of use, source of the item, and the sourcing method.
- Create pull sequences
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/kanbanPullSequences
- Delete one pull sequence
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/kanbanPullSequences/{PullSequenceId}
- Generate Kanban cards for the pull sequences
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/kanbanPullSequences/action/generateKanbanCards
- Get all pull sequences
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/kanbanPullSequences
- Get one pull sequence
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/kanbanPullSequences/{PullSequenceId}
- Update one pull sequence
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/kanbanPullSequences/{PullSequenceId}