{
"id": 0,
"names": "string",
"secondName": "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",
"greeting": "string",
"role": "string",
"cv": "string",
"civilStatusEn": "string",
"countryOfResidenceISO": "string",
"state": "string",
"countryOfBirthEn": "string",
"secondLastname": "string",
"updatedInformation": true,
"residenceDistrict": "string",
"academicInformation": [
{
"id": 0,
"educationalLevel": "string",
"professionalTitle": "string",
"professionalCard": "string",
"institution": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"country": "string"
}
],
"emergencyContactInformation": [
{
"id": 0,
"fullname": "string",
"primaryPhone": "string"
}
]
}
curl --location --request PUT 'https://9f9l4tky3g.execute-api.us-east-1.amazonaws.com/dev/pragma/hiring/candidates/updateData/user' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"names": "string",
"secondName": "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",
"greeting": "string",
"role": "string",
"cv": "string",
"civilStatusEn": "string",
"countryOfResidenceISO": "string",
"state": "string",
"countryOfBirthEn": "string",
"secondLastname": "string",
"updatedInformation": true,
"residenceDistrict": "string",
"academicInformation": [
{
"id": 0,
"educationalLevel": "string",
"professionalTitle": "string",
"professionalCard": "string",
"institution": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"country": "string"
}
],
"emergencyContactInformation": [
{
"id": 0,
"fullname": "string",
"primaryPhone": "string"
}
]
}'
{
"message": "string",
"status": 0,
"data": {}
}