Units of Measure REST Endpoints

SCM Common/Units of Measure
The Units of Measure resource gets the units of measure that an application, system, or service can use with the transaction.
Create one unit of measure
Method: post
Path: /fscmRestApi/resources/11.13.18.05/unitsOfMeasure
Delete one unit of measure
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/unitsOfMeasure/{UOMCode}
Get all units of measure
Method: get
Path: /fscmRestApi/resources/11.13.18.05/unitsOfMeasure
Get one unit of measure
Method: get
Path: /fscmRestApi/resources/11.13.18.05/unitsOfMeasure/{UOMCode}
Update one unit of measure
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/unitsOfMeasure/{UOMCode}