Get List of Model Attribute Definitions

get

/rest/v19/allProductFamilySetups/{allProdFamsVarName}/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/models/{modelVarName}/attributes

Use this endpoint to retrieve a list of definitions for Model 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 Model 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/productLines/consumerVehicles/models/sUV/attributes

Response Body Sample

{
    "offset": 0,
    "limit": 10,
    "count": 10,
    "hasMore": true,
    "links": [
        {
            "rel": "canonical",
            "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes"
        },
        {
            "rel": "next",
            "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes?limit=10&offset=10"
        },
        {
            "rel": "self",
            "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes?limit=10&offset=0"
        }
    ],
    "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/productLines/consumerVehicles/models/sUV/attributes/_BM_USER_LANGUAGE"
                },
                {
                    "kind": "",
                    "rel": "child",
                    "name": "menuItems",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes/_BM_USER_LANGUAGE/menuItems"
                },
                {
                    "rel": "parent",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
                }
            ]
        },
        {
            "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/productLines/consumerVehicles/models/sUV/attributes/_BM_USER_EXCHANGE_RATE"
                },
                {
                    "kind": "",
                    "rel": "child",
                    "name": "menuItems",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes/_BM_USER_EXCHANGE_RATE/menuItems"
                },
                {
                    "rel": "parent",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
                }
            ]
        },
        {
            "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/productLines/consumerVehicles/models/sUV/attributes/_BM_USER_NUMBER_FORMAT"
                },
                {
                    "kind": "",
                    "rel": "child",
                    "name": "menuItems",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes/_BM_USER_NUMBER_FORMAT/menuItems"
                },
                {
                    "rel": "parent",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
                }
            ]
        },
        {
            "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/productLines/consumerVehicles/models/sUV/attributes/CRM_CUSTOMER_ID"
                },
                {
                    "kind": "",
                    "rel": "child",
                    "name": "menuItems",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes/CRM_CUSTOMER_ID/menuItems"
                },
                {
                    "rel": "parent",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
                }
            ]
        },
        {
            "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/productLines/consumerVehicles/models/sUV/attributes/CRM_BUYER_COMPANY"
                },
                {
                    "kind": "",
                    "rel": "child",
                    "name": "menuItems",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes/CRM_BUYER_COMPANY/menuItems"
                },
                {
                    "rel": "parent",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
                }
            ]
        },
        {
            "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/productLines/consumerVehicles/models/sUV/attributes/CRM_BILL_CITY"
                },
                {
                    "kind": "",
                    "rel": "child",
                    "name": "menuItems",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes/CRM_BILL_CITY/menuItems"
                },
                {
                    "rel": "parent",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
                }
            ]
        },
        {
            "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/productLines/consumerVehicles/models/sUV/attributes/CRM_BILL_STATE_PROVINCE"
                },
                {
                    "kind": "",
                    "rel": "child",
                    "name": "menuItems",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes/CRM_BILL_STATE_PROVINCE/menuItems"
                },
                {
                    "rel": "parent",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
                }
            ]
        },
        {
            "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/productLines/consumerVehicles/models/sUV/attributes/CRM_BILL_COUNTRY"
                },
                {
                    "kind": "",
                    "rel": "child",
                    "name": "menuItems",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes/CRM_BILL_COUNTRY/menuItems"
                },
                {
                    "rel": "parent",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
                }
            ]
        },
        {
            "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/productLines/consumerVehicles/models/sUV/attributes/CRM_SHIP_CITY"
                },
                {
                    "kind": "",
                    "rel": "child",
                    "name": "menuItems",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes/CRM_SHIP_CITY/menuItems"
                },
                {
                    "rel": "parent",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
                }
            ]
        },
        {
            "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/productLines/consumerVehicles/models/sUV/attributes/CRM_SHIP_STATE_PROVINCE"
                },
                {
                    "kind": "",
                    "rel": "child",
                    "name": "menuItems",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/attributes/CRM_SHIP_STATE_PROVINCE/menuItems"
                },
                {
                    "rel": "parent",
                    "href": "http://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
                }
            ]
        }
    ]
}
Back to Top