Returns a list of all available weight units of measure.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://ws.integration.banyantechnology.com/api/StaticData/WeightUom'
Responses
application/json [
{
"code": "KG",
"description": "Kilogram"
},
{
"code": "LBS",
"description": "Pounds"
}
]
Modified at 2024-09-16 11:42:17