[Index]

API Reference for tool/BulkLoad

Model ref.: tool/BulkLoad

The full URL would include the host-proxy name: https://[host-proxy].

Variables are enclosed in square brackets.

Bulk Load File

Task Call URL Parameters Payload
Load the Bulk Load spreadsheet POST /api/tool/BulkLoad/?hierarchy=[hierarchy]&method=bulkload_spreadsheet&nowait=true
  • hierarchy=[hierarchy]
  • modeltype=tool/BulkLoad
Example:
 {'bulkload_file': '<filename>',
                     'execute_immediately': true}
or
 {'bulkload_file': '<filename>',
                          'execute_immediately': false,
                          'execute_date': '2013-06-20',
                          'execute_time': '12:00:00',
                          'execute_timezone': '0'}

Help

Task Call URL Parameters Response
Get the on-line Help for tool/BulkLoad. GET /api/tool/BulkLoad/help/?hierarchy=[hierarchy] hierarchy=[hierarchy] On-line help of Model ref.: tool/BulkLoad as HTML