Skip to end of banner
Go to start of banner

3.5.2.8. Web APIs

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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>
  • No labels