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: postPath:
/primeapi/restapi/unitsOfMeasure/replicateObjectInWorkspaces/unitsOfMeasure/{unitsOfMeasureId}/workspace/{workspaceId}
- Batch Create Units of Measures
- Method: postPath:
/primeapi/restapi/unitsOfMeasure/batch
- Batch Delete Units of Measures
- Method: deletePath:
/primeapi/restapi/unitsOfMeasure/batch
- Batch Update Units of Measures
- Method: putPath:
/primeapi/restapi/unitsOfMeasure/batch
- Create a Unit of Measure
- Method: postPath:
/primeapi/restapi/unitsOfMeasure
- Delete a Unit of Measure
- Method: deletePath:
/primeapi/restapi/unitsOfMeasure/{id}
- Update a Unit of Measure
- Method: putPath:
/primeapi/restapi/unitsOfMeasure
- View a Unit of Measure
- Method: getPath:
/primeapi/restapi/unitsOfMeasure/{id}
- View a Unit of Measure by Code
- Method: getPath:
/primeapi/restapi/unitsOfMeasure/code/{code}
- View a Unit of Measure by Name
- Method: getPath:
/primeapi/restapi/unitsOfMeasure/name/{name}/workspace/{id}
- View a Unit of Measure by Workspace
- Method: getPath:
/primeapi/restapi/unitsOfMeasure/workspace/{id}