Units of Measure REST Endpoints
Common Setup/Units of Measure
The units of measure resource is used to view, create, modify, or delete a unit of measure. A unit of measure is used to express measurements such as quantity or duration.
- Create a unit of measure
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorUnits - Delete a unit of measure
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorUnits/{UnitOfMeasure} - Get a unit of measure
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorUnits/{UnitOfMeasure} - Get all units of measure
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorUnits - Update a unit of measure
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorUnits/{UnitOfMeasure}