Import data into Eloqua seems not working
Hi. This is my first question on that forum.
So nice to meet you all.
I'm working as a developer, and I want to update some custom field on one of my contacts.
I did everything like in this documentation: https://docs.oracle.com/en/cloud/saas/marketing/eloqua-develop/Developers/BulkAPI/Tutorials/Import.htm
But unfortunately it seems that it's not working. As a identifierFieldName I'm using business Phone, I get the response. That's look like the one from the tutorial.
But after that when I update the field (performing the import), I get http 201, instead of 204 (described in the tutorial), and my field is not updated. I have tried both options : with isSyncTriggeredOnImport set to true, and set to false.