Associated Supplier Organizations REST Endpoints

Product Lifecycle Management/Supplier Products/Associated Supplier Organizations
The Associated Supplier Organizations resource is used to manage supplier organization associations of supplier products.
Create an associated supplier organization
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/associatedSupplierOrganizations
Delete an associated supplier organization
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/associatedSupplierOrganizations/{AssociationTransactionId}
Get all associated supplier organizations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/associatedSupplierOrganizations
Get one associated supplier organization
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/associatedSupplierOrganizations/{AssociationTransactionId}
Update an associated supplier organization
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/associatedSupplierOrganizations/{AssociationTransactionId}