Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Eloqua Application REST API Contact Update Call Failing

in Eloqua 1 comment

Hello,

Hello,

I'm looking for help with using the Eloqua REST API call for updating a Contact (https://docs.oracle.com/en/cloud/saas/marketing/eloqua-rest-api/op-api-rest-1.0-data-contact-id-put.html)

I'm making the following call to update an Eloqua contact with ID=59 but it always returns a 400 Validation Error.

URL: PUT {site URL}/api/REST/1.0/data/contact/59

Body:
{
"emailAddress": "jane.doe@gmail.com",
"firstName": "Jane",
"lastName": "Doe"
}

Response:
[
{
"type": "ProgramError",
"message": "endpoint identifier 59 != to object identifier 0"
}
]

I have tried this with a number of different contact IDs (both of existing contacts and non-existent IDs) and I always get an error of this form. I have also varied the fields included in the body of the request and no change.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!