Web APIs

Web APIs

The Web API feature.

Attributes

NameDescriptionValue
idUnique Identifier.Any
nameA name that describes the Web API process.Any
descriptionA description that describes the Web API process.Any
classnameThe path of the API class.Any of the API classes that corresponds to the entity
methodThe name of the method that should be called for this process.Any

Example

 Web APIs
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>