Map External Data Provider and Supplier Attributes REST Endpoints
Map External Data Provider and Supplier Attributes
Configuration of the mapping between the external data provider and supplier attributes.
- Create associations between the supplier attributes and the external data provider attributes
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/externalDataProviderAndSupplierAttributeMappings
- Delete one association between the supplier attribute and the external data provider attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/externalDataProviderAndSupplierAttributeMappings/{MappingId}
- Get all supplier attributes and the external data provider mapping details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/externalDataProviderAndSupplierAttributeMappings
- Get one supplier attribute and the external data provider mapping details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/externalDataProviderAndSupplierAttributeMappings/{MappingId}
- Update one association between the supplier attribute and the external data provider attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/externalDataProviderAndSupplierAttributeMappings/{MappingId}