For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unit Conversion

Convert Units

Fetching conversion factor

put

Calculates conversion factor for the given pair of units.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
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
commandUuidstringOptional
put/unit-handling/{tenant}/units/conversion-factor-commands

Converting unit

put

Converts the source unit to a target unit.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

The tenant name.

Body
commandUuidstringOptional
Responses
201

The unit has ben successfully converted.

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

Last updated

Was this helpful?