Factset · Schema

Enable_Template_Info_Post

Request to enable template list information for the client.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
tmpl_id string Template ID
tmpl_name string Template name
View JSON Schema on GitHub

JSON Schema

factset-bookbuilder-enable_template_info_post-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Enable_Template_Info_Post",
  "type": "object",
  "description": "Request to enable template list information for the client.",
  "properties": {
    "tmpl_id": {
      "type": "string",
      "description": "Template ID"
    },
    "tmpl_name": {
      "type": "string",
      "description": "Template name"
    }
  }
}