Reltio Connect

 View Only
  • 1.  Deleting a nested attribute by type

    Posted 08-22-2025 11:11

    We have the need to remove all the values of a specific nested attribute type and I am unable to find a solution. We have a source system that is no longer being ingested. This source system provided a Business type Phone number and over time it has become outdated. We don't want to remove the entire crosswalk from the entity, just the "Business" type Phone number. There are enough entries that manually deleting the values is not feasible.  I'm looking for an API call and so far no luck. This is the configuration of our Phone:

                    {
                        "label": "Phone",
                        "name": "Phone",
                        "type": "Nested",
                        "hidden": false,
                        "important": false,
                        "system": false,
                        "required": false,
                        "attributeOrdering": {
                            "fieldURI": "configuration/entityTypes/Individual/attributes/Phone/attributes/Rank",
                            "orderType": "ASC",
                            "orderingStrategy": "FieldBased"
                        },
                        "uri": "configuration/entityTypes/Individual/attributes/Phone",
                        "dataLabelPattern": "{Type}: {AreaCode} {LocalNumber}",
                        "keyAttributeURIs": [
                            "configuration/entityTypes/Individual/attributes/Phone/attributes/Type"
                        ],
                        "matchFieldURIs": [
                            "configuration/entityTypes/Individual/attributes/Phone/attributes/Type"
                        ],
                        "attributes": [
                            {
                                "label": "Type",
                                "name": "Type",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Type",
                                "lookupCode": "rdm/lookupTypes/PhoneType",
                                "dependentLookupAttributes": [],
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Number",
                                "name": "Number",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Number",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Country Code",
                                "name": "CountryCode",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": true,
                                "values": [
                                    "CA",
                                    "US",
                                    "IN",
                                    "GB",
                                    "AU"
                                ],
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/CountryCode",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Extension",
                                "name": "Extension",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Extension",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Formatted Number",
                                "name": "FormattedNumber",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/FormattedNumber",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Rank",
                                "name": "Rank",
                                "description": "",
                                "type": "Int",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Rank",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Area Code",
                                "name": "AreaCode",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/AreaCode",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Local Number",
                                "name": "LocalNumber",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/LocalNumber",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Validation Status",
                                "name": "ValidationStatus",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "faceted": true,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/ValidationStatus",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Line Type",
                                "name": "LineType",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/LineType",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Format Mask",
                                "name": "FormatMask",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/FormatMask",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Digit Count",
                                "name": "DigitCount",
                                "description": "",
                                "type": "Int",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/DigitCount",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Geo Area",
                                "name": "GeoArea",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/GeoArea",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Geo Country",
                                "name": "GeoCountry",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/GeoCountry",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Active",
                                "name": "Active",
                                "description": "DO NOT USE THIS ATTRIBUTE - will be deprecated",
                                "type": "Boolean",
                                "hidden": true,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Active",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Suppress",
                                "name": "Suppress",
                                "description": "Suppress",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "faceted": true,
                                "values": [
                                    "Yes",
                                    "No",
                                    "Exception"
                                ],
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Suppress",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Exception",
                                "name": "Exception",
                                "description": "Exception",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Exception",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Electronic Address ID",
                                "name": "ElectronicAddressID",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/ElectronicAddressID",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Source Primary",
                                "name": "SourcePrimary",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/SourcePrimary",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Primary",
                                "name": "Primary",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Primary",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Allow Contact Detail",
                                "name": "AllowContactDetail",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/AllowContactDetail",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Allow Contact Indicator",
                                "name": "AllowContactIndicator",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/AllowContactIndicator",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Comment",
                                "name": "Comment",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Comment",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Purpose",
                                "name": "Purpose",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Purpose",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "EndDate",
                                "name": "EndDate",
                                "description": "",
                                "type": "Date",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/EndDate",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Updated App User",
                                "name": "UpdatedAppUser",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/UpdatedAppUser",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Validation Level",
                                "name": "ValidationLevel",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/ValidationLevel",
                                "skipInDataAccess": false
                            }
                        ],
                        "skipInDataAccess": false
                    },


    ------------------------------
    JP Belliveau
    Integrations and MDM Lead
    Empire Life
    Kingston ON
    ------------------------------


  • 2.  RE: Deleting a nested attribute by type

    Reltio Employee
    Posted 08-25-2025 14:54

    Hello JP,

    The deleteAttribute of the bulk update API may work for your needs. You can specify a valueFilter to find the Business Type phone numbers and the sourceTypes to only delete the phones for the one source type.

    https://docs.reltio.com/en/developer-resources/entity-management-apis/entity-management-apis-at-a-glance/entities-api/update-entities/bulk-update-of-attributes



    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------



  • 3.  RE: Deleting a nested attribute by type

    Posted 08-26-2025 14:18

    Unfortunately this is only deleting the value of the nested attribute type. It isn't removing all the values that go with that type. I end up with a phone number with no type instead of removing the Type, Number, Extension and so forth.



    ------------------------------
    JP Belliveau
    Integrations and MDM Lead
    Empire Life
    Kingston ON
    ------------------------------



  • 4.  RE: Deleting a nested attribute by type

    Reltio Employee
    Posted 08-26-2025 14:21

    Can you share the body or the cURL of the API that you are executing.



    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------



  • 5.  RE: Deleting a nested attribute by type

    Reltio Employee
    Posted 08-26-2025 16:02

    I tried the below API request and it worked as intended.

    curl --location 'https://test-usg.reltio.com/reltio/api/tygkznoxBeRwTHD/entities/_update?sendMail=true' \
    --header 'Authorization: Bearer TOKEN' \
    --header 'Content-Type: application/json' \
    --data '{
        "objects": {
            "filter": "equals(type,'\''configuration/entityTypes/Individual'\'') and equals(id,'\''09T5Rjw'\'')"
        },
        "actions": [
            {
                "operationParameters": {
                    "sourceTypes": [
                        "Bryant"
                    ],
                    "attributeURI": "configuration/entityTypes/Individual/attributes/Phone",
                    "valueFilter": "equals(attributes.Type,'\''MOBILE'\'')"
                },
                "operation": "DeleteAttribute"
            }
        ]
    }'


    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------



  • 6.  RE: Deleting a nested attribute by type

    Posted 08-26-2025 16:54
    Thanks for that, I updated the "valueFilter" to match yours instead of what was in the doc and it is now setting the entire business phone to ignore. That's at least a step in the right direction. Ideally we'd like the entire Business phone type to be deleted.
    Here is my API call: Note, our Type is a code that is in RDM
    POST {{tenantURL}}/entities/_update
    body:
    {
        "objects": {
            "list": [
                "entities/02gPVPb"
            ]
        },
        "actions": [
            {
                "operationParameters": {
                    "attributeURI": "configuration/entityTypes/Individual/attributes/Phone",
                    "valueFilter": "equals(attributes.Type, '67|01')"
                },
                "operation": "DeleteAttribute"
            }
        ]
    }

    JP Belliveau

    Integrations & Master Data Lead, Information Technology - Data Services

    259 King Street East, Kingston, ON K7L 3A8
    t 613 532-1422

    Insurance & Investments – Simple. Fast. Easy.
    www.empire.ca

    Be environmentally friendly – please print only if necessary

       



    On Tue, Aug 26, 2025 at 4:04 PM Bryant Barrenechea via Reltio Community <Mail@reltio.com> wrote:
    I tried the below API request and it worked as intended. curl --location 'test-usg.reltio.com/reltio/api/tygkznoxBeRwTHD/entities/... \ -... -posted to the "Reltio Connect" community
    Reltio Community

    Reltio Connect

    Post New Message
    Re: Deleting a nested attribute by type
    Reply to Group Reply to Sender
    Aug 26, 2025 4:02 PM
    Bryant Barrenechea

    I tried the below API request and it worked as intended.

    curl --location 'test-usg.reltio.com/reltio/api/tygkznoxBeRwTHD/entities/... \ --header 'Authorization: Bearer TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "objects": { "filter": "equals(type,'\''configuration/entityTypes/Individual'\'') and equals(id,'\''09T5Rjw'\'')" }, "actions": [ { "operationParameters": { "sourceTypes": [ "Bryant" ], "attributeURI": "configuration/entityTypes/Individual/attributes/Phone", "valueFilter": "equals(attributes.Type,'\''MOBILE'\'')" }, "operation": "DeleteAttribute" } ] }'

    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------
      Reply to Group Online   View Thread   Recommend   Forward   Flag as Inappropriate  




     
    You are receiving this notification because you followed the 'Deleting a nested attribute by type' message thread. If you do not wish to follow this, please click here.

    Update your email preferences to choose the types of email you receive

    Unsubscribe from all participation emails




    Original Message:
    Sent: 8/26/2025 4:02:00 PM
    From: Bryant Barrenechea
    Subject: RE: Deleting a nested attribute by type

    I tried the below API request and it worked as intended.

    curl --location 'https://test-usg.reltio.com/reltio/api/tygkznoxBeRwTHD/entities/_update?sendMail=true' \
    --header 'Authorization: Bearer TOKEN' \
    --header 'Content-Type: application/json' \
    --data '{
        "objects": {
            "filter": "equals(type,'\''configuration/entityTypes/Individual'\'') and equals(id,'\''09T5Rjw'\'')"
        },
        "actions": [
            {
                "operationParameters": {
                    "sourceTypes": [
                        "Bryant"
                    ],
                    "attributeURI": "configuration/entityTypes/Individual/attributes/Phone",
                    "valueFilter": "equals(attributes.Type,'\''MOBILE'\'')"
                },
                "operation": "DeleteAttribute"
            }
        ]
    }'


    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------

    Original Message:
    Sent: 08-26-2025 14:21
    From: Bryant Barrenechea
    Subject: Deleting a nested attribute by type

    Can you share the body or the cURL of the API that you are executing.



    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services

    Original Message:
    Sent: 08-26-2025 14:17
    From: JP Belliveau
    Subject: Deleting a nested attribute by type

    Unfortunately this is only deleting the value of the nested attribute type. It isn't removing all the values that go with that type. I end up with a phone number with no type instead of removing the Type, Number, Extension and so forth.



    ------------------------------
    JP Belliveau
    Integrations and MDM Lead
    Empire Life
    Kingston ON

    Original Message:
    Sent: 08-25-2025 14:54
    From: Bryant Barrenechea
    Subject: Deleting a nested attribute by type

    Hello JP,

    The deleteAttribute of the bulk update API may work for your needs. You can specify a valueFilter to find the Business Type phone numbers and the sourceTypes to only delete the phones for the one source type.

    https://docs.reltio.com/en/developer-resources/entity-management-apis/entity-management-apis-at-a-glance/entities-api/update-entities/bulk-update-of-attributes



    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services

    Original Message:
    Sent: 08-22-2025 11:10
    From: JP Belliveau
    Subject: Deleting a nested attribute by type

    We have the need to remove all the values of a specific nested attribute type and I am unable to find a solution. We have a source system that is no longer being ingested. This source system provided a Business type Phone number and over time it has become outdated. We don't want to remove the entire crosswalk from the entity, just the "Business" type Phone number. There are enough entries that manually deleting the values is not feasible.  I'm looking for an API call and so far no luck. This is the configuration of our Phone:

                    {
                        "label": "Phone",
                        "name": "Phone",
                        "type": "Nested",
                        "hidden": false,
                        "important": false,
                        "system": false,
                        "required": false,
                        "attributeOrdering": {
                            "fieldURI": "configuration/entityTypes/Individual/attributes/Phone/attributes/Rank",
                            "orderType": "ASC",
                            "orderingStrategy": "FieldBased"
                        },
                        "uri": "configuration/entityTypes/Individual/attributes/Phone",
                        "dataLabelPattern": "{Type}: {AreaCode} {LocalNumber}",
                        "keyAttributeURIs": [
                            "configuration/entityTypes/Individual/attributes/Phone/attributes/Type"
                        ],
                        "matchFieldURIs": [
                            "configuration/entityTypes/Individual/attributes/Phone/attributes/Type"
                        ],
                        "attributes": [
                            {
                                "label": "Type",
                                "name": "Type",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Type",
                                "lookupCode": "rdm/lookupTypes/PhoneType",
                                "dependentLookupAttributes": [],
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Number",
                                "name": "Number",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Number",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Country Code",
                                "name": "CountryCode",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": true,
                                "values": [
                                    "CA",
                                    "US",
                                    "IN",
                                    "GB",
                                    "AU"
                                ],
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/CountryCode",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Extension",
                                "name": "Extension",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Extension",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Formatted Number",
                                "name": "FormattedNumber",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/FormattedNumber",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Rank",
                                "name": "Rank",
                                "description": "",
                                "type": "Int",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Rank",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Area Code",
                                "name": "AreaCode",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/AreaCode",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Local Number",
                                "name": "LocalNumber",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/LocalNumber",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Validation Status",
                                "name": "ValidationStatus",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "faceted": true,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/ValidationStatus",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Line Type",
                                "name": "LineType",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/LineType",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Format Mask",
                                "name": "FormatMask",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/FormatMask",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Digit Count",
                                "name": "DigitCount",
                                "description": "",
                                "type": "Int",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/DigitCount",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Geo Area",
                                "name": "GeoArea",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/GeoArea",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Geo Country",
                                "name": "GeoCountry",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/GeoCountry",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Active",
                                "name": "Active",
                                "description": "DO NOT USE THIS ATTRIBUTE - will be deprecated",
                                "type": "Boolean",
                                "hidden": true,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Active",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Suppress",
                                "name": "Suppress",
                                "description": "Suppress",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "faceted": true,
                                "values": [
                                    "Yes",
                                    "No",
                                    "Exception"
                                ],
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Suppress",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Exception",
                                "name": "Exception",
                                "description": "Exception",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Exception",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Electronic Address ID",
                                "name": "ElectronicAddressID",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/ElectronicAddressID",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Source Primary",
                                "name": "SourcePrimary",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/SourcePrimary",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Primary",
                                "name": "Primary",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Primary",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Allow Contact Detail",
                                "name": "AllowContactDetail",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/AllowContactDetail",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Allow Contact Indicator",
                                "name": "AllowContactIndicator",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/AllowContactIndicator",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Comment",
                                "name": "Comment",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Comment",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Purpose",
                                "name": "Purpose",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Purpose",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "EndDate",
                                "name": "EndDate",
                                "description": "",
                                "type": "Date",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/EndDate",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Updated App User",
                                "name": "UpdatedAppUser",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/UpdatedAppUser",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Validation Level",
                                "name": "ValidationLevel",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/ValidationLevel",
                                "skipInDataAccess": false
                            }
                        ],
                        "skipInDataAccess": false
                    },


    ------------------------------
    JP Belliveau
    Integrations and MDM Lead
    Empire Life
    Kingston ON
    ------------------------------


  • 7.  RE: Deleting a nested attribute by type
    Best Answer

    Reltio Employee
    Posted 08-26-2025 19:25

    Nice! Progress.

    As mentioned in the initial response, you need to specify the sourceType that needs to be removed. In my example below, the source system for my crosswalks is "Bryant"




    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------



  • 8.  RE: Deleting a nested attribute by type

    Posted 08-27-2025 07:16
    I added that and it is now gone!!! Thank you!

    JP Belliveau

    Integrations & Master Data Lead, Information Technology - Data Services

    259 King Street East, Kingston, ON K7L 3A8
    t 613 532-1422

    Insurance & Investments – Simple. Fast. Easy.
    www.empire.ca

    Be environmentally friendly – please print only if necessary

       



    On Tue, Aug 26, 2025 at 7:26 PM Bryant Barrenechea via Reltio Community <Mail@reltio.com> wrote:
    Nice! Progress. As mentioned in the initial response, you need to specify the sourceType that needs to be removed. In my example below, the... -posted to the "Reltio Connect" community
    Reltio Community

    Reltio Connect

    Post New Message
    Re: Deleting a nested attribute by type
    Reply to Group Reply to Sender
    Aug 26, 2025 7:25 PM
    Bryant Barrenechea

    Nice! Progress.

    As mentioned in the initial response, you need to specify the sourceType that needs to be removed. In my example below, the source system for my crosswalks is "Bryant"




    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------
      Reply to Group Online   View Thread   Recommend   Forward   Flag as Inappropriate  




     
    You are receiving this notification because you followed the 'Deleting a nested attribute by type' message thread. If you do not wish to follow this, please click here.

    Update your email preferences to choose the types of email you receive

    Unsubscribe from all participation emails




    Original Message:
    Sent: 8/26/2025 7:25:00 PM
    From: Bryant Barrenechea
    Subject: RE: Deleting a nested attribute by type

    Nice! Progress.

    As mentioned in the initial response, you need to specify the sourceType that needs to be removed. In my example below, the source system for my crosswalks is "Bryant"




    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------

    Original Message:
    Sent: 08-26-2025 16:53
    From: JP Belliveau
    Subject: Deleting a nested attribute by type

    Thanks for that, I updated the "valueFilter" to match yours instead of what was in the doc and it is now setting the entire business phone to ignore. That's at least a step in the right direction. Ideally we'd like the entire Business phone type to be deleted.
    Here is my API call: Note, our Type is a code that is in RDM
    POST {{tenantURL}}/entities/_update
    body:
    {
        "objects": {
            "list": [
                "entities/02gPVPb"
            ]
        },
        "actions": [
            {
                "operationParameters": {
                    "attributeURI": "configuration/entityTypes/Individual/attributes/Phone",
                    "valueFilter": "equals(attributes.Type, '67|01')"
                },
                "operation": "DeleteAttribute"
            }
        ]
    }

    JP Belliveau

    Integrations & Master Data Lead, Information Technology - Data Services

    259 King Street East, Kingston, ON K7L 3A8
    t 613 532-1422

    Insurance & Investments – Simple. Fast. Easy.
    www.empire.ca

    Be environmentally friendly – please print only if necessary

       



    On Tue, Aug 26, 2025 at 4:04 PM Bryant Barrenechea via Reltio Community <Mail@reltio.com> wrote:
    I tried the below API request and it worked as intended. curl --location 'test-usg.reltio.com/reltio/api/tygkznoxBeRwTHD/entities/... \ -... -posted to the "Reltio Connect" community
    Reltio Community

    Reltio Connect

    Post New Message
    Re: Deleting a nested attribute by type
    Reply to Group Reply to Sender
    Aug 26, 2025 4:02 PM
    Bryant Barrenechea

    I tried the below API request and it worked as intended.

    curl --location 'test-usg.reltio.com/reltio/api/tygkznoxBeRwTHD/entities/... \ --header 'Authorization: Bearer TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "objects": { "filter": "equals(type,'\''configuration/entityTypes/Individual'\'') and equals(id,'\''09T5Rjw'\'')" }, "actions": [ { "operationParameters": { "sourceTypes": [ "Bryant" ], "attributeURI": "configuration/entityTypes/Individual/attributes/Phone", "valueFilter": "equals(attributes.Type,'\''MOBILE'\'')" }, "operation": "DeleteAttribute" } ] }' ------------------------------ Bryant Barrenechea Solution Architect | Professional Services ------------------------------
      Reply to Group Online   View Thread   Recommend   Forward   Flag as Inappropriate  
    Original Message: Sent: 08-26-2025 14:21
     
    You are receiving this notification because you followed the 'Deleting a nested attribute by type' message thread. If you do not wish to follow this, please click here.

    Update your email preferences to choose the types of email you receive

    Unsubscribe from all participation emails




    Original Message:
    Sent: 8/26/2025 4:02:00 PM
    From: Bryant Barrenechea
    Subject: RE: Deleting a nested attribute by type

    I tried the below API request and it worked as intended.

    curl --location 'https://test-usg.reltio.com/reltio/api/tygkznoxBeRwTHD/entities/_update?sendMail=true' \--header 'Authorization: Bearer TOKEN' \--header 'Content-Type: application/json' \--data '{    "objects": {        "filter": "equals(type,'\''configuration/entityTypes/Individual'\'') and equals(id,'\''09T5Rjw'\'')"    },    "actions": [        {            "operationParameters": {                "sourceTypes": [                    "Bryant"                ],                "attributeURI": "configuration/entityTypes/Individual/attributes/Phone",                "valueFilter": "equals(attributes.Type,'\''MOBILE'\'')"            },            "operation": "DeleteAttribute"        }    ]}'


    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services

    Original Message:
    Sent: 08-26-2025 14:21
    From: Bryant Barrenechea
    Subject: Deleting a nested attribute by type

    Can you share the body or the cURL of the API that you are executing.



    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services

    Original Message:
    Sent: 08-26-2025 14:17
    From: JP Belliveau
    Subject: Deleting a nested attribute by type

    Unfortunately this is only deleting the value of the nested attribute type. It isn't removing all the values that go with that type. I end up with a phone number with no type instead of removing the Type, Number, Extension and so forth.



    ------------------------------
    JP Belliveau
    Integrations and MDM Lead
    Empire Life
    Kingston ON

    Original Message:
    Sent: 08-25-2025 14:54
    From: Bryant Barrenechea
    Subject: Deleting a nested attribute by type

    Hello JP,

    The deleteAttribute of the bulk update API may work for your needs. You can specify a valueFilter to find the Business Type phone numbers and the sourceTypes to only delete the phones for the one source type.

    https://docs.reltio.com/en/developer-resources/entity-management-apis/entity-management-apis-at-a-glance/entities-api/update-entities/bulk-update-of-attributes



    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services

    Original Message:
    Sent: 08-22-2025 11:10
    From: JP Belliveau
    Subject: Deleting a nested attribute by type

    We have the need to remove all the values of a specific nested attribute type and I am unable to find a solution. We have a source system that is no longer being ingested. This source system provided a Business type Phone number and over time it has become outdated. We don't want to remove the entire crosswalk from the entity, just the "Business" type Phone number. There are enough entries that manually deleting the values is not feasible.  I'm looking for an API call and so far no luck. This is the configuration of our Phone:

                    {
                        "label": "Phone",
                        "name": "Phone",
                        "type": "Nested",
                        "hidden": false,
                        "important": false,
                        "system": false,
                        "required": false,
                        "attributeOrdering": {
                            "fieldURI": "configuration/entityTypes/Individual/attributes/Phone/attributes/Rank",
                            "orderType": "ASC",
                            "orderingStrategy": "FieldBased"
                        },
                        "uri": "configuration/entityTypes/Individual/attributes/Phone",
                        "dataLabelPattern": "{Type}: {AreaCode} {LocalNumber}",
                        "keyAttributeURIs": [
                            "configuration/entityTypes/Individual/attributes/Phone/attributes/Type"
                        ],
                        "matchFieldURIs": [
                            "configuration/entityTypes/Individual/attributes/Phone/attributes/Type"
                        ],
                        "attributes": [
                            {
                                "label": "Type",
                                "name": "Type",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Type",
                                "lookupCode": "rdm/lookupTypes/PhoneType",
                                "dependentLookupAttributes": [],
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Number",
                                "name": "Number",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Number",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Country Code",
                                "name": "CountryCode",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": true,
                                "values": [
                                    "CA",
                                    "US",
                                    "IN",
                                    "GB",
                                    "AU"
                                ],
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/CountryCode",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Extension",
                                "name": "Extension",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Extension",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Formatted Number",
                                "name": "FormattedNumber",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/FormattedNumber",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Rank",
                                "name": "Rank",
                                "description": "",
                                "type": "Int",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Rank",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Area Code",
                                "name": "AreaCode",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/AreaCode",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Local Number",
                                "name": "LocalNumber",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/LocalNumber",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Validation Status",
                                "name": "ValidationStatus",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "faceted": true,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/ValidationStatus",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Line Type",
                                "name": "LineType",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/LineType",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Format Mask",
                                "name": "FormatMask",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/FormatMask",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Digit Count",
                                "name": "DigitCount",
                                "description": "",
                                "type": "Int",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/DigitCount",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Geo Area",
                                "name": "GeoArea",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/GeoArea",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Geo Country",
                                "name": "GeoCountry",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/GeoCountry",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Active",
                                "name": "Active",
                                "description": "DO NOT USE THIS ATTRIBUTE - will be deprecated",
                                "type": "Boolean",
                                "hidden": true,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Active",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Suppress",
                                "name": "Suppress",
                                "description": "Suppress",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "faceted": true,
                                "values": [
                                    "Yes",
                                    "No",
                                    "Exception"
                                ],
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Suppress",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Exception",
                                "name": "Exception",
                                "description": "Exception",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "required": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Exception",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Electronic Address ID",
                                "name": "ElectronicAddressID",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/ElectronicAddressID",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Source Primary",
                                "name": "SourcePrimary",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/SourcePrimary",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Primary",
                                "name": "Primary",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Primary",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Allow Contact Detail",
                                "name": "AllowContactDetail",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/AllowContactDetail",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Allow Contact Indicator",
                                "name": "AllowContactIndicator",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/AllowContactIndicator",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Comment",
                                "name": "Comment",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Comment",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Purpose",
                                "name": "Purpose",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/Purpose",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "EndDate",
                                "name": "EndDate",
                                "description": "",
                                "type": "Date",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/EndDate",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Updated App User",
                                "name": "UpdatedAppUser",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/UpdatedAppUser",
                                "skipInDataAccess": false
                            },
                            {
                                "label": "Validation Level",
                                "name": "ValidationLevel",
                                "description": "",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "uri": "configuration/entityTypes/Individual/attributes/Phone/attributes/ValidationLevel",
                                "skipInDataAccess": false
                            }
                        ],
                        "skipInDataAccess": false
                    },


    ------------------------------
    JP Belliveau
    Integrations and MDM Lead
    Empire Life
    Kingston ON
    ------------------------------