External Data Provider Identifiers REST Endpoints

Supplier Registration Requests/External Data Provider Identifiers
Management of the association between supplier entities and their external data providers.
Create associations between the supplier entity and the external data provider for suppliers
Method: post
Path: /fscmRestApi/resources/11.13.18.05/supplierRegistrationRequests/{SupplierRegistrationKey}/child/externalDataProviderIdentifiers
Delete one association between the supplier entity and the external data provider
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/supplierRegistrationRequests/{SupplierRegistrationKey}/child/externalDataProviderIdentifiers/{SuppProviderId}
Get all supplier entities associated with external data providers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierRegistrationRequests/{SupplierRegistrationKey}/child/externalDataProviderIdentifiers
Get one supplier entity associated with an external data provider
Method: get
Path: /fscmRestApi/resources/11.13.18.05/supplierRegistrationRequests/{SupplierRegistrationKey}/child/externalDataProviderIdentifiers/{SuppProviderId}
Update one association between the supplier entity and the external data provider
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/supplierRegistrationRequests/{SupplierRegistrationKey}/child/externalDataProviderIdentifiers/{SuppProviderId}