Update a Unit of Measure
To update a specific unit of measure, the ID of the unit of measure is required as a path parameter. See the following request and samples of request and 200 response bodies.
HTTP request:
PUT https://rest.zuora.com/settings/units-of-measure/{id}
Request body:
{ "id": "8ad08fbf847576b40184759d42820a42", "name": "Gigabyte", "displayAs": "Gigabyte", "usageLogFileLabel": "Gigabyte", "active": true }
Response body:
{ "name": "Gigabyte", "displayAs": "Gigabyte", "precision": 0, "roundingMode": "Up", "active": true, "usageLogFileLabel": "Gigabyte", "id": "8ad08fbf847576b40184759d42820a42" }