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: post
Path: /fscmRestApi/resources/11.13.18.05/kanbanPullSequences
Delete one pull sequence
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/kanbanPullSequences/{PullSequenceId}
Generate Kanban cards for the pull sequences
Method: post
Path: /fscmRestApi/resources/11.13.18.05/kanbanPullSequences/action/generateKanbanCards
Get all pull sequences
Method: get
Path: /fscmRestApi/resources/11.13.18.05/kanbanPullSequences
Get one pull sequence
Method: get
Path: /fscmRestApi/resources/11.13.18.05/kanbanPullSequences/{PullSequenceId}
Update one pull sequence
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/kanbanPullSequences/{PullSequenceId}