Batch Update Units of Measures

put

/api/restapi/unitsOfMeasure/batch

Send a request to this endpoint to update one or more units of measure.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityUnitsOfMeasureInput>
Type: array
Title: List<ApiEntityUnitsOfMeasureInput>
Show Source
  • ApiEntityUnitsOfMeasureInput
    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
Nested 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

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://[host]:[port]/api/restapi/[object]/1","2":"https://[host]:[port]/api/restapi/[object]/2"}}

400 Response

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