Unit of Measure Conversions REST Endpoints

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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUnitsConversions
Delete a unit of measure conversion rate
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUnitsConversions/{publicSectorUnitsConversionsUniqID}
Get a unit of measure conversion rate
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUnitsConversions/{publicSectorUnitsConversionsUniqID}
Get all unit of measure conversion rates
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUnitsConversions
Update a unit of measure conversion rate
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUnitsConversions/{publicSectorUnitsConversionsUniqID}