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: postPath:
/api/restapi/unitsOfMeasure/batch - Batch Delete Units of Measures
- Method: deletePath:
/api/restapi/unitsOfMeasure/batch - Batch Sync Units of Measures
- Method: postPath:
/api/restapi/unitsOfMeasure/syncBatch - Batch Update Units of Measures
- Method: putPath:
/api/restapi/unitsOfMeasure/batch - Create a Units of Measure
- Method: postPath:
/api/restapi/unitsOfMeasure - Delete a Units of Measure
- Method: deletePath:
/api/restapi/unitsOfMeasure/{unitOfMeasureId} - Update a Units of Measure
- Method: putPath:
/api/restapi/unitsOfMeasure - View a Units of Measure
- Method: getPath:
/api/restapi/unitsOfMeasure/{unitOfMeasureId} - View all Units of Measures by Code
- Method: getPath:
/api/restapi/unitsOfMeasure/code/{key} - View all Units of Measures by Name
- Method: getPath:
/api/restapi/unitsOfMeasure/name/{displayName}/workspace/{workspaceId} - View all Units of Measures by Workspace
- Method: getPath:
/api/restapi/unitsOfMeasure/workspace/{workspaceId}