Get List of Product Family Attribute Definitions

get

/rest/v19/allProductFamilySetups/{allProdFamsVarName}/productFamilies/{prodFamVarName}/attributes

Use this endpoint to retrieve a list of definitions for Product Family attributes.

Request

Supported Media Types
Path Parameters
Query Parameters
  • Allows expansion of relationships.
  • Restrict which fields shall be returned. The value is a comma delimited string and each token is a field name.
  • The requested page size, which limits the number of elements the collection should max return.
  • The offset of the page. By default, offset is 0, which means first page will be returned.
  • Specifies a comma-separated list of pairs to order the response by.
  • Allows to specify one or more filtering criteria. By default, no filtering is applied.
  • Specifies that the total count of records should be included in the response when doing pagination.
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : configAttributeSetups-collection
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Attributes
Type: object
Title: Attributes
Show Source
Nested Schema : Attribute Array Type
Type: object
Title: Attribute Array Type
Indicates if Attribute is Array Type
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Attribute Category
Type: object
Title: Attribute Category
Category Attribute Belongs To
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Data Type
Type: object
Title: Data Type
Data Type of the Attribute
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Display Type
Type: object
Title: Display Type
Display Type of the Attribute
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Jet Display Type
Type: object
Title: Jet Display Type
Jet Display Type of the Attribute
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Attribute Menu Type
Type: object
Title: Attribute Menu Type
Indicates if Attribute is Menu Type
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Pricing Display Type
Type: object
Title: Pricing Display Type
Pricing Display Type of the Attribute
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Pricing Type
Type: object
Title: Pricing Type
Pricing Type of the Attribute
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Reference Type
Type: object
Title: Reference Type
Type of the Reference
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Pricing Type
Type: object
Title: Pricing Type
Set Type of the Attribute
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Back to Top

Examples

The following example shows how to retrieve a list of definitions for Product Family attributes by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl -X GET -H "Authorization: Bearer <token>" -H "Accept: application/json"
https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes

Response Body Sample

{
  "hasMore": false,
  "links": [{
      "rel": "self",
      "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes"
    }
  ],
  "items": [{
      "orderNumber": 6,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "SingleSelectMenu",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T02:19:36.000Z",
      "required": true,
      "id": 4121699,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "SelectChoice",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "3",
        "displayValue": "Single Select Menu",
        "id": 3022799219,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799219"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "1",
        "displayValue": "Menu",
        "id": 3022799207,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799207"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5,jet_constrained_display:4}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item User Language",
      "displayTypeLookupValue": "SSM",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "3",
        "displayValue": "Select Choice",
        "id": 3023488702,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488702"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_BM_USER_LANGUAGE",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "User Language",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "6",
        "displayValue": "User",
        "id": 3022799189,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799189"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_LANGUAGE"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_LANGUAGE/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 8,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2006-06-13T02:42:46.000Z",
      "required": false,
      "id": 4125768,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "2",
        "displayValue": "Float",
        "id": 3022799196,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799196"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item User Exchange Rate",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_BM_USER_EXCHANGE_RATE",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "User Exchange Rate",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "6",
        "displayValue": "User",
        "id": 3022799189,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799189"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_EXCHANGE_RATE"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_EXCHANGE_RATE/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 7,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "SingleSelectMenu",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T02:19:36.000Z",
      "required": true,
      "id": 4121703,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "SelectChoice",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "3",
        "displayValue": "Single Select Menu",
        "id": 3022799219,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799219"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "1",
        "displayValue": "Menu",
        "id": 3022799207,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799207"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5,jet_constrained_display:4}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item User Number Format",
      "displayTypeLookupValue": "SSM",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "3",
        "displayValue": "Select Choice",
        "id": 3023488702,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488702"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_BM_USER_NUMBER_FORMAT",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "User Number Format",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "6",
        "displayValue": "User",
        "id": 3022799189,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799189"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_NUMBER_FORMAT"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_NUMBER_FORMAT/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 1,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:24.000Z",
      "required": false,
      "id": 4118175,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item Customer Id",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "CRM_CUSTOMER_ID",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Customer Id",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "4",
        "displayValue": "CRM",
        "id": 3022799187,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799187"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_CUSTOMER_ID"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_CUSTOMER_ID/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 2,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:24.000Z",
      "required": false,
      "id": 4118176,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item Company Name",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "CRM_BUYER_COMPANY",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Company Name",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "4",
        "displayValue": "CRM",
        "id": 3022799187,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799187"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_BUYER_COMPANY"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_BUYER_COMPANY/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 3,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:24.000Z",
      "required": false,
      "id": 4118177,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item Bill City",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "CRM_BILL_CITY",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Bill City",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "4",
        "displayValue": "CRM",
        "id": 3022799187,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799187"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_BILL_CITY"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_BILL_CITY/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 1,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "SingleSelectMenu",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:24.000Z",
      "required": false,
      "id": 4118178,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "SelectChoice",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "3",
        "displayValue": "Single Select Menu",
        "id": 3022799219,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799219"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "1",
        "displayValue": "Menu",
        "id": 3022799207,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799207"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5,jet_constrained_display:4}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item Bill State Province",
      "displayTypeLookupValue": "SSM",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "3",
        "displayValue": "Select Choice",
        "id": 3023488702,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488702"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "CRM_BILL_STATE_PROVINCE",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Bill State Province",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "4",
        "displayValue": "CRM",
        "id": 3022799187,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799187"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_BILL_STATE_PROVINCE"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_BILL_STATE_PROVINCE/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 1,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "SingleSelectMenu",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:24.000Z",
      "required": false,
      "id": 4118232,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "SelectChoice",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "3",
        "displayValue": "Single Select Menu",
        "id": 3022799219,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799219"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "1",
        "displayValue": "Menu",
        "id": 3022799207,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799207"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5,jet_constrained_display:4}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item Bill Country",
      "displayTypeLookupValue": "SSM",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "3",
        "displayValue": "Select Choice",
        "id": 3023488702,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488702"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "CRM_BILL_COUNTRY",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Bill Country",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "4",
        "displayValue": "CRM",
        "id": 3022799187,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799187"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_BILL_COUNTRY"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_BILL_COUNTRY/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 6,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:25.000Z",
      "required": false,
      "id": 4118431,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item Ship City",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "CRM_SHIP_CITY",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Ship City",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "4",
        "displayValue": "CRM",
        "id": 3022799187,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799187"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_SHIP_CITY"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_SHIP_CITY/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 2,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "SingleSelectMenu",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:25.000Z",
      "required": false,
      "id": 4118432,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "SelectChoice",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "3",
        "displayValue": "Single Select Menu",
        "id": 3022799219,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799219"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "1",
        "displayValue": "Menu",
        "id": 3022799207,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799207"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5,jet_constrained_display:4}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item Ship State Province",
      "displayTypeLookupValue": "SSM",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "3",
        "displayValue": "Select Choice",
        "id": 3023488702,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488702"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "CRM_SHIP_STATE_PROVINCE",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Ship State Province",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "4",
        "displayValue": "CRM",
        "id": 3022799187,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799187"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_SHIP_STATE_PROVINCE"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_SHIP_STATE_PROVINCE/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 2,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "SingleSelectMenu",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:25.000Z",
      "required": false,
      "id": 4118486,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "SelectChoice",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "3",
        "displayValue": "Single Select Menu",
        "id": 3022799219,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799219"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "1",
        "displayValue": "Menu",
        "id": 3022799207,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799207"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5,jet_constrained_display:4}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item Ship Country",
      "displayTypeLookupValue": "SSM",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "3",
        "displayValue": "Select Choice",
        "id": 3023488702,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488702"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "CRM_SHIP_COUNTRY",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Ship Country",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "4",
        "displayValue": "CRM",
        "id": 3022799187,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799187"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_SHIP_COUNTRY"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/CRM_SHIP_COUNTRY/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 1,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:30.000Z",
      "required": false,
      "id": 4119204,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item User Company Name",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_BM_USER_COMPANY",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "User Company Name",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "6",
        "displayValue": "User",
        "id": 3022799189,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799189"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_COMPANY"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_COMPANY/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 2,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "SingleSelectMenu",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:30.000Z",
      "required": true,
      "id": 4119205,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "SelectChoice",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "3",
        "displayValue": "Single Select Menu",
        "id": 3022799219,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799219"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "1",
        "displayValue": "Menu",
        "id": 3022799207,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799207"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5,jet_constrained_display:4}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item User Currency",
      "displayTypeLookupValue": "SSM",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "3",
        "displayValue": "Select Choice",
        "id": 3023488702,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488702"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_BM_USER_CURRENCY",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "User Currency",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "6",
        "displayValue": "User",
        "id": 3022799189,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799189"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_CURRENCY"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_CURRENCY/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 3,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:30.000Z",
      "required": false,
      "id": 4119207,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item User Email",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_BM_USER_EMAIL",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "User Email",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "6",
        "displayValue": "User",
        "id": 3022799189,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799189"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_EMAIL"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_EMAIL/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 4,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:30.000Z",
      "required": false,
      "id": 4119208,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item User Login",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_BM_USER_LOGIN",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "User Login",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "6",
        "displayValue": "User",
        "id": 3022799189,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799189"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_LOGIN"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_LOGIN/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 5,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2004-07-07T04:06:30.000Z",
      "required": true,
      "id": 4119209,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item User Groups",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_BM_USER_GROUPS",
      "dateModified": "2024-10-01T15:27:03.000Z",
      "label": "User Groups",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "6",
        "displayValue": "User",
        "id": 3022799189,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799189"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_GROUPS"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_GROUPS/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 9,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2007-02-07T01:42:52.000Z",
      "required": false,
      "id": 4125867,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item User Session ID",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_BM_USER_SESSION_ID",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "User Session ID",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "6",
        "displayValue": "User",
        "id": 3022799189,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799189"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_SESSION_ID"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_SESSION_ID/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 10,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2007-02-07T01:42:52.000Z",
      "required": false,
      "id": 4125868,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item User Partner Session ID",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_BM_USER_PARTNER_SESSION_ID",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "User Partner Session ID",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "6",
        "displayValue": "User",
        "id": 3022799189,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799189"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_PARTNER_SESSION_ID"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_PARTNER_SESSION_ID/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 11,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2007-02-07T01:42:52.000Z",
      "required": false,
      "id": 4125869,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Registered Item User Partner Session URL",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_BM_USER_PARTNER_SESSION_URL",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "User Partner Session URL",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "6",
        "displayValue": "User",
        "id": 3022799189,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799189"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_PARTNER_SESSION_URL"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_BM_USER_PARTNER_SESSION_URL/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 1,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "SingleSelectMenu",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2011-07-06T20:04:26.000Z",
      "required": true,
      "id": 12059267,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "SelectChoice",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "3",
        "displayValue": "Single Select Menu",
        "id": 3022799219,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799219"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "1",
        "displayValue": "Menu",
        "id": 3022799207,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799207"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5,jet_constrained_display:2}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "The active price book",
      "displayTypeLookupValue": "SSM",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "3",
        "displayValue": "Select Choice",
        "id": 3023488702,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488702"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_price_book_var_name",
      "dateModified": "2019-05-15T20:18:56.000Z",
      "label": "Price Book",
      "setType": {
        "lookupCode": "2",
        "displayValue": "Set",
        "id": 3023488689,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488689"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "7",
        "displayValue": "System",
        "id": 3022799190,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799190"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_price_book_var_name"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_price_book_var_name/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 2,
      "endDate": null,
      "defaultValue": "0",
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2011-07-06T20:04:27.000Z",
      "required": false,
      "id": 12059268,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_cols:20,text_area_rows:5}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Unique ID of the current transaction",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_transaction_id",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Transaction ID",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "7",
        "displayValue": "System",
        "id": 3022799190,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799190"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_transaction_id"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_transaction_id/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 3,
      "endDate": null,
      "defaultValue": "false",
      "inputTypeCode": "Boolean",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2013-12-27T18:37:02.000Z",
      "required": false,
      "id": 16280166,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Switch",
      "dataType": {
        "lookupCode": "4",
        "displayValue": "Boolean",
        "id": 3022799202,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799202"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "10",
        "displayValue": "Boolean Checkbox",
        "id": 3022799226,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799226"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": null,
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "The Boolean value is \"True\" if the user is licensed for mobile, on a recognized mobile device, and on a mobile layout",
      "displayTypeLookupValue": "Boolean",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "16",
        "displayValue": "Switch",
        "id": 3023488715,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488715"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_mobile_device_enabled",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Mobile Device Enabled",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": false,
      "category": {
        "lookupCode": "7",
        "displayValue": "System",
        "id": 3022799190,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799190"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_mobile_device_enabled"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_mobile_device_enabled/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 4,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2016-08-24T21:50:23.000Z",
      "required": false,
      "id": 18326102,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "36",
        "displayValue": "JSON",
        "id": 3022799197,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799197"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": null,
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "The BOM Item instance of the current Model.",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_bm_bom_instance",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "BOM Item Instance",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": false,
      "category": {
        "lookupCode": "7",
        "displayValue": "System",
        "id": 3022799190,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799190"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_bom_instance"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_bom_instance/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 5,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2016-12-20T19:46:57.000Z",
      "required": false,
      "id": 19398030,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "3",
        "displayValue": "Integer",
        "id": 3022799198,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799198"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": null,
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": null,
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_configuration_id",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Configuration Id",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": false,
      "category": {
        "lookupCode": "7",
        "displayValue": "System",
        "id": 3022799190,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799190"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_configuration_id"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_configuration_id/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 6,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2018-02-08T16:16:39.000Z",
      "required": false,
      "id": 20833498,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "3",
        "displayValue": "Integer",
        "id": 3022799198,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799198"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": null,
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": null,
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_system_config_document_number",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "System Config Document Number",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": false,
      "category": {
        "lookupCode": "7",
        "displayValue": "System",
        "id": 3022799190,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799190"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_system_config_document_number"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_system_config_document_number/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 7,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2018-08-20T20:47:43.000Z",
      "required": false,
      "id": 21209489,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "3",
        "displayValue": "Integer",
        "id": 3022799198,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799198"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": true,
      "additional": null,
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": null,
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_config_data_id",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Configuration Data Id",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": false,
      "category": {
        "lookupCode": "7",
        "displayValue": "System",
        "id": 3022799190,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799190"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_config_data_id"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_config_data_id/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 8,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2019-08-16T17:44:52.000Z",
      "required": false,
      "id": 3021940995,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": null,
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Model path from root in the System Configuration",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_system_config_model_path",
      "dateModified": "2019-08-16T17:44:52.000Z",
      "label": "System Config Model Path",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": false,
      "category": {
        "lookupCode": "7",
        "displayValue": "System",
        "id": 3022799190,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799190"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_system_config_model_path"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_system_config_model_path/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 1,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2018-12-05T08:46:42.000Z",
      "required": false,
      "id": 21332190,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": null,
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": null,
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_config_upgrade_name",
      "dateModified": "2019-05-15T20:18:54.000Z",
      "label": "Config Upgrade Name",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "8",
        "displayValue": "Persisted System",
        "id": 3022799191,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799191"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_config_upgrade_name"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_config_upgrade_name/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 2,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T04:59:27.000Z",
      "required": false,
      "id": 3022993161,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "3",
        "displayValue": "Product Line",
        "id": 3022799212,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799212"
          }
        ]
      },
      "description": "Registered catalog item.",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_bm_pline_variable_name",
      "dateModified": "2023-05-03T04:59:39.000Z",
      "label": "Variable Name",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "1",
        "displayValue": "Regular",
        "id": 3022799185,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799185"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_pline_variable_name"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_pline_variable_name/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 1,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T04:59:27.000Z",
      "required": false,
      "id": 3022993162,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "3",
        "displayValue": "Product Line",
        "id": 3022799212,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799212"
          }
        ]
      },
      "description": "Registered catalog item.",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_bm_pline_name",
      "dateModified": "2023-05-03T04:59:39.000Z",
      "label": "Name",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "1",
        "displayValue": "Regular",
        "id": 3022799185,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799185"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_pline_name"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_pline_name/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 8,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T04:59:27.000Z",
      "required": false,
      "id": 3022993163,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "4",
        "displayValue": "Model",
        "id": 3022799213,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799213"
          }
        ]
      },
      "description": "Registered catalog item.",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_bm_model_partner_organization_id",
      "dateModified": "2023-05-03T04:59:39.000Z",
      "label": "Partner Organization Id",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "1",
        "displayValue": "Regular",
        "id": 3022799185,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799185"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_model_partner_organization_id"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_model_partner_organization_id/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 2,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T04:59:27.000Z",
      "required": false,
      "id": 3022993164,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "4",
        "displayValue": "Model",
        "id": 3022799213,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799213"
          }
        ]
      },
      "description": "Registered catalog item.",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_bm_model_variable_name",
      "dateModified": "2023-05-03T04:59:39.000Z",
      "label": "Variable Name",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "1",
        "displayValue": "Regular",
        "id": 3022799185,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799185"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_model_variable_name"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_model_variable_name/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 9,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "Currency",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T04:59:27.000Z",
      "required": false,
      "id": 3022993165,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "7",
        "displayValue": "Currency",
        "id": 3022799201,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799201"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "4",
        "displayValue": "Model",
        "id": 3022799213,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799213"
          }
        ]
      },
      "description": "Registered catalog item.",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_bm_model_tb",
      "dateModified": "2023-05-03T04:59:39.000Z",
      "label": "tb",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "1",
        "displayValue": "Regular",
        "id": 3022799185,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799185"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_model_tb"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_model_tb/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 1,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T04:59:27.000Z",
      "required": false,
      "id": 3022993166,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "4",
        "displayValue": "Model",
        "id": 3022799213,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799213"
          }
        ]
      },
      "description": "Registered catalog item.",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_bm_model_name",
      "dateModified": "2023-05-03T04:59:39.000Z",
      "label": "Name",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "1",
        "displayValue": "Regular",
        "id": 3022799185,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799185"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_model_name"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_model_name/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 7,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T04:59:27.000Z",
      "required": false,
      "id": 3022993167,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "4",
        "displayValue": "Model",
        "id": 3022799213,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799213"
          }
        ]
      },
      "description": "Registered catalog item.",
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_bm_model_partner_part_id",
      "dateModified": "2023-05-03T04:59:39.000Z",
      "label": "Partner Part Id",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "1",
        "displayValue": "Regular",
        "id": 3022799185,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799185"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_model_partner_part_id"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_bm_model_partner_part_id/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 1,
      "endDate": null,
      "defaultValue": "false",
      "inputTypeCode": "Boolean",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T05:19:24.000Z",
      "required": false,
      "id": 16400181,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Switch",
      "dataType": {
        "lookupCode": "4",
        "displayValue": "Boolean",
        "id": 3022799202,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799202"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "10",
        "displayValue": "Boolean Checkbox",
        "id": 3022799226,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799226"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": null,
      "displayTypeLookupValue": "Boolean",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "16",
        "displayValue": "Switch",
        "id": 3023488715,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488715"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "conditionsAllPF",
      "dateModified": "2024-08-06T16:20:04.000Z",
      "label": "Conditions: All PF",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable",
        "id": 3022799186,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799186"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/conditionsAllPF"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/conditionsAllPF/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 2,
      "endDate": null,
      "defaultValue": "false",
      "inputTypeCode": "Boolean",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T05:20:24.000Z",
      "required": false,
      "id": 16400826,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Switch",
      "dataType": {
        "lookupCode": "4",
        "displayValue": "Boolean",
        "id": 3022799202,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799202"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "10",
        "displayValue": "Boolean Checkbox",
        "id": 3022799226,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799226"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": null,
      "displayTypeLookupValue": "Boolean",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "16",
        "displayValue": "Switch",
        "id": 3023488715,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488715"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "sTBRFiltersAllPF",
      "dateModified": "2024-08-06T16:20:04.000Z",
      "label": "STBR Filters: All PF",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable",
        "id": 3022799186,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799186"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/sTBRFiltersAllPF"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/sTBRFiltersAllPF/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 3,
      "endDate": null,
      "defaultValue": "false",
      "inputTypeCode": "Boolean",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T05:21:09.000Z",
      "required": false,
      "id": 16413722,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Switch",
      "dataType": {
        "lookupCode": "4",
        "displayValue": "Boolean",
        "id": 3022799202,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799202"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "10",
        "displayValue": "Boolean Checkbox",
        "id": 3022799226,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799226"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": null,
      "displayTypeLookupValue": "Boolean",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "16",
        "displayValue": "Switch",
        "id": 3023488715,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488715"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "recommendationsRuleOrderPFHierarchyCondition",
      "dateModified": "2024-08-06T16:20:04.000Z",
      "label": "Recommendations Rule Order PF Hierarchy Condition",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable",
        "id": 3022799186,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799186"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/recommendationsRuleOrderPFHierarchyCondition"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/recommendationsRuleOrderPFHierarchyCondition/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 4,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T05:23:32.000Z",
      "required": false,
      "id": 16413724,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": null,
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "recommendationsRuleOrderPFHierarchyAction",
      "dateModified": "2024-08-06T16:20:04.000Z",
      "label": "Recommendations Rule Order PF Hierarchy Action",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable",
        "id": 3022799186,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799186"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/recommendationsRuleOrderPFHierarchyAction"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/recommendationsRuleOrderPFHierarchyAction/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 5,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "ReadOnly",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T05:25:06.000Z",
      "required": false,
      "id": 20983172,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "ReadOnly",
      "dataType": {
        "lookupCode": "6",
        "displayValue": "HTML",
        "id": 3022799199,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799199"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": true,
      "isAvp": false,
      "displayType": {
        "lookupCode": "9",
        "displayValue": "Read Only",
        "id": 3022799225,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799225"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:100,text_area_cols:200,auto_resize:yes}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": null,
      "displayTypeLookupValue": "ReadOnly",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "14",
        "displayValue": "Read Only",
        "id": 3023488713,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488713"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "systemJSON",
      "dateModified": "2024-08-06T16:20:04.000Z",
      "label": "System JSON",
      "setType": {
        "lookupCode": "3",
        "displayValue": "Forced Set",
        "id": 3023488690,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488690"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable",
        "id": 3022799186,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799186"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/systemJSON"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/systemJSON/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 6,
      "endDate": null,
      "defaultValue": "false",
      "inputTypeCode": "Boolean",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T05:25:40.000Z",
      "required": false,
      "id": 3021874085,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Switch",
      "dataType": {
        "lookupCode": "4",
        "displayValue": "Boolean",
        "id": 3022799202,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799202"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "10",
        "displayValue": "Boolean Checkbox",
        "id": 3022799226,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799226"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": null,
      "displayTypeLookupValue": "Boolean",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "16",
        "displayValue": "Switch",
        "id": 3023488715,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488715"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "recommendationsRuleOrderPFHierarchyConditionAjax",
      "dateModified": "2024-08-06T16:20:04.000Z",
      "label": "Recommendations Rule Order PF Hierarchy Condition Ajax",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable",
        "id": 3022799186,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799186"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/recommendationsRuleOrderPFHierarchyConditionAjax"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/recommendationsRuleOrderPFHierarchyConditionAjax/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 7,
      "endDate": null,
      "defaultValue": null,
      "inputTypeCode": "TextField",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2023-05-03T05:26:17.000Z",
      "required": false,
      "id": 3022368051,
      "displayPriceAtBottom": true,
      "jetDisplayTypeLookupValue": "Text",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799217,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799217"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "0",
        "displayValue": "Standard",
        "id": 3022799206,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799206"
          }
        ]
      },
      "startDate": null,
      "hidden": false,
      "additional": "{text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": null,
      "displayTypeLookupValue": "Text",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3023488700,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488700"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "systemConfigModelPath",
      "dateModified": "2024-08-06T16:20:04.000Z",
      "label": "System Config Model Path",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": true,
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable",
        "id": 3022799186,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799186"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/systemConfigModelPath"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/systemConfigModelPath/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }, {
      "orderNumber": 9,
      "endDate": null,
      "defaultValue": "new",
      "inputTypeCode": "SingleSelectMenu",
      "pricingDisplayType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488696,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_DISPLAY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488696"
          }
        ]
      },
      "dateAdded": "2024-04-15T18:54:36.000Z",
      "required": true,
      "id": 3023136083,
      "displayPriceAtBottom": false,
      "jetDisplayTypeLookupValue": "SelectChoice",
      "dataType": {
        "lookupCode": "1",
        "displayValue": "Text",
        "id": 3022799195,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DATA_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799195"
          }
        ]
      },
      "arrayControlAttr": false,
      "hideInTrans": false,
      "isAvp": false,
      "displayType": {
        "lookupCode": "3",
        "displayValue": "Single Select Menu",
        "id": 3022799219,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_DISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799219"
          }
        ]
      },
      "isImageMenu": false,
      "menuType": {
        "lookupCode": "1",
        "displayValue": "Menu",
        "id": 3022799207,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_MENU_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799207"
          }
        ]
      },
      "startDate": null,
      "hidden": true,
      "additional": "{jet_constrained_display:1,text_area_rows:5,text_area_cols:20}",
      "autoLock": false,
      "refType": {
        "lookupCode": "1",
        "displayValue": "All Product Families",
        "id": 3022799210,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799210"
          }
        ]
      },
      "description": "Represents the previous action that brought us to configuration.  Recalculated each time configuration is entered.",
      "displayTypeLookupValue": "SSM",
      "array": false,
      "attributeType": {
        "lookupCode": "0",
        "displayValue": "Non Array Type",
        "id": 3022799231,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_ARRAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799231"
          }
        ]
      },
      "jetDisplayType": {
        "lookupCode": "3",
        "displayValue": "Select Choice",
        "id": 3023488702,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_JETDISPLAY_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488702"
          }
        ]
      },
      "itemLevelProcess": false,
      "variableName": "_config_operation_context",
      "dateModified": "2024-04-15T18:54:36.000Z",
      "label": "Config Operation Context",
      "setType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488688,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_SET_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488688"
          }
        ]
      },
      "includeInTotalPrice": false,
      "category": {
        "lookupCode": "7",
        "displayValue": "System",
        "id": 3022799190,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_CATEGORY%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3022799190"
          }
        ]
      },
      "pricingType": {
        "lookupCode": "1",
        "displayValue": "None",
        "id": 3023488692,
        "links": [{
            "rel": "domain",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ATTR_PRICING_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/lookupValues/3023488692"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_config_operation_context"
        }, {
          "kind": "",
          "rel": "child",
          "name": "menuItems",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/attributes/_config_operation_context/menuItems"
        }, {
          "rel": "parent",
          "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles"
        }
      ]
    }
  ]
}
Back to Top