I am convert the Contact into a Company using Rest API & Contact is successfully convert into Company but Company is display blank, Rest API return a Company:“null” ?
In First Step : i am create the Contact & API is return Contact data (using the API
.In Second Step: I am converting the Contact into Company( Use the API
& In this i am pass the custom Company Name in ‘company_name’ and contact ID pass in ‘id’ that’s “company”: {“company_name”: “Company Name”,
“id”: contact ID
}
but API return a Company related JSON like “company”: {
“company_name”: “string”,
“id”: Company ID
}
API Return a Company Name is blank string, why?
but Company Name is display blank, Company Name is displaying as “No Name” ( in InfusionSoft UI.
why is display Company Name “No Name”, please provide a solution, how will Company Name display Proper, Please provide a Solution as soon as possible?
Any Suggestion ?