{
"id": 0,
"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"
}
]
}
curl --location --request PUT 'https://9f9l4tky3g.execute-api.us-east-1.amazonaws.com/dev/pragma/hiring/candidates/updateData/academicInformation' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"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"
}
]
}'
{
"message": "string",
"status": 0,
"data": {
"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"
}
]
}
}