Announcement

Collapse
No announcement yet.

New entry Call via API not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • New entry Call via API not working

    We can add Accounts, Contacts ... everything else via the API.
    But when we want to add an Call via the API we get unknown error.

    This is not working for a call

    $response = $client->request('POST', 'Call', [
    'name' => 'Test'
    ]);

    This works for example a contact

    $response = $client->request('POST', ‘Contact', [
    'firstName' => 'Test'
    ]);

    Hopefully someone can help me.
    Last edited by ITI; 02-20-2020, 07:41 AM.
Working...
X