{
"names": "string",
"lastname": "string",
"documentType": "string",
"documentNumber": "string",
"gender": "string",
"birthdate": "string",
"countryOfBirth": "string",
"departamentOfBirth": "string",
"cityOfBirth": "string",
"civilStatus": "string",
"bloodGroup": "string",
"indicative": "string",
"phone": "string",
"email": "string",
"countryOfResidence": "string",
"departamentOfResidence": "string",
"cityOfResidence": "string",
"address": "string",
"complementaryAddresses": "string",
"addressType": "string",
"educationLevel": "string",
"professionalTitle": "string",
"professionalCard": "string",
"preferredName": "string",
"shirtSize": "string",
"role": "string",
"contractType": "string",
"position": "string",
"aprStartDate": "2019-08-24",
"startDate": "2019-08-24",
"division": "string",
"department": "string",
"referred": "string",
"cv": "string",
"mainSpecialty": "string",
"secundarySpecialty": "string",
"mainTechnicalLevel": "string",
"secundaryTechnicalLevel": "string",
"mainChapter": "string",
"secundaryChapter": "string",
"mainTechnology": "string",
"secundaryTechnology": "string"
}
curl --location --request POST 'https://9f9l4tky3g.execute-api.us-east-1.amazonaws.com/dev/pragma/hiring/candidates/saveInfoFromHubspot' \
--header 'Content-Type: application/json' \
--data-raw '{
"names": "string",
"lastname": "string",
"documentType": "string",
"documentNumber": "string",
"gender": "string",
"birthdate": "string",
"countryOfBirth": "string",
"departamentOfBirth": "string",
"cityOfBirth": "string",
"civilStatus": "string",
"bloodGroup": "string",
"indicative": "string",
"phone": "string",
"email": "string",
"countryOfResidence": "string",
"departamentOfResidence": "string",
"cityOfResidence": "string",
"address": "string",
"complementaryAddresses": "string",
"addressType": "string",
"educationLevel": "string",
"professionalTitle": "string",
"professionalCard": "string",
"preferredName": "string",
"shirtSize": "string",
"role": "string",
"contractType": "string",
"position": "string",
"aprStartDate": "2019-08-24",
"startDate": "2019-08-24",
"division": "string",
"department": "string",
"referred": "string",
"cv": "string",
"mainSpecialty": "string",
"secundarySpecialty": "string",
"mainTechnicalLevel": "string",
"secundaryTechnicalLevel": "string",
"mainChapter": "string",
"secundaryChapter": "string",
"mainTechnology": "string",
"secundaryTechnology": "string"
}'
{
"message": "string",
"status": 0,
"data": [
"string"
]
}