API call ProductStructureHandling giving an "Invalid key value" error for the parameter "BomType"
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.
"body": "{\"error\":{\"code\":\"REQUEST_ERROR\",\"message\":\"Malformed Request.\",\"details\":{\"code\":\"INVALID_KEY_VALUE\",\"message\":\"The key value 'BomType' is invalid.\"}]}}"