Get a BOM Mapping Rule Condition
get
/rest/v19/allProductFamilySetups/{allProdFamsVarName}/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/models/{modelVarName}/bomMappingRules/{ruleId}/conditions/{ruleConditionIndex}
Use this endpoint to retrieve the specified BOM mapping Rule condition.
Request
Supported Media Types
- application/json
Path Parameters
-
allProdFamsVarName(required): string
Variable Name of All Product Families '_allProductFamilies'
-
modelVarName(required): string
Variable Name of the Model.
-
prodFamVarName(required): string
Variable Name of the Product Family.
-
prodLineVarName(required): string
Variable Name of the Product Line
-
ruleConditionIndex(required): integer
Unique Index of Rule Condition
-
ruleId(required): integer
The Configuration rule Id.
Response
Supported Media Types
- application/json
Default Response
Root Schema : Config Rule Condition
Type:
object
Title:
Show Source
Config Rule Condition
-
attributeId:
integer
Title:
Attribute Id
Id of the Attribute -
dateAdded:
string
Title:
Date Added
System field indicating the date on which the Resource was created. -
dateModified:
string
Title:
Date Modified
System field indicating the date on which the Resource was last modified. -
id:
integer
Title:
Id
Primary Key Of The Resource -
operator1:
object Operator 1
Title:
Operator 1
Operator 1 of The Condition -
operator2:
object Operator 2
Title:
Operator 2
Operator 2 of The Condition -
ruleConditionIndex:
integer
Title:
Rule Condition Index
Unique Index of Rule Condition -
ruleId:
integer
Title:
Rule Id
Id of the Rule -
value1:
string
Title:
Value 1
Value 1 of the Condition -
value2:
string
Title:
Value 2
Value 2 of the Condition
Nested Schema : Operator 1
Type:
object
Title:
Operator 1
Operator 1 of The Condition
Show Source
-
displayValue:
string
Title:
Display Value
Translated display name of the type for which fixed list of values can be defined. -
id:
integer
Title:
Id
Primary Key of the fixed list of value resource. -
lookupCode:
string
Title:
Lookup Code
Language independent code of the fixed list of value.
Nested Schema : Operator 2
Type:
object
Title:
Operator 2
Operator 2 of The Condition
Show Source
-
displayValue:
string
Title:
Display Value
Translated display name of the type for which fixed list of values can be defined. -
id:
integer
Title:
Id
Primary Key of the fixed list of value resource. -
lookupCode:
string
Title:
Lookup Code
Language independent code of the fixed list of value.