Units of Measure REST Endpoints

Units of Measure
The units of measure resource is used to view, create, modify, or delete a unit of measure. A unit of measure is used to express measurements such as quantity or duration.
Create a unit of measure
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUnits
Delete a unit of measure
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUnits/{UnitOfMeasure}
Get a unit of measure
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUnits/{UnitOfMeasure}
Get all units of measure
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUnits
Update a unit of measure
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorUnits/{UnitOfMeasure}