{
"application/json": {
"example": {
"success": true,
"message": "Successfully updated the call log",
"data": {
"id": 12345,
"call_id": "CALL123",
"creator": "[email protected]",
"start": "2024-07-22T10:00:00Z",
"end": "2024-07-22T10:30:00Z",
"duration": 1800,
"call_status": "completed",
"call_type": "outbound",
"candidate_details": {
"name": "John Doe",
"phone_number": "+911234567890"
},
"call_reason": "Interview",
"call_outcome": "Selected",
"tags": [
{
"id": 1,
"name": "Tech"
},
{
"id": 2,
"name": "Urgent"
}
],
"notes": "Candidate performed well.",
"insights": {
"summary": "Good communication skills."
},
"virtual_number": {
"id": 10,
"name": "Recruitment VN",
"country_code": "+91",
"number": "9876543210",
"location": "IN",
"type": "mobile",
"default_calling_number": true,
"default_sms_number": false
},
"job_id": "JOB123",
"transaction_id": "TRN123",
"reference_id": "REF123"
}
}
}
}