This API allows to retrieve the materials UOMs list.
#### Request URI
```
GET master-data/materials/v1/{id}/uoms/v1
```
Path Parameter
|
Type
|
Mandatory
|
Description
|
id
|
String
|
Y
|
Document unique identifier
|
#### Response Structure
Field
|
Type
|
Description
|
Materials/{id}/uoms
|
|
|
uoms
|
String
|
Unit of measure code
|
description
|
String
|
Description of unit of measure
|
#### Response Examples
```
[
{
"uoms": "L10",
"description": "Layer in pal 100x120"
},
{
"uoms": "P10",
"description": "Pallet 100"
},
{
"uoms": "OLA",
"description": "OLA"
},
{
"uoms": "PG",
"description": "Proof Gallon"
},
{
"uoms": "L",
"description": "Liter"
},
{
"uoms": "ZEQ",
"description": "9 Litre Equivalent"
},
{
"uoms": "GLL",
"description": "US gallon"
},
{
"uoms": "PAK",
"description": "Pack"
},
{
"uoms": "CS",
"description": "Case"
},
{
"uoms": "BOT",
"description": "Bottle"
}
]
```
0 Comments
Please sign in to post a comment.