Returns a list of all available Size units of measure.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://ws.integration.banyantechnology.com/api/StaticData/SizeUom'
Responses
application/json [
{
"code": "CM",
"description": "Centimeter"
},
{
"code": "FT",
"description": "Feet"
},
{
"code": "IN",
"description": "Inches"
}
]
Modified at 2024-09-16 11:42:17