Organization management
Create a functional unit
Use this endpoint to create a new functional unit.
post/v1/organization/functional_units
Request body
Example request
{
"defaultDisplayUnit": "kg"
}Response
Functional unit created successfully
Example response
{
"defaultDisplayUnit": "kg",
"supportedUnits": [
"kg"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.