Versions Compared

Key

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

...

NameDescriptionValue
idUnique Identifier.Any
nameA name that describes the interface.Any
descriptionA description that describes the interface.Any
interfacefilenameThe name of the interface file as it exists in the system (along with the file’s extension).A filename
isimportA boolean indicating if the interface is used for importing dataBoolean
isexportA boolean indicating if the interface is used for exporting dataBoolean
canbescheduledA boolean indicating if the interface can be scheduledBoolean
templatefilenameThe file name and path of the import fileString
exportfilenameThe file name and path of the export fileString

Example

Expand
titleInterface
Code Block
themeEclipse
languagexml
titleInterface
<interfaces>
	<interface>
		<id>CUSTOM002</id>
		<name>Modify Account Name - REST Test</name>
		<description>Test ETL for REST API</description>
		<interfacefilename>imports/accounts/CreateAccount.csv.ktr</interfacefilename>        
		<isexport>true</isexport>
        <canbescheduled>true</canbescheduled>
		</exportfilename>
	 </interface>
</interfaces>