Kanban Cards REST Endpoints

Manufacturing/Kanban Cards
A method of replenishment that utilizes standard containers or lots sizes with a single information card or signal attached to each.
Create one Kanban card
Method: post
Path: /fscmRestApi/resources/11.13.18.05/kanbanCards
Delete one Kanban card
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/kanbanCards/{KanbanCardId}
Get all Kanban cards
Method: get
Path: /fscmRestApi/resources/11.13.18.05/kanbanCards
Get one Kanban card
Method: get
Path: /fscmRestApi/resources/11.13.18.05/kanbanCards/{KanbanCardId}
Print Kanban cards
Method: post
Path: /fscmRestApi/resources/11.13.18.05/kanbanCards/action/printCards
Update one Kanban card
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/kanbanCards/{KanbanCardId}