Item-Supplier Associations REST Endpoints

Product Lifecycle Management/Items Version 2/Item-Supplier Associations
The Item-Supplier Associations resource manages the item-supplier associations. Supplier association is the association of an item with a supplier who provides that item; for examples, the association of item CAR with supplier Seven Corporation.
Create associations
Method: post
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemSupplierAssociation
Get all associations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemSupplierAssociation
Get one association
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemSupplierAssociation/{ItemSupplierAssociationUniqID}
Update one association
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/itemsV2/{itemsV2UniqID}/child/ItemSupplierAssociation/{ItemSupplierAssociationUniqID}