Error 400 - after testing the factors
Dear members any idea why i'm getting error 400 codes
Reference from this dev guide https://nvbar.org/wp-content/uploads/BulkAPI-DeveloperGuide.pdf
https://secure.p03.eloqua.com/api/bulk/2.0/contacts/imports/
Request
--------
{
"name": "Docs Import Example",
"fields": {
"emailAddress": "{{Contact.Field(C_EmailAddress)}}"
},
"identifierFieldName": "emailAddress",
"isSyncTriggeredOnImport" : "false",
"syncActions": [
{
"destination" : "{{ContactList[4029]}}",
"action": "add"
}
]
}
Response - Success
---------
{
"name": "Docs Import Example",
"fields": {
"emailAddress": "{{Contact.Field(C_EmailAddress)}}"
},
"identifierFieldName": "emailAddress",
"syncActions": [
{
"destination": "{{ContactList[4029]}}",
"action": "add"
}
],
"isSyncTriggeredOnImport": false,
"dataRetentionDuration": "P7D",
"isUpdatingMultipleMatchedRecords": false,
"uri": "/contacts/imports/54828",
"createdBy": "TEC.Integrations",
"createdAt": "2020-08-13T04:03:51.3202238Z",
"updatedBy": "TEC.Integrations",
"updatedAt": "2020-08-13T04:03:51.3202238Z"
}
https://secure.p03.eloqua.com/api/bulk/2.0/contacts/imports/54828/data