... | @@ -37,8 +37,8 @@ VADL API definitions |
... | @@ -37,8 +37,8 @@ VADL API definitions |
|
| create | this will let you create vtiger record | ``<api method='post'><create module='Contacts'></create></api>`` |
|
|
| create | this will let you create vtiger record | ``<api method='post'><create module='Contacts'></create></api>`` |
|
|
| update | this will let you update vtiger record | ``<api method='put'><update module='Contacts'></update></api>`` |
|
|
| update | this will let you update vtiger record | ``<api method='put'><update module='Contacts'></update></api>`` |
|
|
| delete | this will help you delete vtiger record | ``<api method='delete'><delete module='Contacts'></delete></api>`` |
|
|
| delete | this will help you delete vtiger record | ``<api method='delete'><delete module='Contacts'></delete></api>`` |
|
|
| rest | this will help you connect with other application | ``<api method='delete'><rest method="get"><url>https://slack.com/api/conversations.list</url></rest></api>`` |
|
|
| rest | this will help you connect with other application | ``<api method='get'><rest method="get"><url>https://slack.com/api/conversations.list</url></rest></api>`` |
|
|
| soap | connect with legacy soap api's | ``<api method='delete'><soap method="get"><auth><basic username="" password=""></basic></auth><url></url></soap></api>`` |
|
|
| soap | connect with legacy soap api's | ``<api method='get'><soap method="get"><auth><basic username="" password=""></basic></auth><url></url></soap></api>`` |
|
|
|
|
|
|
|
|
|
|
|
|
|
... | | ... | |