Downloading the Template Programmatically

Previous TopicNext TopicContents

Follow the steps below if you are downloading the template Programmatically:

Step 1: Download Request for Template

  1. Log in to EnterpriseTrack with valid credentials.
  2. From the Top Navigation bar, select Go To > Administration.
  3. Click the Data Import & Export tab.
  4. Click the Download Data Integration Templates link.
  5. Select values for the following fields from the corresponding drop-down list:
  6. Select the Download button for the corresponding function. The following files will be generated: create_request_template, update_request_template, search_request_template and delete_request_template. You can use these files to specify input data for the relevant CRUD function.

Step 2: Post to Session URL

You must post the downloaded request templates to the session URL for the most up to date template.

Request Format

JSON and XML

Syntax

<api_session>?request_data=<input_data>&request_format =<request_format>

Invocation Example

<api_session>?request_data=<tags specified in create_template, update_template, search_template, or delete_template.xml>&request_format=xml

<api_session>?request_data=<tags specified in create_template, update_template, search_template, or delete_template.json>&request_format=json

Related Topics

Using the Oracle Instantis EnterpriseTrack API

Login Function

Logout Function

See Also

Downloading Templates

Downloading CRUD Templates from the User Interface

Functions to Request Templates Programmatically

Preparing XML/JSON



Legal Notices
Copyright © 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Last Published Tuesday, December 15, 2015