Pack Components REST Endpoints

Product Lifecycle Management/Supplier Products/Packs/Pack Components
The Pack Components resource is used to manage pack components of supplier products.
Create a pack component
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/packs/{TransactionId}/child/packComponents
Delete a pack component
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/packs/{TransactionId}/child/packComponents/{TransactionId2}
Get all pack components
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/packs/{TransactionId}/child/packComponents
Get one pack component
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/packs/{TransactionId}/child/packComponents/{TransactionId2}
Update a pack component
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/packs/{TransactionId}/child/packComponents/{TransactionId2}