Hi Jono,
Did you ever find an answer to this question? I'm having the exact same issue. I have an integration where I update lead records through the API. I first request for all ID's that match an email. Then I send an update for all of those ID's. Here's an example where my customer has four lead records with the same email address, but two of them are in a different partition. When I do the update, here is the response:
{
"requestId":"<removed>",
"result":[
{
"status":"skipped",
"reasons":[
{
"code":"1010",
"message":"Partition update not allowed"
}
]
},
{
"id":1,
"status":"updated"
},
{
"id":2,
"status":"updated"
},
{
"status":"skipped",
"reasons":[
{
"code":"1010",
"message":"Partition update not allowed"
}
]
}
],
"success":true
}
I can't find anything that explains why this happens or how to fix it.
Hi Chris
According to API doc http://developers.marketo.com/documentation/rest/createupdate-leads/
Update Leads API can be specified one partition name per one call.
But your example is "but two of them are in a different partition".
I think you have to make a few calls to separate with each partition.
Hi Chris,
I am facing the similar issue. Are you able to fix this issue.?
If you fixed it please let me know. am also struggling with the same issue.
Thanks in advance
Jay