You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to Load UOM Conversions , where it is failing using the REST API.

edited May 2, 2025 8:16AM in Inventory Management

Actual Behavior

Loading UOM conversion using the REST API and it is failing to create the conversion with below response

Rest API Response:
{
   "FromUOM": "BAG OF 80",
   "ToUOM": "EACH",
   "ConversionFactor": -99999,
   "ToQuantity": -99999,
   "ReturnMessageCode": "RCS_UOM_CONV_LOOKUP_ERROR",
   "ReturnMessage": "The input attributes to the service aren't valid. No conversion value was found. Enter a valid value.",
   "ReturnStatus": "ERROR",
   "ItemId": null,
   "PrecisionFlag": true,
   "FromQuantity": 1.0,
   "links": [
       {
           "rel": "self",
           "href": "https://———————-.com/fscmRestApi/resources/11.13.18.05/unitOfMeasureConversions/99999",
           "name": "unitOfMeasureConversions",
           "kind": "item"
       },
       {
           "rel": "canonical",
           "href": "https://————-.com:443/fscmRestApi/resources/11.13.18.05/unitOfMeasureConversions/99999",
           "name": "unitOfMeasureConversions",
           "kind": "item"
       }
   ]
}



Steps to Reproduce

1. Connect to Postman

2. post the following payload

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!