- Subcategories:
- Flexfields for Kanban Cards
- Kanban Card Activity
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: postPath:
/fscmRestApi/resources/11.13.18.05/kanbanCards - Delete one Kanban card
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/kanbanCards/{KanbanCardId} - Get all Kanban cards
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/kanbanCards - Get one Kanban card
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/kanbanCards/{KanbanCardId} - Print Kanban cards
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/kanbanCards/action/printCards - Update one Kanban card
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/kanbanCards/{KanbanCardId}