put
https://evo-integracao-api.w12app.com.br/api/v1/prospects
Example body
Body
{
idProspect(int, required - Id of the Prospect),
name(string, required - First Name of the prospect),
email(string, required - E-mail of the prospect),
lastName(string, optional - Last Name of the prospect),
ddi(string, optional - Cellphone DDI),
cellphone(string, optional - Cellphone of the prospect),
birthday(DateTime, optional - Birthday of the prospect),
gender(string, optional - Gender of the prospect) { "M" = Male, "F" = Female, "P" = Other },
notes(string, optional - Free field for prospect notes),
currentStep(string, optional - Current step in the process for converting the prospect),
}