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: postPath:
/fscmRestApi/resources/11.13.18.05/supplierRegistrationRequests/{SupplierRegistrationKey}/child/externalDataProviderIdentifiers
- Delete one association between the supplier entity and the external data provider
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/supplierRegistrationRequests/{SupplierRegistrationKey}/child/externalDataProviderIdentifiers/{SuppProviderId}
- Get all supplier entities associated with external data providers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierRegistrationRequests/{SupplierRegistrationKey}/child/externalDataProviderIdentifiers
- Get one supplier entity associated with an external data provider
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/supplierRegistrationRequests/{SupplierRegistrationKey}/child/externalDataProviderIdentifiers/{SuppProviderId}
- Update one association between the supplier entity and the external data provider
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/supplierRegistrationRequests/{SupplierRegistrationKey}/child/externalDataProviderIdentifiers/{SuppProviderId}