Associated Supplier Organizations REST Endpoints
Product Lifecycle Management/Supplier Products/Associated Supplier Organizations
The operations from the Product Lifecycle Management/Supplier Products/Associated Supplier Organizations category.
- Create an associated supplier organization
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/associatedSupplierOrganizations - Delete an associated supplier organization
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/associatedSupplierOrganizations/{AssociationTransactionId} - Get all associated supplier organizations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/associatedSupplierOrganizations - Get one associated supplier organization
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/associatedSupplierOrganizations/{AssociationTransactionId} - Update an associated supplier organization
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/supplierProducts/{supplierProductsUniqID}/child/associatedSupplierOrganizations/{AssociationTransactionId}