cancel
Showing results for 
Search instead for 
Did you mean: 

Golden Record - Matching

former_member355106
Active Participant
0 Kudos

Hello together,

we would like to match to unique IDs to the Golden Record. We use API CUAN_IMPORT_SRV and want to match ID 0001019999 and ID 5001204024 by using the following test payload:

{
    "Contact": 
{
        "ContactID": "0001019999",
        "ContactOrigin": "NETBANKING",
        "FirstName": "Thomas",
        "LastName": "xyz123456",
       

        
        "AdditionalIDs": 
[
            {
                "InteractionContactAdditionalOrigin":  "COOKIE_ID",
                "InteractionContactAdditionalExternalID": 
"0166593472390015faef1df4d4470506d003506500c48"
            },
            {
                "InteractionContactAdditionalOrigin": "SAP_C4C_BUPA",
                "InteractionContactAdditionalExternalID": "5001204024"
            }
        ]
     }
}

We found out that the matching takes some minutes and then it works. Anyway we would like to know if we have to send the IDs as "AdditionalIDs" or as "Facets"? I think both options are possible within this API.

BR/

Accepted Solutions (1)

Accepted Solutions (1)

former_member197728
Active Participant
0 Kudos

Hi Oliver,

the strong recommendation from SAP is to use the dedicated APIs instead of the Compound API "CUAN_IMPORT_SRV". Please take a look at this guide on when to use which API: https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/1902.500/en-US/d9494291232f416fb7913f45...

In addition, for the dedicated APIs, such as API_MKT_CONTACT, there are payload examples available in the documentation. Additional contact identifiers should be sent via the AdditionalIDs entity set, yes.

Please mark your question as answered, if my comment helped.

Best regards,

Tim

Answers (0)