Obtener lista de prospectos del CRM
No error
Bad parameters
Authorization Required
[- {
- "id": "stringst",
- "name": "string",
- "lastname1": "string",
- "lastname2": "string",
- "lastname": "string",
- "fullname": "string",
- "sex": "string",
- "email": "string",
- "telephone": "string",
- "mobile_telephone": "string",
- "birthday": "string",
- "kanban_stage_id": "stringst",
- "current_stage_name": "string",
- "current_stage_color": "string",
- "creator_user": "string",
- "creator_type": "string",
- "create_date_time": "string",
- "is_internet_applicant": true,
- "process": {
- "id": "stringst",
- "name": "string"
}, - "curriculum": {
- "id": "stringst",
- "name": "string"
}, - "section": {
- "id": "stringst",
- "name": "string"
}, - "level": {
- "id": "stringst",
- "name": "string"
}, - "cicle": {
- "id": "stringst",
- "name": "string"
}, - "contacts": [
- {
- "id": "stringst",
- "name": "string",
- "lastname1": "string",
- "lastname2": "string",
- "sex": "string",
- "email": "string",
- "telephone": "string",
- "mobile_telephone": "string"
}
]
}
]No error
Bad parameters
Authorization Required
{- "name": "Juan",
- "lastname1": "Pérez",
- "lastname2": "López",
- "gender": "m",
- "curriculum_id": "OOMWQDUB",
- "section_id": "OOMWQDUB",
- "level_id": "OOMWQDUB",
- "cicle_id": "OOMWQDUB",
- "process_id": "OOMWQDUB",
- "enrollment_prospect": false,
- "birthday": "01/01/2000",
- "email": "juan.perez@example.com",
- "telephone": "6621234567",
- "mobile_telephone": "6629876543",
- "contact1": {
- "name": "María",
- "lastname1": "González",
- "lastname2": "Ramírez",
- "gender": "f",
- "email": "maria.gonzalez@example.com",
- "telephone": "6621112222",
- "mobile_telephone": "6623334444"
}, - "contact2": {
- "name": "Carlos",
- "lastname1": "Sánchez",
- "lastname2": "Torres",
- "gender": "m",
- "email": "carlos.sanchez@example.com",
- "telephone": "6625556666",
- "mobile_telephone": "6627778888"
}, - "extra_data": {
- "77XD2ZMZ": "Asalariado",
- "MJ9VZNT2": "25",
- "OJQEZHMF": "09/01/2026",
- "KCTWB3Q0": "VERDADERO",
- "8CRQ3DTK": [
- "LENGUAJE",
- "ATENCIONALES"
]
}
}{- "details": [ ],
- "id": "WADFERF3",
- "message": "Prospect created"
}Obtener información detallada de un prospecto específico
No error
Bad parameters
Authorization Required
{- "id": "stringst",
- "name": "string",
- "lastname1": "string",
- "lastname2": "string",
- "lastname": "string",
- "fullname": "string",
- "sex": "string",
- "email": "string",
- "telephone": "string",
- "mobile_telephone": "string",
- "birthday": "string",
- "kanban_stage_id": "stringst",
- "current_stage_name": "string",
- "current_stage_color": "string",
- "creator_user": "string",
- "creator_type": "string",
- "create_date_time": "string",
- "is_internet_applicant": true,
- "process": {
- "id": "stringst",
- "name": "string"
}, - "curriculum": {
- "id": "stringst",
- "name": "string"
}, - "section": {
- "id": "stringst",
- "name": "string"
}, - "level": {
- "id": "stringst",
- "name": "string"
}, - "cicle": {
- "id": "stringst",
- "name": "string"
}, - "contacts": [
- {
- "id": "stringst",
- "name": "string",
- "lastname1": "string",
- "lastname2": "string",
- "sex": "string",
- "email": "string",
- "telephone": "string",
- "mobile_telephone": "string"
}
]
}Actualización parcial de un prospecto específico
No error
Bad parameters
Authorization Required
{- "name": "Juan",
- "email": "juan.perez@example.com",
- "telephone": "6621234567",
- "process_id": "OOMWQDUB",
- "extra_data": {
- "77XD2ZMZ": "Asalariado"
}
}{- "details": [ ],
- "message": "Prospect updated"
}