Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning

Logo CRM de tanımlı bir durumun destek kaydı içinde gönderilmesi zorunludur.

Comment (GET)

GET isteği ile http://localhost/LogoCRMRest/api/v1.0/comments/ObjectKey?sessionId=04cfad92-0f1f-4199-a1bb-f6cfb7f75862 URL i kullanılır. Buradaki "ObjectKey" parametresi yorumları listelenmek istenilen kaydın ObjectKey'idir. 

Örneğin aktivite detayındaki yorumları listelemek istersek Aktivite detayındaki objectKey'i almamız gerekir.

 http://localhost/LOGOCRM/Default.aspx#ViewID=MT_Activity_DetailView&ObjectKey=5020baaf-7482-4a76-8119-9e798d10a3d2&ObjectClassName=logocrm.net.Module.BusinessObjects.MT_Activity&mode=Edit

http://localhost/LogoCRMRest/api/v1.0/comments/5020baaf-7482-4a76-8119-9e798d10a3d2?sessionId=04cfad92-0f1f-4199-a1bb-f6cfb7f75862


Comment (POST)


Logout

Code Block
titlePOST http://localhost/LogoCrmRest/api/v1.0/logout?sessionid=74b41055-e877-407b-80e8-cf06ea1d7d9f
linenumberstrue
collapsetrue
{
    "Result": 1,
    "Message": ""
}

...