Skip to content

Instantly share code, notes, and snippets.

@dhruvpsaru
Last active July 29, 2020 13:03
Show Gist options
  • Save dhruvpsaru/cb66783f5c25558a204e2cd642044601 to your computer and use it in GitHub Desktop.
Save dhruvpsaru/cb66783f5c25558a204e2cd642044601 to your computer and use it in GitHub Desktop.
{
  "displayName": "financials",
  "indexName": "financials",
  "description": "This is financials index",
  "size_endpoint_url": "https://a75f9e677275.ngrok.io/size",
  "data_endpoint_url": "https://a75f9e677275.ngrok.io/data",
  "fieldList": [
    {
      "displayName": "Payment Id",
      "defaultValue": 0,
      "name": "f_id",
      "type": "ID"
    },
     {
      "displayName": "Payment City",
      "name": "f_city",
      "type": "CITY"
    },
     {
      "displayName": "Payment Country",
      "name": "f_country",
      "type": "COUNTRY"
    },
    {
      "displayName": "Payment Zip",
      "name": "f_zip",
      "type": "ZIP"
    },
    {
      "displayName": "Payment County",
      "name": "f_county",
      "type": "COUNTY"
    },
     {
      "displayName": "Payment State",
      "name": "f_state",
      "type": "STATE"
    },
     {
      "displayName": "Payment Issued Date",
      "name": "f_issuedate",
      "type": "DATE"
    },
    {
      "displayName": "Payment Amount",
      "name": "f_amount",
      "type": "DECIMAL"
    },
     {
      "displayName": "Payment Payee",
      "name": "f_payee",
      "type": "STRING_ARRAY"
    },
    {
      "displayName": "Payment Receipt Number",
      "name": "f_receiptNumber",
      "type": "NUMBER"
    },
    {
      "displayName": "Payment Check Number",
      "name": "f_checkNumber",
      "type": "STRING"
    },
    {
      "displayName": "Payment Invoice Number",
      "name": "f_invoiceNumber",
      "type": "STRING"
    },
      {
      "displayName": "Payment Linked Organization",
      "name": "f_linkedOrg",
      "type": "ORGANIZATION"
    },
    {
      "displayName": "Payment Check Type",
      "defaultValue": "-",
      "name": "f_checkType",
      "type": "TEXT"
    },
    {
      "displayName": "Payment Check Status",
      "defaultValue": "-",
      "name": "f_checkStatus",
      "type": "STRING"
    },
    {
      "displayName": "Payment Requestor",
      "defaultValue": "-",
      "name": "f_requester",
      "type": "USER"
    }
  ],
  "indexAssociationType": [
    "W"
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment