if (電話番号。length() == 10 && メール。length() == 10 && 件名。length() == 10 && skillSet。length() == 10 && 再開する == '無効') {
ステータス = 'Junk Candidate';
} else if (電話番号。length() == 10 || メール。length() == 10) {
ステータス = 'Unqualified';
} else if (件名。length() == 10 && skillSet。length() == 10 || 再開する == '無効') {
ステータス = '却下済み';
} else {
ステータス = 'Waiting-for-Evaluation';
}
updateMap = Map();
updateMap。put('candidateStatus', ステータス);
updateMap。put('authtoken', authtoken);
updateMap。put('candidateIds', id。toString());
updateMap。put('scope', 'recruitapi');
updateMap。put('バージョン', '2');
response = postUrl('http://recruit。Zoho。com/recruit/非公開/json/Candidates/changeStatus%22,updateMap);