Update one model node
patch
/fscmRestApi/resources/11.13.18.05/configurations/{ConfigurationId}/child/modelNodes/{NodeId}/child/modelNodes/{NodeId2}
Request
Path Parameters
-
ConfigurationId(required): string
Value that uniquely identifies a configuration according to the ConfigHeaderId and ConfigRevisionId attributes. This value is derived by concatenating the value of ConfigHeaderId and ConfigRevisionId, and separating them by an underscore. For example: 300100557352135_300100557352136 where ConfigHeaderId is 300100557352135 and ConfigRevisionId is 300100557352136
-
NodeId(required): integer
Value that uniquely identifies a model node in an active configuration.
-
NodeId2(required): integer
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : Discriminator: NodeType
Type:
object
Discriminator: NodeType
Discriminator Values
- BOOLEAN_FEATURE
- COMPONENT_PORT
- DECIMAL_FEATURE
- INTEGER_FEATURE
- MODEL_ITEM
- OPTION
- OPTION_CLASS_ITEM
- OPTION_FEATURE
- ROOT_MODEL_ITEM
- STANDARD_ITEM
- TEXT_FEATURE
Match One Schema
Show Source
-
BOOLEAN_FEATURE -
object
oracle_apps_scm_configurator_runtime_restmodel_view_BooleanFeatureVO-item-patch-request
-
COMPONENT_PORT -
object
oracle_apps_scm_configurator_runtime_restmodel_view_ComponentPortVO-item-patch-request
-
DECIMAL_FEATURE -
object
oracle_apps_scm_configurator_runtime_restmodel_view_DecimalFeatureVO-item-patch-request
-
INTEGER_FEATURE -
object
oracle_apps_scm_configurator_runtime_restmodel_view_IntegerFeatureVO-item-patch-request
-
MODEL_ITEM -
object
oracle_apps_scm_configurator_runtime_restmodel_view_ModelItemVO-item-patch-request
-
OPTION -
object
oracle_apps_scm_configurator_runtime_restmodel_view_OptionVO-item-patch-request
-
OPTION_CLASS_ITEM -
object
oracle_apps_scm_configurator_runtime_restmodel_view_OptionClassItemVO-item-patch-request
-
OPTION_FEATURE -
object
oracle_apps_scm_configurator_runtime_restmodel_view_OptionFeatureVO-item-patch-request
-
ROOT_MODEL_ITEM -
object
oracle_apps_scm_configurator_runtime_restmodel_view_RootNodeVO-item-patch-request
-
STANDARD_ITEM -
object
oracle_apps_scm_configurator_runtime_restmodel_view_StandardItemVO-item-patch-request
-
TEXT_FEATURE -
object
oracle_apps_scm_configurator_runtime_restmodel_view_TextFeatureVO-item-patch-request
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_BooleanFeatureVO-item-patch-request
Type:
Show Source
object
-
NodeType: string
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE.
-
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
SelectedFlag: boolean
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_ComponentPortVO-item-patch-request
Type:
Show Source
object
-
modelNodes: array
modelNodes
-
NodeType: string
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE.
-
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
structureMappings: array
structureMappings
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_DecimalFeatureVO-item-patch-request
Type:
Show Source
object
-
NodeType: string
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE.
-
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
Value: number
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_IntegerFeatureVO-item-patch-request
Type:
Show Source
object
-
modelNodes: array
modelNodes
-
NodeType: string
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE.
-
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
structureMappings: array
structureMappings
-
Value: integer
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_ModelItemVO-item-patch-request
Type:
Show Source
object
-
InstanceName: string
Maximum Length:
255
-
NodeType: string
Default Value:
MODEL_ITEM
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE. -
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
Quantity: number
-
SelectedFlag: boolean
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_OptionVO-item-patch-request
Type:
Show Source
object
-
modelNodes: array
modelNodes
-
NodeType: string
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE.
-
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
Quantity: number
-
SelectedFlag: boolean
-
structureMappings: array
structureMappings
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_OptionClassItemVO-item-patch-request
Type:
Show Source
object
-
NodeType: string
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE.
-
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_OptionFeatureVO-item-patch-request
Type:
Show Source
object
-
modelNodes: array
modelNodes
-
NodeType: string
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE.
-
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
structureMappings: array
structureMappings
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_RootNodeVO-item-patch-request
Type:
Show Source
object
-
NodeType: string
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE.
-
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_StandardItemVO-item-patch-request
Type:
Show Source
object
-
DecimalQuantityFlag: boolean
-
modelNodes: array
modelNodes
-
NodeType: string
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE.
-
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
Quantity: number
-
SelectedFlag: boolean
-
structureMappings: array
structureMappings
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_TextFeatureVO-item-patch-request
Type:
Show Source
object
-
modelNodes: array
modelNodes
-
NodeType: string
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE.
-
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
structureMappings: array
structureMappings
-
Value: string
Nested Schema : modelNodes
Type:
Show Source
array
-
Array of:
object Discriminator: NodeType
Discriminator:
{ "propertyName":"NodeType", "mapping":{ "BOOLEAN_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_BooleanFeatureVO-item-patch-request", "COMPONENT_PORT":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ComponentPortVO-item-patch-request", "DECIMAL_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_DecimalFeatureVO-item-patch-request", "INTEGER_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_IntegerFeatureVO-item-patch-request", "MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ModelItemVO-item-patch-request", "OPTION":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionVO-item-patch-request", "OPTION_CLASS_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionClassItemVO-item-patch-request", "OPTION_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionFeatureVO-item-patch-request", "ROOT_MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_RootNodeVO-item-patch-request", "STANDARD_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_StandardItemVO-item-patch-request", "TEXT_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_TextFeatureVO-item-patch-request" } }
Nested Schema : configurations-modelNodes-structureMappings-item-patch-request
Type:
Show Source
object
Nested Schema : modelNodes
Type:
Show Source
array
-
Array of:
object Discriminator: NodeType
Discriminator:
{ "propertyName":"NodeType", "mapping":{ "BOOLEAN_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_BooleanFeatureVO-item-patch-request", "COMPONENT_PORT":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ComponentPortVO-item-patch-request", "DECIMAL_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_DecimalFeatureVO-item-patch-request", "INTEGER_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_IntegerFeatureVO-item-patch-request", "MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ModelItemVO-item-patch-request", "OPTION":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionVO-item-patch-request", "OPTION_CLASS_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionClassItemVO-item-patch-request", "OPTION_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionFeatureVO-item-patch-request", "ROOT_MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_RootNodeVO-item-patch-request", "STANDARD_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_StandardItemVO-item-patch-request", "TEXT_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_TextFeatureVO-item-patch-request" } }
Nested Schema : modelNodes
Type:
Show Source
array
-
Array of:
object Discriminator: NodeType
Discriminator:
{ "propertyName":"NodeType", "mapping":{ "BOOLEAN_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_BooleanFeatureVO-item-patch-request", "COMPONENT_PORT":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ComponentPortVO-item-patch-request", "DECIMAL_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_DecimalFeatureVO-item-patch-request", "INTEGER_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_IntegerFeatureVO-item-patch-request", "MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ModelItemVO-item-patch-request", "OPTION":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionVO-item-patch-request", "OPTION_CLASS_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionClassItemVO-item-patch-request", "OPTION_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionFeatureVO-item-patch-request", "ROOT_MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_RootNodeVO-item-patch-request", "STANDARD_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_StandardItemVO-item-patch-request", "TEXT_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_TextFeatureVO-item-patch-request" } }
Nested Schema : modelNodes
Type:
Show Source
array
-
Array of:
object Discriminator: NodeType
Discriminator:
{ "propertyName":"NodeType", "mapping":{ "BOOLEAN_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_BooleanFeatureVO-item-patch-request", "COMPONENT_PORT":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ComponentPortVO-item-patch-request", "DECIMAL_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_DecimalFeatureVO-item-patch-request", "INTEGER_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_IntegerFeatureVO-item-patch-request", "MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ModelItemVO-item-patch-request", "OPTION":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionVO-item-patch-request", "OPTION_CLASS_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionClassItemVO-item-patch-request", "OPTION_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionFeatureVO-item-patch-request", "ROOT_MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_RootNodeVO-item-patch-request", "STANDARD_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_StandardItemVO-item-patch-request", "TEXT_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_TextFeatureVO-item-patch-request" } }
Nested Schema : modelNodes
Type:
Show Source
array
-
Array of:
object Discriminator: NodeType
Discriminator:
{ "propertyName":"NodeType", "mapping":{ "BOOLEAN_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_BooleanFeatureVO-item-patch-request", "COMPONENT_PORT":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ComponentPortVO-item-patch-request", "DECIMAL_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_DecimalFeatureVO-item-patch-request", "INTEGER_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_IntegerFeatureVO-item-patch-request", "MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ModelItemVO-item-patch-request", "OPTION":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionVO-item-patch-request", "OPTION_CLASS_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionClassItemVO-item-patch-request", "OPTION_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionFeatureVO-item-patch-request", "ROOT_MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_RootNodeVO-item-patch-request", "STANDARD_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_StandardItemVO-item-patch-request", "TEXT_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_TextFeatureVO-item-patch-request" } }
Nested Schema : modelNodes
Type:
Show Source
array
-
Array of:
object Discriminator: NodeType
Discriminator:
{ "propertyName":"NodeType", "mapping":{ "BOOLEAN_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_BooleanFeatureVO-item-patch-request", "COMPONENT_PORT":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ComponentPortVO-item-patch-request", "DECIMAL_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_DecimalFeatureVO-item-patch-request", "INTEGER_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_IntegerFeatureVO-item-patch-request", "MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ModelItemVO-item-patch-request", "OPTION":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionVO-item-patch-request", "OPTION_CLASS_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionClassItemVO-item-patch-request", "OPTION_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionFeatureVO-item-patch-request", "ROOT_MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_RootNodeVO-item-patch-request", "STANDARD_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_StandardItemVO-item-patch-request", "TEXT_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_TextFeatureVO-item-patch-request" } }
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : Discriminator: NodeType
Type:
object
Discriminator: NodeType
Discriminator Values
- BOOLEAN_FEATURE
- COMPONENT_PORT
- DECIMAL_FEATURE
- INTEGER_FEATURE
- MODEL_ITEM
- OPTION
- OPTION_CLASS_ITEM
- OPTION_FEATURE
- ROOT_MODEL_ITEM
- STANDARD_ITEM
- TEXT_FEATURE
Match One Schema
Show Source
-
BOOLEAN_FEATURE -
object
oracle_apps_scm_configurator_runtime_restmodel_view_BooleanFeatureVO-item-response
-
COMPONENT_PORT -
object
oracle_apps_scm_configurator_runtime_restmodel_view_ComponentPortVO-item-response
-
DECIMAL_FEATURE -
object
oracle_apps_scm_configurator_runtime_restmodel_view_DecimalFeatureVO-item-response
-
INTEGER_FEATURE -
object
oracle_apps_scm_configurator_runtime_restmodel_view_IntegerFeatureVO-item-response
-
MODEL_ITEM -
object
oracle_apps_scm_configurator_runtime_restmodel_view_ModelItemVO-item-response
-
OPTION -
object
oracle_apps_scm_configurator_runtime_restmodel_view_OptionVO-item-response
-
OPTION_CLASS_ITEM -
object
oracle_apps_scm_configurator_runtime_restmodel_view_OptionClassItemVO-item-response
-
OPTION_FEATURE -
object
oracle_apps_scm_configurator_runtime_restmodel_view_OptionFeatureVO-item-response
-
ROOT_MODEL_ITEM -
object
oracle_apps_scm_configurator_runtime_restmodel_view_RootNodeVO-item-response
-
STANDARD_ITEM -
object
oracle_apps_scm_configurator_runtime_restmodel_view_StandardItemVO-item-response
-
TEXT_FEATURE -
object
oracle_apps_scm_configurator_runtime_restmodel_view_TextFeatureVO-item-response
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_BooleanFeatureVO-item-response
Type:
Show Source
object
-
ChangedByAutocompleteFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false. If true, then the selection state or quantity of the model node was changed as a result of the most recent Auto-Complete process. If false, then the selection state or quantity of the model node was not changed as a result of the most recent Auto-Complete process. The default value is false. -
DeltaChanges: string
Read Only:
true
Provides the minimum set of changes to all displayed resources from the latest action. Can be empty. Provided for Partial Page Refresh requirements. -
Description: string
Read Only:
true
Description of the model node. -
DetailedSelectionState: string
Read Only:
true
-
DisplayName: string
Read Only:
true
Display name of the model node. -
DisplayNamePath: string
Read Only:
true
Fully qualified display name path of the model node. -
HasChildrenFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has a direct descendant. If false, then the model node is a leaf node. This attribute does not have a default value. -
HasTransactionalAttributesFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has transactional attributes. If false, then the model node has no transactional item attributes. This attribute does not have a default value. -
InErrorModeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then input is required for the model node. If false, then input is not required for the model node. The default value is false. This attribute is updated on each request for Finish or Auto-Complete. -
InputRequiredFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is marked User Input Required in Configurator Modeling Environment (or by other means such as a Configurator Extension), regardless of whether or not it is bound. (Related to display of Input Required indicator.) If false, then the model node is not required. This attribute does not have a default value. -
InputRequiredInSubtreeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node or a descendant is required prior to finishing the configuration. If false, then the model node or a descendant are not required prior to finishing the configuration. This attribute does not have a default value. -
IsBoundFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is completely bound at run time. This means both domain and cardinality, if applicable. If false, the mode node is not bound at run time. This attribute does not have a default value. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LogicState: string
Read Only:
true
-
Name: string
Read Only:
true
Name of the model node. -
NodeId: integer
Read Only:
true
Value that uniquely identifies a model node in an active configuration. -
NodeType: string
Read Only:
true
Default Value:BOOLEAN_FEATURE
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE. -
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
ParentNodeId: integer
Read Only:
true
Value that uniquely identifies the parent node of the model node. -
ProposedFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is proposed for selection. If false, then the model node is not proposed for selection. This attribute does not have a default value. It reflects the current state or value of the model node as a result of a Default or a Search Decision rule. -
SelectedFlag: boolean
-
SelectionState: string
Read Only:
true
-
ValidFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is valid in the current configuration state. If false, then the model node is invalid in the current configuration state. The default value is true.
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_ComponentPortVO-item-response
Type:
Show Source
object
-
ChangedByAutocompleteFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false. If true, then the selection state or quantity of the model node was changed as a result of the most recent Auto-Complete process. If false, then the selection state or quantity of the model node was not changed as a result of the most recent Auto-Complete process. The default value is false. -
DefinitionMaxInstances: integer
Read Only:
true
-
DefinitionMaxQuantity: number
Read Only:
true
-
DefinitionMinInstances: integer
Read Only:
true
-
DefinitionMinQuantity: number
Read Only:
true
-
DeltaChanges: string
Read Only:
true
Provides the minimum set of changes to all displayed resources from the latest action. Can be empty. Provided for Partial Page Refresh requirements. -
Description: string
Read Only:
true
Description of the model node. -
DisplayName: string
Read Only:
true
Display name of the model node. -
DisplayNamePath: string
Read Only:
true
Fully qualified display name path of the model node. -
HasChildrenFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has a direct descendant. If false, then the model node is a leaf node. This attribute does not have a default value. -
HasTransactionalAttributesFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has transactional attributes. If false, then the model node has no transactional item attributes. This attribute does not have a default value. -
InErrorModeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then input is required for the model node. If false, then input is not required for the model node. The default value is false. This attribute is updated on each request for Finish or Auto-Complete. -
InputRequiredFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is marked User Input Required in Configurator Modeling Environment (or by other means such as a Configurator Extension), regardless of whether or not it is bound. (Related to display of Input Required indicator.) If false, then the model node is not required. This attribute does not have a default value. -
InputRequiredInSubtreeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node or a descendant is required prior to finishing the configuration. If false, then the model node or a descendant are not required prior to finishing the configuration. This attribute does not have a default value. -
InstanceCount: integer
Read Only:
true
-
InstantiationType: string
Read Only:
true
-
IsBoundFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is completely bound at run time. This means both domain and cardinality, if applicable. If false, the mode node is not bound at run time. This attribute does not have a default value. -
IsBoundQuantitySumFlag: boolean
Read Only:
true
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MaxInstances: integer
Read Only:
true
-
MaxQuantitySum: number
Read Only:
true
-
MinInstances: integer
Read Only:
true
-
MinQuantitySum: number
Read Only:
true
-
Name: string
Read Only:
true
Name of the model node. -
NodeId: integer
Read Only:
true
Value that uniquely identifies a model node in an active configuration. -
NodeType: string
Read Only:
true
Default Value:COMPONENT_PORT
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE. -
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
ParentNodeId: integer
Read Only:
true
Value that uniquely identifies the parent node of the model node. -
ProposedFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is proposed for selection. If false, then the model node is not proposed for selection. This attribute does not have a default value. It reflects the current state or value of the model node as a result of a Default or a Search Decision rule. -
QuantitySum: number
Read Only:
true
-
ValidFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is valid in the current configuration state. If false, then the model node is invalid in the current configuration state. The default value is true.
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_DecimalFeatureVO-item-response
Type:
Show Source
object
-
ChangedByAutocompleteFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false. If true, then the selection state or quantity of the model node was changed as a result of the most recent Auto-Complete process. If false, then the selection state or quantity of the model node was not changed as a result of the most recent Auto-Complete process. The default value is false. -
DefinitionMaxValue: number
Read Only:
true
-
DefinitionMinValue: number
Read Only:
true
-
DeltaChanges: string
Read Only:
true
Provides the minimum set of changes to all displayed resources from the latest action. Can be empty. Provided for Partial Page Refresh requirements. -
Description: string
Read Only:
true
Description of the model node. -
DisplayName: string
Read Only:
true
Display name of the model node. -
DisplayNamePath: string
Read Only:
true
Fully qualified display name path of the model node. -
HasChildrenFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has a direct descendant. If false, then the model node is a leaf node. This attribute does not have a default value. -
HasTransactionalAttributesFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has transactional attributes. If false, then the model node has no transactional item attributes. This attribute does not have a default value. -
InErrorModeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then input is required for the model node. If false, then input is not required for the model node. The default value is false. This attribute is updated on each request for Finish or Auto-Complete. -
InputRequiredFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is marked User Input Required in Configurator Modeling Environment (or by other means such as a Configurator Extension), regardless of whether or not it is bound. (Related to display of Input Required indicator.) If false, then the model node is not required. This attribute does not have a default value. -
InputRequiredInSubtreeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node or a descendant is required prior to finishing the configuration. If false, then the model node or a descendant are not required prior to finishing the configuration. This attribute does not have a default value. -
IsBoundFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is completely bound at run time. This means both domain and cardinality, if applicable. If false, the mode node is not bound at run time. This attribute does not have a default value. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MaxValue: number
Read Only:
true
-
MinValue: number
Read Only:
true
-
Name: string
Read Only:
true
Name of the model node. -
NodeId: integer
Read Only:
true
Value that uniquely identifies a model node in an active configuration. -
NodeType: string
Read Only:
true
Default Value:DECIMAL_FEATURE
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE. -
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
ParentNodeId: integer
Read Only:
true
Value that uniquely identifies the parent node of the model node. -
ProposedFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is proposed for selection. If false, then the model node is not proposed for selection. This attribute does not have a default value. It reflects the current state or value of the model node as a result of a Default or a Search Decision rule. -
ValidFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is valid in the current configuration state. If false, then the model node is invalid in the current configuration state. The default value is true. -
Value: number
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_IntegerFeatureVO-item-response
Type:
Show Source
object
-
ChangedByAutocompleteFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false. If true, then the selection state or quantity of the model node was changed as a result of the most recent Auto-Complete process. If false, then the selection state or quantity of the model node was not changed as a result of the most recent Auto-Complete process. The default value is false. -
DefinitionMaxValue: integer
Read Only:
true
-
DefinitionMinValue: integer
Read Only:
true
-
DeltaChanges: string
Read Only:
true
Provides the minimum set of changes to all displayed resources from the latest action. Can be empty. Provided for Partial Page Refresh requirements. -
Description: string
Read Only:
true
Description of the model node. -
DisplayName: string
Read Only:
true
Display name of the model node. -
DisplayNamePath: string
Read Only:
true
Fully qualified display name path of the model node. -
HasChildrenFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has a direct descendant. If false, then the model node is a leaf node. This attribute does not have a default value. -
HasTransactionalAttributesFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has transactional attributes. If false, then the model node has no transactional item attributes. This attribute does not have a default value. -
InErrorModeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then input is required for the model node. If false, then input is not required for the model node. The default value is false. This attribute is updated on each request for Finish or Auto-Complete. -
InputRequiredFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is marked User Input Required in Configurator Modeling Environment (or by other means such as a Configurator Extension), regardless of whether or not it is bound. (Related to display of Input Required indicator.) If false, then the model node is not required. This attribute does not have a default value. -
InputRequiredInSubtreeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node or a descendant is required prior to finishing the configuration. If false, then the model node or a descendant are not required prior to finishing the configuration. This attribute does not have a default value. -
IsBoundFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is completely bound at run time. This means both domain and cardinality, if applicable. If false, the mode node is not bound at run time. This attribute does not have a default value. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MaxValue: integer
Read Only:
true
-
MinValue: integer
Read Only:
true
-
Name: string
Read Only:
true
Name of the model node. -
NodeId: integer
Read Only:
true
Value that uniquely identifies a model node in an active configuration. -
NodeType: string
Read Only:
true
Default Value:INTEGER_FEATURE
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE. -
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
ParentNodeId: integer
Read Only:
true
Value that uniquely identifies the parent node of the model node. -
ProposedFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is proposed for selection. If false, then the model node is not proposed for selection. This attribute does not have a default value. It reflects the current state or value of the model node as a result of a Default or a Search Decision rule. -
ValidFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is valid in the current configuration state. If false, then the model node is invalid in the current configuration state. The default value is true. -
Value: integer
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_ModelItemVO-item-response
Type:
Show Source
object
-
ChangedByAutocompleteFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false. If true, then the selection state or quantity of the model node was changed as a result of the most recent Auto-Complete process. If false, then the selection state or quantity of the model node was not changed as a result of the most recent Auto-Complete process. The default value is false. -
DefinitionMaxQuantity: number
Read Only:
true
-
DefinitionMinQuantity: number
Read Only:
true
-
DeltaChanges: string
Read Only:
true
Provides the minimum set of changes to all displayed resources from the latest action. Can be empty. Provided for Partial Page Refresh requirements. -
Description: string
Read Only:
true
Description of the model node. -
DetailedSelectionState: string
Read Only:
true
-
DisplayName: string
Read Only:
true
Display name of the model node. -
DisplayNamePath: string
Read Only:
true
Fully qualified display name path of the model node. -
HasChildrenFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has a direct descendant. If false, then the model node is a leaf node. This attribute does not have a default value. -
HasTransactionalAttributesFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has transactional attributes. If false, then the model node has no transactional item attributes. This attribute does not have a default value. -
InErrorModeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then input is required for the model node. If false, then input is not required for the model node. The default value is false. This attribute is updated on each request for Finish or Auto-Complete. -
InputRequiredFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is marked User Input Required in Configurator Modeling Environment (or by other means such as a Configurator Extension), regardless of whether or not it is bound. (Related to display of Input Required indicator.) If false, then the model node is not required. This attribute does not have a default value. -
InputRequiredInSubtreeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node or a descendant is required prior to finishing the configuration. If false, then the model node or a descendant are not required prior to finishing the configuration. This attribute does not have a default value. -
InstanceName: string
Maximum Length:
255
-
InstanceNumber: integer
Read Only:
true
-
IsBoundFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is completely bound at run time. This means both domain and cardinality, if applicable. If false, the mode node is not bound at run time. This attribute does not have a default value. -
IsBoundQuantityFlag: boolean
Read Only:
true
-
IsConfiguredFlag: boolean
Read Only:
true
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LogicState: string
Read Only:
true
-
MaxQuantity: number
Read Only:
true
-
MinQuantity: number
Read Only:
true
-
ModelSelections: string
Read Only:
true
-
Name: string
Read Only:
true
Name of the model node. -
NodeId: integer
Read Only:
true
Value that uniquely identifies a model node in an active configuration. -
NodeType: string
Default Value:
MODEL_ITEM
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE. -
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
ParentNodeId: integer
Read Only:
true
Value that uniquely identifies the parent node of the model node. -
ProposedFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is proposed for selection. If false, then the model node is not proposed for selection. This attribute does not have a default value. It reflects the current state or value of the model node as a result of a Default or a Search Decision rule. -
Quantity: number
-
SelectedFlag: boolean
-
SelectionState: string
Read Only:
true
-
ValidFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is valid in the current configuration state. If false, then the model node is invalid in the current configuration state. The default value is true.
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_OptionVO-item-response
Type:
Show Source
object
-
ChangedByAutocompleteFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false. If true, then the selection state or quantity of the model node was changed as a result of the most recent Auto-Complete process. If false, then the selection state or quantity of the model node was not changed as a result of the most recent Auto-Complete process. The default value is false. -
DefinitionMaxQuantity: number
Read Only:
true
-
DefinitionMinQuantity: number
Read Only:
true
-
DeltaChanges: string
Read Only:
true
Provides the minimum set of changes to all displayed resources from the latest action. Can be empty. Provided for Partial Page Refresh requirements. -
Description: string
Read Only:
true
Description of the model node. -
DetailedSelectionState: string
Read Only:
true
-
DisplayName: string
Read Only:
true
Display name of the model node. -
DisplayNamePath: string
Read Only:
true
Fully qualified display name path of the model node. -
HasChildrenFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has a direct descendant. If false, then the model node is a leaf node. This attribute does not have a default value. -
HasTransactionalAttributesFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has transactional attributes. If false, then the model node has no transactional item attributes. This attribute does not have a default value. -
InErrorModeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then input is required for the model node. If false, then input is not required for the model node. The default value is false. This attribute is updated on each request for Finish or Auto-Complete. -
InputRequiredFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is marked User Input Required in Configurator Modeling Environment (or by other means such as a Configurator Extension), regardless of whether or not it is bound. (Related to display of Input Required indicator.) If false, then the model node is not required. This attribute does not have a default value. -
InputRequiredInSubtreeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node or a descendant is required prior to finishing the configuration. If false, then the model node or a descendant are not required prior to finishing the configuration. This attribute does not have a default value. -
IsBoundFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is completely bound at run time. This means both domain and cardinality, if applicable. If false, the mode node is not bound at run time. This attribute does not have a default value. -
IsBoundQuantityFlag: boolean
Read Only:
true
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LogicState: string
Read Only:
true
-
MaxQuantity: number
Read Only:
true
-
MinQuantity: number
Read Only:
true
-
Name: string
Read Only:
true
Name of the model node. -
NodeId: integer
Read Only:
true
Value that uniquely identifies a model node in an active configuration. -
NodeType: string
Read Only:
true
Default Value:OPTION
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE. -
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
ParentNodeId: integer
Read Only:
true
Value that uniquely identifies the parent node of the model node. -
ProposedFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is proposed for selection. If false, then the model node is not proposed for selection. This attribute does not have a default value. It reflects the current state or value of the model node as a result of a Default or a Search Decision rule. -
Quantity: number
-
SelectedFlag: boolean
-
SelectionState: string
Read Only:
true
-
ValidFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is valid in the current configuration state. If false, then the model node is invalid in the current configuration state. The default value is true.
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_OptionClassItemVO-item-response
Type:
Show Source
object
-
ChangedByAutocompleteFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false. If true, then the selection state or quantity of the model node was changed as a result of the most recent Auto-Complete process. If false, then the selection state or quantity of the model node was not changed as a result of the most recent Auto-Complete process. The default value is false. -
DefinitionMaxQuantity: number
Read Only:
true
-
DefinitionMaxSelected: integer
Read Only:
true
-
DefinitionMinQuantity: number
Read Only:
true
-
DefinitionMinSelected: integer
Read Only:
true
-
DeltaChanges: string
Read Only:
true
Provides the minimum set of changes to all displayed resources from the latest action. Can be empty. Provided for Partial Page Refresh requirements. -
Description: string
Read Only:
true
Description of the model node. -
DetailedSelectionState: string
Read Only:
true
-
DisplayName: string
Read Only:
true
Display name of the model node. -
DisplayNamePath: string
Read Only:
true
Fully qualified display name path of the model node. -
HasChildrenFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has a direct descendant. If false, then the model node is a leaf node. This attribute does not have a default value. -
HasTransactionalAttributesFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has transactional attributes. If false, then the model node has no transactional item attributes. This attribute does not have a default value. -
InErrorModeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then input is required for the model node. If false, then input is not required for the model node. The default value is false. This attribute is updated on each request for Finish or Auto-Complete. -
InputRequiredFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is marked User Input Required in Configurator Modeling Environment (or by other means such as a Configurator Extension), regardless of whether or not it is bound. (Related to display of Input Required indicator.) If false, then the model node is not required. This attribute does not have a default value. -
InputRequiredInSubtreeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node or a descendant is required prior to finishing the configuration. If false, then the model node or a descendant are not required prior to finishing the configuration. This attribute does not have a default value. -
IsBoundFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is completely bound at run time. This means both domain and cardinality, if applicable. If false, the mode node is not bound at run time. This attribute does not have a default value. -
IsBoundQuantityFlag: boolean
Read Only:
true
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LogicState: string
Read Only:
true
-
MaxQuantity: number
Read Only:
true
-
MaxSelected: integer
Read Only:
true
-
MinQuantity: number
Read Only:
true
-
MinSelected: integer
Read Only:
true
-
Name: string
Read Only:
true
Name of the model node. -
NodeId: integer
Read Only:
true
Value that uniquely identifies a model node in an active configuration. -
NodeType: string
Read Only:
true
Default Value:OPTION_CLASS_ITEM
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE. -
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
ParentNodeId: integer
Read Only:
true
Value that uniquely identifies the parent node of the model node. -
ProposedFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is proposed for selection. If false, then the model node is not proposed for selection. This attribute does not have a default value. It reflects the current state or value of the model node as a result of a Default or a Search Decision rule. -
Quantity: number
Read Only:
true
-
SelectedCount: integer
Read Only:
true
-
SelectionState: string
Read Only:
true
-
ValidFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is valid in the current configuration state. If false, then the model node is invalid in the current configuration state. The default value is true.
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_OptionFeatureVO-item-response
Type:
Show Source
object
-
ChangedByAutocompleteFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false. If true, then the selection state or quantity of the model node was changed as a result of the most recent Auto-Complete process. If false, then the selection state or quantity of the model node was not changed as a result of the most recent Auto-Complete process. The default value is false. -
DefinitionMaxSelected: integer
Read Only:
true
-
DefinitionMinSelected: integer
Read Only:
true
-
DeltaChanges: string
Read Only:
true
Provides the minimum set of changes to all displayed resources from the latest action. Can be empty. Provided for Partial Page Refresh requirements. -
Description: string
Read Only:
true
Description of the model node. -
DetailedSelectionState: string
Read Only:
true
-
DisplayName: string
Read Only:
true
Display name of the model node. -
DisplayNamePath: string
Read Only:
true
Fully qualified display name path of the model node. -
HasChildrenFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has a direct descendant. If false, then the model node is a leaf node. This attribute does not have a default value. -
HasTransactionalAttributesFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has transactional attributes. If false, then the model node has no transactional item attributes. This attribute does not have a default value. -
InErrorModeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then input is required for the model node. If false, then input is not required for the model node. The default value is false. This attribute is updated on each request for Finish or Auto-Complete. -
InputRequiredFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is marked User Input Required in Configurator Modeling Environment (or by other means such as a Configurator Extension), regardless of whether or not it is bound. (Related to display of Input Required indicator.) If false, then the model node is not required. This attribute does not have a default value. -
InputRequiredInSubtreeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node or a descendant is required prior to finishing the configuration. If false, then the model node or a descendant are not required prior to finishing the configuration. This attribute does not have a default value. -
IsBoundFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is completely bound at run time. This means both domain and cardinality, if applicable. If false, the mode node is not bound at run time. This attribute does not have a default value. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LogicState: string
Read Only:
true
-
MaxSelected: integer
Read Only:
true
-
MinSelected: integer
Read Only:
true
-
Name: string
Read Only:
true
Name of the model node. -
NodeId: integer
Read Only:
true
Value that uniquely identifies a model node in an active configuration. -
NodeType: string
Read Only:
true
Default Value:OPTION_FEATURE
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE. -
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
ParentNodeId: integer
Read Only:
true
Value that uniquely identifies the parent node of the model node. -
ProposedFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is proposed for selection. If false, then the model node is not proposed for selection. This attribute does not have a default value. It reflects the current state or value of the model node as a result of a Default or a Search Decision rule. -
SelectedCount: integer
Read Only:
true
-
SelectionState: string
Read Only:
true
-
ValidFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is valid in the current configuration state. If false, then the model node is invalid in the current configuration state. The default value is true.
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_RootNodeVO-item-response
Type:
Show Source
object
-
ChangedByAutocompleteFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false. If true, then the selection state or quantity of the model node was changed as a result of the most recent Auto-Complete process. If false, then the selection state or quantity of the model node was not changed as a result of the most recent Auto-Complete process. The default value is false. -
DeltaChanges: string
Read Only:
true
Provides the minimum set of changes to all displayed resources from the latest action. Can be empty. Provided for Partial Page Refresh requirements. -
Description: string
Read Only:
true
Description of the model node. -
DisplayName: string
Read Only:
true
Display name of the model node. -
DisplayNamePath: string
Read Only:
true
Fully qualified display name path of the model node. -
HasChildrenFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has a direct descendant. If false, then the model node is a leaf node. This attribute does not have a default value. -
HasTransactionalAttributesFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has transactional attributes. If false, then the model node has no transactional item attributes. This attribute does not have a default value. -
InErrorModeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then input is required for the model node. If false, then input is not required for the model node. The default value is false. This attribute is updated on each request for Finish or Auto-Complete. -
InputRequiredFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is marked User Input Required in Configurator Modeling Environment (or by other means such as a Configurator Extension), regardless of whether or not it is bound. (Related to display of Input Required indicator.) If false, then the model node is not required. This attribute does not have a default value. -
InputRequiredInSubtreeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node or a descendant is required prior to finishing the configuration. If false, then the model node or a descendant are not required prior to finishing the configuration. This attribute does not have a default value. -
IsBoundFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is completely bound at run time. This means both domain and cardinality, if applicable. If false, the mode node is not bound at run time. This attribute does not have a default value. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ModelSelections: string
Read Only:
true
-
Name: string
Read Only:
true
Name of the model node. -
NodeId: integer
Read Only:
true
Value that uniquely identifies a model node in an active configuration. -
NodeType: string
Read Only:
true
Default Value:ROOT_MODEL_ITEM
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE. -
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
ParentNodeId: integer
Read Only:
true
Value that uniquely identifies the parent node of the model node. -
ProposedFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is proposed for selection. If false, then the model node is not proposed for selection. This attribute does not have a default value. It reflects the current state or value of the model node as a result of a Default or a Search Decision rule. -
Quantity: integer
Read Only:
true
-
ValidFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is valid in the current configuration state. If false, then the model node is invalid in the current configuration state. The default value is true.
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_StandardItemVO-item-response
Type:
Show Source
object
-
ChangedByAutocompleteFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false. If true, then the selection state or quantity of the model node was changed as a result of the most recent Auto-Complete process. If false, then the selection state or quantity of the model node was not changed as a result of the most recent Auto-Complete process. The default value is false. -
DecimalQuantityFlag: boolean
-
DefinitionMaxQuantity: number
Read Only:
true
-
DefinitionMinQuantity: number
Read Only:
true
-
DeltaChanges: string
Read Only:
true
Provides the minimum set of changes to all displayed resources from the latest action. Can be empty. Provided for Partial Page Refresh requirements. -
Description: string
Read Only:
true
Description of the model node. -
DetailedSelectionState: string
Read Only:
true
-
DisplayName: string
Read Only:
true
Display name of the model node. -
DisplayNamePath: string
Read Only:
true
Fully qualified display name path of the model node. -
HasChildrenFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has a direct descendant. If false, then the model node is a leaf node. This attribute does not have a default value. -
HasTransactionalAttributesFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has transactional attributes. If false, then the model node has no transactional item attributes. This attribute does not have a default value. -
InErrorModeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then input is required for the model node. If false, then input is not required for the model node. The default value is false. This attribute is updated on each request for Finish or Auto-Complete. -
InputRequiredFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is marked User Input Required in Configurator Modeling Environment (or by other means such as a Configurator Extension), regardless of whether or not it is bound. (Related to display of Input Required indicator.) If false, then the model node is not required. This attribute does not have a default value. -
InputRequiredInSubtreeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node or a descendant is required prior to finishing the configuration. If false, then the model node or a descendant are not required prior to finishing the configuration. This attribute does not have a default value. -
IsBoundFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is completely bound at run time. This means both domain and cardinality, if applicable. If false, the mode node is not bound at run time. This attribute does not have a default value. -
IsBoundQuantityFlag: boolean
Read Only:
true
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LogicState: string
Read Only:
true
-
MaxQuantity: number
Read Only:
true
-
MinQuantity: number
Read Only:
true
-
Name: string
Read Only:
true
Name of the model node. -
NodeId: integer
Read Only:
true
Value that uniquely identifies a model node in an active configuration. -
NodeType: string
Read Only:
true
Default Value:STANDARD_ITEM
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE. -
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
ParentNodeId: integer
Read Only:
true
Value that uniquely identifies the parent node of the model node. -
ProposedFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is proposed for selection. If false, then the model node is not proposed for selection. This attribute does not have a default value. It reflects the current state or value of the model node as a result of a Default or a Search Decision rule. -
Quantity: number
-
SelectedFlag: boolean
-
SelectionState: string
Read Only:
true
-
ValidFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is valid in the current configuration state. If false, then the model node is invalid in the current configuration state. The default value is true.
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_TextFeatureVO-item-response
Type:
Show Source
object
-
ChangedByAutocompleteFlag: boolean
Read Only:
true
Maximum Length:1
Contains one of the following values: true or false. If true, then the selection state or quantity of the model node was changed as a result of the most recent Auto-Complete process. If false, then the selection state or quantity of the model node was not changed as a result of the most recent Auto-Complete process. The default value is false. -
DefinitionMaxLength: integer
Read Only:
true
-
DeltaChanges: string
Read Only:
true
Provides the minimum set of changes to all displayed resources from the latest action. Can be empty. Provided for Partial Page Refresh requirements. -
Description: string
Read Only:
true
Description of the model node. -
DisplayName: string
Read Only:
true
Display name of the model node. -
DisplayNamePath: string
Read Only:
true
Fully qualified display name path of the model node. -
HasChildrenFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has a direct descendant. If false, then the model node is a leaf node. This attribute does not have a default value. -
HasTransactionalAttributesFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node has transactional attributes. If false, then the model node has no transactional item attributes. This attribute does not have a default value. -
InErrorModeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then input is required for the model node. If false, then input is not required for the model node. The default value is false. This attribute is updated on each request for Finish or Auto-Complete. -
InputRequiredFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is marked User Input Required in Configurator Modeling Environment (or by other means such as a Configurator Extension), regardless of whether or not it is bound. (Related to display of Input Required indicator.) If false, then the model node is not required. This attribute does not have a default value. -
InputRequiredInSubtreeFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node or a descendant is required prior to finishing the configuration. If false, then the model node or a descendant are not required prior to finishing the configuration. This attribute does not have a default value. -
IsBoundFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is completely bound at run time. This means both domain and cardinality, if applicable. If false, the mode node is not bound at run time. This attribute does not have a default value. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Name: string
Read Only:
true
Name of the model node. -
NodeId: integer
Read Only:
true
Value that uniquely identifies a model node in an active configuration. -
NodeType: string
Read Only:
true
Default Value:TEXT_FEATURE
Type of the model node. Valid values are MODEL_ITEM, OPTION_CLASS_ITEM, COMPONENT_PORT, STANDARD_ITEM, OPTION_FEATURE, OPTION, BOOLEAN_FEATURE, INTEGER_FEATURE, DECIMAL_FEATURE, and TEXT_FEATURE. -
OverrideConflictFlag: boolean
Contains one of the following values: true, false, or null. When true and if the conflict is overridable, then the new change with the POST/PATCH request will be retained and the previous selections or quantity update will be undone. If false, then the previous selections or quantity change will be retained. If the conflict is non-overridable, then passing in true or false has no effect, the previous selection or quantity change is retained. If the value is null or the attribute is not passed in the request payload, then the conflict message is displayed in the response payload. If the conflict is overridable, repeat the request with a true or false value to achieve the desired behavior. The default value is null.
-
ParentNodeId: integer
Read Only:
true
Value that uniquely identifies the parent node of the model node. -
ProposedFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is proposed for selection. If false, then the model node is not proposed for selection. This attribute does not have a default value. It reflects the current state or value of the model node as a result of a Default or a Search Decision rule. -
ValidFlag: boolean
Read Only:
true
Contains one of the following values: true or false. If true, then the model node is valid in the current configuration state. If false, then the model node is invalid in the current configuration state. The default value is true. -
Value: string
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source