I am trying to fetch the product structure items by passing six required parameters as shown below API call. This is as per the API Doc and am using PostMan with a valid bearer token.
i am getting this error message, even though i put the required element
{
"error": {
"code": "REQUEST_ERROR",
"message": "Malformed Request.",
"details": [
{
"code": "INVALID_KEY_VALUE",
"message": "The key value 'BomType' is invalid."
}
]
}
}
BomType | Manufacturing |
I am on IFS Cloud 23R1.