Units Of Measure REST Endpoints

Units Of Measure
Use the Units of Measure service to create, view, update, and delete units of measure. Update Keys : 'unitOfMeasureId'
Batch Create Units of Measures
Method: post
Path: /api/restapi/unitsOfMeasure/batch
Batch Delete Units of Measures
Method: delete
Path: /api/restapi/unitsOfMeasure/batch
Batch Sync Units of Measures
Method: post
Path: /api/restapi/unitsOfMeasure/syncBatch
Batch Update Units of Measures
Method: put
Path: /api/restapi/unitsOfMeasure/batch
Create a Units of Measure
Method: post
Path: /api/restapi/unitsOfMeasure
Delete a Units of Measure
Method: delete
Path: /api/restapi/unitsOfMeasure/{unitOfMeasureId}
Update a Units of Measure
Method: put
Path: /api/restapi/unitsOfMeasure
View a Units of Measure
Method: get
Path: /api/restapi/unitsOfMeasure/{unitOfMeasureId}
View all Units of Measures by Code
Method: get
Path: /api/restapi/unitsOfMeasure/code/{key}
View all Units of Measures by Name
Method: get
Path: /api/restapi/unitsOfMeasure/name/{displayName}/workspace/{workspaceId}
View all Units of Measures by Workspace
Method: get
Path: /api/restapi/unitsOfMeasure/workspace/{workspaceId}