post
https://evo-integracao-api.w12app.com.br/api/v1/prospects
Example body
Body
{
name(string, required - First Name of the prospect),
email(string, required - E-mail of the prospect),
lastName(string, optional - Last Name of the prospect),
idBranch(int, optional - Branch 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 },
visit(integer, optional - Origin of the visit of the prospect) { Personal = 1, Email = 2, Telephone = 3, Other = 4 },
marketingType(string, optional - Type of marketing where the prospect met the gym ),
notes(string, optional - Free field for prospect notes),
currentStep(string, optional - Current step in the process for converting the prospect),
AdditionalFieldName(string, optional - Used only in some integrations for data transfer),
AdditionalFieldValue(string, optional - Used only in some integrations for data transfer),
}