• Register

Convert material UOM

This API allows to convert the quantity of a material from a unit of measure (UOM) to another. #### Request URI
Path Parameter Type Mandatory Description
id String Y Document unique identifier
#### Request Structure
Field Type Description
quantity String Material quantity to be converted
uomFrom String Initial unit of measure of the quantity
uomTo String Final unit of measure
#### Request Examples #### Response Structure
Field Type Description
quantity String Quantity in the final unit of measure
uom String Final unit of measure
#### Response Examples

Docs Navigation