Change lead partition | Community
Skip to main content
Manali_Rikame1
Level 1
October 30, 2019
Question

Change lead partition

  • October 30, 2019
  • 0 replies
  • 1253 views

Hello All,

I want to create a lead in a specific partition or update the leads partition

The same needs to be done through an API call. I tried the following API in Postman.

It gives the successful message but no update occurs. Request help.

Request:

Post: /rest/v1/leads.json

Body

{
"lookupField":"email",
"input":[
{
"email":"dummy@dummy.com"
}
], "action":"createOrUpdate",
"partitionName":"dummy partition"
}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.