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: get
Path: /fscmRestApi/resources/11.13.18.05/kanbanCardsInSupplierPortal
Get one Supplier Kanban Card
Method: get
Path: /fscmRestApi/resources/11.13.18.05/kanbanCardsInSupplierPortal/{KanbanCardId}
Print supplier kanban cards
Method: post
Path: /fscmRestApi/resources/11.13.18.05/kanbanCardsInSupplierPortal/action/printSupplierCards
Update one Supplier Kanban Card
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/kanbanCardsInSupplierPortal/{KanbanCardId}
Update the supply status of the kanban card to In Transit
Method: post
Path: /fscmRestApi/resources/11.13.18.05/kanbanCardsInSupplierPortal/action/markAsInTransit