Unit of Measure Conversions REST Endpoints
Common Setup/Unit of Measure Conversions
The units of measure conversions resource is used to view, create, modify, or delete a conversion rate between two different units of measure.
- Create a unit of measure conversion rate
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorUnitsConversions - Delete a unit of measure conversion rate
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorUnitsConversions/{publicSectorUnitsConversionsUniqID} - Get a unit of measure conversion rate
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorUnitsConversions/{publicSectorUnitsConversionsUniqID} - Get all unit of measure conversion rates
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorUnitsConversions - Update a unit of measure conversion rate
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorUnitsConversions/{publicSectorUnitsConversionsUniqID}