- Previous: Read SAP Table
- Up: Material Master Data
- Next: Convert material UOM
Retrieve material UOM
This API allows to retrieve the materials UOMs list.
#### Request URI
#### Response Structure
#### Response Examples
```
GET master-data/materials/v1/{id}/uoms/v1
```
Path Parameter | Type | Mandatory | Description |
id
|
String | Y | Document unique identifier |
Field | Type | Description | |||
Materials/{id}/uoms
| uoms
|
String | Unit of measure code | ||
description
|
String | Description of unit of measure |
```
[
{
"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"
}
]
```
- Previous: Read SAP Table
- Up: Material Master Data
- Next: Convert material UOM
Docs Navigation
- Campari Open API
- Picklist
- Getting Started
- Connection Tester
- Automatic GRC
- Coupa Integration
- Customer Master Data
- Dogana Connector
- EZFocus
- Invoice Verification
- Journal Entries
- Logistics Operators
- Material Master Data
- One Plan
- Purchase Orders
- Product
- Sales Order
- SAP Utils
- SendLinkToSAP
- Transport Management System
- Vendor Purchase Orders
- WBS Automation
0 Comments
Please sign in to post a comment.