External Purchase Prices UOM Mappings REST Endpoints
External Purchase Prices UOM Mappings
The External Purchase Prices UOM Mappings resource manages the mapping of the unit of measure with a source unit of measure.
- Create UOM mappings
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/externalPurchasePricesUnitOfMeasures - Delete a UOM mapping
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/externalPurchasePricesUnitOfMeasures/{MappingId} - Get all UOM mappings
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/externalPurchasePricesUnitOfMeasures - Get one UOM mapping
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/externalPurchasePricesUnitOfMeasures/{MappingId} - Update a UOM mapping
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/externalPurchasePricesUnitOfMeasures/{MappingId}