Unit conversion

Convert Units

Fetching conversion factor

put

Calculates conversion factor for the given pair of units.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Available scopes:
  • : Needed to manage measurement units.
Path parameters
tenantstringRequired

The tenant name.

Body
commandUuidstringOptional

Optional client-generated identifier used to correlate a conversion command across request, response, and logs.

Responses
201

The factor has been successfully calculated.

application/json
put
/unit-handling/{tenant}/units/conversion-factor-commands

Converting unit

put

Converts the source unit to a target unit.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Available scopes:
  • : Needed to manage measurement units.
Path parameters
tenantstringRequired

The tenant name.

Body
commandUuidstringOptional
Responses
201

The unit has ben successfully converted.

application/json
put
/unit-handling/{tenant}/units/convert-unit-commands

Last updated

Was this helpful?