I'm looking for a way to make an entry in the CommentLog
with the SugarCRM
API. I made the first attempts with PHP and the rest-php-client, but unfortunately found no way to write or read the CommentLog
.
With Postman I can authenticate myself, use the token, read/create/update
leads or accounts. Unfortunately, for example, I cannot make an entry in the CommentLog
for a case.
My used endpoints are $url/rest/v10/CommentLog/$CaseId (POST)
or $url/rest/v10/CommentLog (GET)
, booth without any success.
I see a addComment
function on /rest/v10/help
, but i dont know, how it works.