Versions Compared

Key

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

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

Expand
titleWeb APIs
Code Block
themeEclipse
languagexml
titleWeb 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>