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 7
Next »
Attributes
Name | Description | Value |
---|
id | Unique Identifier. | Any |
name | A name that describes the interface. | Any |
description | A description that describes the interface. | Any |
interfacefilename | The name of the interface file as it exists in the system (along with the file’s extension). | A filename |
isimport | A boolean indicating if the interface is used for importing data | Boolean |
isexport | A boolean indicating if the interface is used for exporting data | Boolean |
canbescheduled | A boolean indicating if the interface can be scheduled | Boolean |
Example
Interface
<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>
</interface>
<interface>
<id>CUSTOM_IMPORT_PAYMENTS</id>
<name>key_import_payments</name>
<description>key_import_payments</description>
<interfacefilename>Import_Payments.xml.ktr</interfacefilename>
<isexport>true</isexport>
<canbescheduled>true</canbescheduled>
</interface>
</interfaces>