Supplier Portal Kanban Cards REST Endpoints
Manufacturing/Supplier Portal Kanban Cards
All Supplier Kanban cards that an external Supplier has access to do
1. View the Card
2. Print the Card
3. Update the supply status of the card
- Get all Supplier Kanban Card
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/kanbanCardsInSupplierPortal
- Get one Supplier Kanban Card
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/kanbanCardsInSupplierPortal/{KanbanCardId}
- Print supplier kanban cards
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/kanbanCardsInSupplierPortal/action/printSupplierCards
- Update one Supplier Kanban Card
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/kanbanCardsInSupplierPortal/{KanbanCardId}
- Update the supply status of the kanban card to In Transit
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/kanbanCardsInSupplierPortal/action/markAsInTransit