Skip to end of metadata
-
Created by Former user, last modified by Former user on Oct 27, 2014
Go to start of metadata
Attributes
Name | Description | Value |
---|
id | Unique Identifier. | Any |
name | A name that describes the Web API process. | Any |
description | A description that describes the Web API process. | Any |
classname | The path of the API class. | Any of the API classes that corresponds to the entity |
method | The name of the method that should be called for this process. | Any |
Example
Web APIs
<webapis>
<webapi>
<id>CONTACT_INFO_SHOW</id>
<name>contact_information/show</name>
<description>Show Contact Information Web API</description>
<classname>CRMAPIContactInformationBean</classname>
<method>show</method>
</webapi>
</webapis>