Update a Units of Measure

put

/api/restapi/unitsOfMeasure

Send a request to this endpoint to update a unit of measure.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityUnitsOfMeasureInput
Type: object
Title: ApiEntityUnitsOfMeasureInput
This entity represents a UnitsOfMeasure object, a unique UnitsOfMeasure object can be identified by the following combinations of the fields.
  • unitOfMeasureId
  • key,workspaceId
  • key,workspaceCode
Note: unitOfMeasureId cannot be used as a combination in Create operations.
Show Source
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input for the Units of Measure service.
Back to Top