Hello, I'm trying to log a call for existing contact via API but I'm having this error.
{"data":[{"code":"INVALID_DATA","details":{"api_name":"Call_Type"},"message":"Invalid direction","status":"error"}]}
this is the sample json data I'm passing.
{
"Subject" : "Inbound Call",
"Call_Type": "inbound",
"Call_Duration" : "302",
"Call_Start_Time" : "11/23/2018 4:05:00 AM",
"se_module" : "Contacts",
"Description" : "Call Description",
"Who_Id": { "id" :"1234567890"}
}