Create a Units of Measure

post

/api/restapi/unitsOfMeasure

Send a request to this endpoint to create 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
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityUnitsOfMeasure
Type: object
Title: ApiEntityUnitsOfMeasure
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
Show Source

400 Response

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