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