Units Of Measure REST Endpoints

Units Of Measure
Use the Units of Measure service to create, view, update, and delete units of measure.
Assign or Promote a Unit of Measure
Method: post
Path: /primeapi/restapi/unitsOfMeasure/replicateObjectInWorkspaces/unitsOfMeasure/{unitsOfMeasureId}/workspace/{workspaceId}
Batch Create Units of Measures
Method: post
Path: /primeapi/restapi/unitsOfMeasure/batch
Batch Delete Units of Measures
Method: delete
Path: /primeapi/restapi/unitsOfMeasure/batch
Batch Update Units of Measures
Method: put
Path: /primeapi/restapi/unitsOfMeasure/batch
Create a Unit of Measure
Method: post
Path: /primeapi/restapi/unitsOfMeasure
Delete a Unit of Measure
Method: delete
Path: /primeapi/restapi/unitsOfMeasure/{id}
Update a Unit of Measure
Method: put
Path: /primeapi/restapi/unitsOfMeasure
View a Unit of Measure
Method: get
Path: /primeapi/restapi/unitsOfMeasure/{id}
View a Unit of Measure by Code
Method: get
Path: /primeapi/restapi/unitsOfMeasure/code/{code}
View a Unit of Measure by Name
Method: get
Path: /primeapi/restapi/unitsOfMeasure/name/{name}/workspace/{id}
View a Unit of Measure by Workspace
Method: get
Path: /primeapi/restapi/unitsOfMeasure/workspace/{id}