Get all configurations

get

/fscmRestApi/resources/11.13.18.05/configurations

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds configurations according to the configuration header and revision identifier.
      Finder Variables:
      • ConfigHeaderId; integer; Value that uniquely identifies the configuration header. This is a primary key.
      • ConfigRevisionId; integer; Value that uniquely identifies the configuration revision.
    • RowFinder: Finds configurations.
      Finder Variables:
      • ConfigurationId; string; Value that uniquely identifies the configuration.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AdditionalRootLineAttributes; string; Value that indicates additional line attributes for the configurable item. This attribute includes details that the application can send to a downstream system.
    • CallingApplicationCode; string; Abbreviation that identifies the name of the application that called this resource. The resource uses this name to identify the user interface to call when starting an interactive session.
    • CallingApplicationId; integer; Value that uniquely identifies the application that called this resource. This value is internal and is used by applications in Oracle Fusion trading community or Oracle Fusion applications.
    • ConfigHeaderId; integer; Value that uniquely identifies the configuration header.
    • ConfigRevisionId; integer; Value that uniquely identifies the configuration revision.
    • ConfigurationId; 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
    • ConfigurationSessionToken; string; Value that identifies an active configuration session. If the FinishConfigurationFlag attribute is False, then the application creates this token when it creates the configuration resource. You must add this token to the HTTP request header for each subsequent request to maintain continuity of the requests for the interactive configuration. HTTP header attribute name will be the same.
    • ConfigurationState; string; Contains one of the following values: Active for an active configuration; Finished for a saved configuration. The default value is Active.
    • CreatedBy; string; User who created the configuration.
    • CreatedOn; string; Date and time when the configuration was created.
    • Description; string; Description of the configuration.
    • FinishConfigurationFlag; boolean; Contains one of the following values: true or false. If true, then finish the configuration immediately when creating a configuration resource. If false, then do not finish the configuration immediately. The default value is false.
    • InventoryItemNumber; string; Inventory item number the application uses to start the configuration.
    • InventoryOrganizationCode; string; Abbreviation that identifies validation organization of the item or service that the configuration contains.
    • LastUpdatedBy; string; User who most recently updated the configuration, including the interaction with the configuration model nodes.
    • LastUpdatedOn; string; Date and time when the configuration was updated.
    • LineQuantity; integer; Line quantity for the configuration. The default value is 1.
    • Name; string; Name of the configuration.
    • OutputMode; string; Contains one of the following values. Full: output includes the entire configuration hierarchy, including option classes. Filtered: output does not include option classes. The default value is Filtered.
    • SessionEffectiveDate; string; Date and time to use when loading the model definition for the configuration session. This date determines the configuration options that are available, depending on how the Product Configurator Manager modeled the item. Valid formats include yyyy-MM-dd; for example: 2019-04-14, and yyyy-MM-ddTHH:mm:ssZ; for example: 2019-04-14T10:37:40-0500 where -0500 indicates offset from GMT.
    • ValidConfigurationFlag; boolean; Contains one of the following values: true or false. If true, then the configuration is valid. If false, then the configuration is not valid. The default value is true. This attribute is read-only.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • 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".
  • 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.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : configurations
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : configurations-item-response
Type: object
Show Source
  • Value that indicates additional line attributes for the configurable item. This attribute includes details that the application can send to a downstream system.
  • Maximum Length: 1000
    Abbreviation that identifies the name of the application that called this resource. The resource uses this name to identify the user interface to call when starting an interactive session.
  • Value that uniquely identifies the application that called this resource. This value is internal and is used by applications in Oracle Fusion trading community or Oracle Fusion applications.
  • Value that uniquely identifies the configuration header.
  • Value that uniquely identifies the configuration revision.
  • Maximum Length: 255
    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
  • Configuration Line Attributes
    Title: Configuration Line Attributes
    The Configuration Line Attributes resource manages transactional item attributes for one configuration or for one configuration line.
  • Configuration Lines
    Title: Configuration Lines
    The Configuration Lines resource manages configuration lines of a configuration.
  • Configuration Messages
    Title: Configuration Messages
    The Configuration Messages resource manages messages for configurations.
  • Value that identifies an active configuration session. If the FinishConfigurationFlag attribute is False, then the application creates this token when it creates the configuration resource. You must add this token to the HTTP request header for each subsequent request to maintain continuity of the requests for the interactive configuration. HTTP header attribute name will be the same.
  • Contains one of the following values: Active for an active configuration; Finished for a saved configuration. The default value is Active.
  • Connected Items
    Title: Connected Items
    The Connected Items resource manages the connected items associated with a configuration.
  • Read Only: true
    Maximum Length: 64
    User who created the configuration.
  • Read Only: true
    Date and time when the configuration was created.
  • Extensible parameter to use during the configuration session. Each extensible parameter includes a name and value. It includes details that you can specify during configuration to extend the inventory item that you are configuring.
  • Maximum Length: 1000
    Description of the configuration.
  • Maximum Length: 255
    Contains one of the following values: true or false. If true, then finish the configuration immediately when creating a configuration resource. If false, then do not finish the configuration immediately. The default value is false.
  • Value that indicates header attributes for a quote, an order, or a cart. This attribute includes identifying details, such as the customer name and ship-to location.
  • Contains a list of messages populated at configuration session startup, if any.
  • Maximum Length: 300
    Inventory item number the application uses to start the configuration.
  • Maximum Length: 18
    Abbreviation that identifies validation organization of the item or service that the configuration contains.
  • Read Only: true
    Maximum Length: 64
    User who most recently updated the configuration, including the interaction with the configuration model nodes.
  • Read Only: true
    Date and time when the configuration was updated.
  • Default Value: 1
    Line quantity for the configuration. The default value is 1.
  • Links
  • Price adjustments to apply during configuration.
  • Model Nodes
    Title: Model Nodes
    The Model Nodes resource manages model nodes for an active configuration.
  • Maximum Length: 255
    Name of the configuration.
  • Maximum Length: 255
    Contains one of the following values. Full: output includes the entire configuration hierarchy, including option classes. Filtered: output does not include option classes. The default value is Filtered.
  • Date and time to use when loading the model definition for the configuration session. This date determines the configuration options that are available, depending on how the Product Configurator Manager modeled the item. Valid formats include yyyy-MM-dd; for example: 2019-04-14, and yyyy-MM-ddTHH:mm:ssZ; for example: 2019-04-14T10:37:40-0500 where -0500 indicates offset from GMT.
  • Maximum Length: 1
    Contains one of the following values: true or false. If true, then the configuration is valid. If false, then the configuration is not valid. The default value is true. This attribute is read-only.
Nested Schema : Configuration Line Attributes
Type: array
Title: Configuration Line Attributes
The Configuration Line Attributes resource manages transactional item attributes for one configuration or for one configuration line.
Show Source
Nested Schema : Configuration Lines
Type: array
Title: Configuration Lines
The Configuration Lines resource manages configuration lines of a configuration.
Show Source
Nested Schema : Configuration Messages
Type: array
Title: Configuration Messages
The Configuration Messages resource manages messages for configurations.
Show Source
Nested Schema : Connected Items
Type: array
Title: Connected Items
The Connected Items resource manages the connected items associated with a configuration.
Show Source
Nested Schema : Model Nodes
Type: array
Title: Model Nodes
The Model Nodes resource manages model nodes for an active configuration.
Show Source
  • Discriminator: NodeType
    Discriminator: { "propertyName":"NodeType", "mapping":{ "BOOLEAN_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_BooleanFeatureVO-item-response", "COMPONENT_PORT":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ComponentPortVO-item-response", "DECIMAL_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_DecimalFeatureVO-item-response", "INTEGER_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_IntegerFeatureVO-item-response", "MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_ModelItemVO-item-response", "OPTION":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionVO-item-response", "OPTION_CLASS_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionClassItemVO-item-response", "OPTION_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_OptionFeatureVO-item-response", "ROOT_MODEL_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_RootNodeVO-item-response", "STANDARD_ITEM":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_StandardItemVO-item-response", "TEXT_FEATURE":"#/components/schemas/oracle_apps_scm_configurator_runtime_restmodel_view_TextFeatureVO-item-response" } }
Nested Schema : configurations-ConfigurationLineAttributes-item-response
Type: object
Show Source
Nested Schema : configurations-ConfigurationLines-item-response
Type: object
Show Source
Nested Schema : configurations-ConfigurationMessages-item-response
Type: object
Show Source
Nested Schema : configurations-connectedItems-item-response
Type: object
Show Source
Nested Schema : Discriminator: NodeType
Type: object
Discriminator: NodeType

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_scm_configurator_runtime_restmodel_view_BooleanFeatureVO-item-response
Type: object
Show Source
  • 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.
  • 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.
  • Read Only: true
    Description of the model node.
  • Read Only: true
  • Read Only: true
    Display name of the model node.
  • Read Only: true
    Fully qualified display name path of the model node.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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
  • Read Only: true
  • Read Only: true
    Name of the model node.
  • Read Only: true
    Value that uniquely identifies a model node in an active configuration.
  • 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.
  • 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.
  • Read Only: true
    Value that uniquely identifies the parent node of the model node.
  • 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.
  • Read Only: true
  • 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: object
Show Source
  • 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.
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • 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.
  • Read Only: true
    Description of the model node.
  • Read Only: true
    Display name of the model node.
  • Read Only: true
    Fully qualified display name path of the model node.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • Read Only: true
  • Read Only: true
  • 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.
  • Read Only: true
  • Links
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • Read Only: true
    Name of the model node.
  • Read Only: true
    Value that uniquely identifies a model node in an active configuration.
  • 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.
  • 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.
  • Read Only: true
    Value that uniquely identifies the parent node of the model node.
  • 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.
  • Read Only: true
  • 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: object
Show Source
  • 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.
  • Read Only: true
  • Read Only: true
  • 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.
  • Read Only: true
    Description of the model node.
  • Read Only: true
    Display name of the model node.
  • Read Only: true
    Fully qualified display name path of the model node.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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
  • Read Only: true
  • Read Only: true
  • Read Only: true
    Name of the model node.
  • Read Only: true
    Value that uniquely identifies a model node in an active configuration.
  • 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.
  • 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.
  • Read Only: true
    Value that uniquely identifies the parent node of the model node.
  • 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.
  • 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_IntegerFeatureVO-item-response
Type: object
Show Source
  • 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.
  • Read Only: true
  • Read Only: true
  • 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.
  • Read Only: true
    Description of the model node.
  • Read Only: true
    Display name of the model node.
  • Read Only: true
    Fully qualified display name path of the model node.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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
  • Read Only: true
  • Read Only: true
  • Read Only: true
    Name of the model node.
  • Read Only: true
    Value that uniquely identifies a model node in an active configuration.
  • 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.
  • 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.
  • Read Only: true
    Value that uniquely identifies the parent node of the model node.
  • 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.
  • 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_ModelItemVO-item-response
Type: object
Show Source
  • 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.
  • Read Only: true
  • Read Only: true
  • 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.
  • Read Only: true
    Description of the model node.
  • Read Only: true
  • Read Only: true
    Display name of the model node.
  • Read Only: true
    Fully qualified display name path of the model node.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • Maximum Length: 255
  • Read Only: true
  • 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.
  • Read Only: true
  • Read Only: true
  • Links
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • Read Only: true
    Name of the model node.
  • Read Only: true
    Value that uniquely identifies a model node in an active configuration.
  • 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.
  • 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.
  • Read Only: true
    Value that uniquely identifies the parent node of the model node.
  • 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.
  • Read Only: true
  • 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: object
Show Source
  • 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.
  • Read Only: true
  • Read Only: true
  • 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.
  • Read Only: true
    Description of the model node.
  • Read Only: true
  • Read Only: true
    Display name of the model node.
  • Read Only: true
    Fully qualified display name path of the model node.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • Read Only: true
  • Links
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • Read Only: true
    Name of the model node.
  • Read Only: true
    Value that uniquely identifies a model node in an active configuration.
  • 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.
  • 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.
  • Read Only: true
    Value that uniquely identifies the parent node of the model node.
  • 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.
  • Read Only: true
  • 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: object
Show Source
  • 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.
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • 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.
  • Read Only: true
    Description of the model node.
  • Read Only: true
  • Read Only: true
    Display name of the model node.
  • Read Only: true
    Fully qualified display name path of the model node.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • Read Only: true
  • Links
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • Read Only: true
    Name of the model node.
  • Read Only: true
    Value that uniquely identifies a model node in an active configuration.
  • 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.
  • 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.
  • Read Only: true
    Value that uniquely identifies the parent node of the model node.
  • 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.
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • 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: object
Show Source
  • 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.
  • Read Only: true
  • Read Only: true
  • 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.
  • Read Only: true
    Description of the model node.
  • Read Only: true
  • Read Only: true
    Display name of the model node.
  • Read Only: true
    Fully qualified display name path of the model node.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • Read Only: true
    Name of the model node.
  • Read Only: true
    Value that uniquely identifies a model node in an active configuration.
  • 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.
  • 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.
  • Read Only: true
    Value that uniquely identifies the parent node of the model node.
  • 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.
  • Read Only: true
  • Read Only: true
  • 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: object
Show Source
  • 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.
  • 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.
  • Read Only: true
    Description of the model node.
  • Read Only: true
    Display name of the model node.
  • Read Only: true
    Fully qualified display name path of the model node.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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
  • Read Only: true
    Name of the model node.
  • Read Only: true
    Value that uniquely identifies a model node in an active configuration.
  • 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.
  • 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.
  • Read Only: true
    Value that uniquely identifies the parent node of the model node.
  • 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.
  • Read Only: true
  • 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: object
Show Source
  • 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.
  • Read Only: true
  • Read Only: true
  • 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.
  • Read Only: true
    Description of the model node.
  • Read Only: true
  • Read Only: true
    Display name of the model node.
  • Read Only: true
    Fully qualified display name path of the model node.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • Read Only: true
  • Links
  • Read Only: true
  • Read Only: true
  • Read Only: true
  • Read Only: true
    Name of the model node.
  • Read Only: true
    Value that uniquely identifies a model node in an active configuration.
  • 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.
  • 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.
  • Read Only: true
    Value that uniquely identifies the parent node of the model node.
  • 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.
  • Read Only: true
  • 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: object
Show Source
  • 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.
  • Read Only: true
  • 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.
  • Read Only: true
    Description of the model node.
  • Read Only: true
    Display name of the model node.
  • Read Only: true
    Fully qualified display name path of the model node.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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
  • Read Only: true
    Name of the model node.
  • Read Only: true
    Value that uniquely identifies a model node in an active configuration.
  • 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.
  • 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.
  • Read Only: true
    Value that uniquely identifies the parent node of the model node.
  • 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.
  • 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.
Back to Top

Examples

This example describes how to get all configurations.

Example cURL Command

Use the following cURL command to submit a request on the REST resource:

curl -u username:password "https://servername/fscmRestApi/resources/version/configurations"

Example Response Body

The following shows an example of the response body in JSON format.

{
  "items" : [ {
    "ConfigHeaderId" : 300100071812037,
    "ConfigRevisionId" : 300100071812038,
    "OutputMode" : "filtered",
    "Name" : "zcz_ordsch_ss_M1 (Tue Jun 26 00:00:01 UTC 2040)",
    "Description" : "zcz_ordsch_ss_M1",
    "ValidConfigurationFlag" : true,
    "SessionEffectiveDate" : "2040-06-26T00:00:01-06:00",
    "CallingApplicationId" : 2000,
    ...
  }, {
    "ConfigHeaderId" : 300100082758736,
    "ConfigRevisionId" : 300100082758737,
    "OutputMode" : "filtered",
    "Name" : "MFG-TIA-ATO1 (Wed Dec 09 08:49:02 UTC 2015)",
    "Description" : "MFG-TIA-ATO1",
    "ValidConfigurationFlag" : true,
    "SessionEffectiveDate" : "2015-12-09T08:49:02-06:00",
    "CallingApplicationId" : 10500,
    ...
  }, 
  ...
}
Back to Top