DivIndexLocal

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getDivIndexLocal

post

Retrieve local dividend index information.

Authorizations
Body
DivIndexLocalDividendIndexTableintegerRequired
Responses
200

Successful operation.

application/json
post
/getDivIndexLocal
POST /nexum/627/2022.01/parameter/getDivIndexLocal HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 160

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "DivIndexLocalDividendIndexTable": 1,
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "DivIndexLocal": {
    "BackdatedFlag": [
      {
        "EntryId": 1,
        "BackdatedFlag": 1
      }
    ],
    "BalanceCutoff": [
      {
        "EntryId": 1,
        "BalanceCutoff": 1
      }
    ],
    "BalanceStatus": [
      {
        "EntryId": 1,
        "BalanceStatus": "text"
      }
    ],
    "CurrentMonthAvgRate": 1,
    "Description": "text",
    "DividendIndexTable": 1,
    "InactiveStatusDate": "2025-11-07",
    "IndexDate": [
      {
        "EntryId": 1,
        "IndexDate": "2025-11-07"
      }
    ],
    "IndexRate": [
      {
        "EntryId": 1,
        "IndexRate": 1
      }
    ],
    "PendingBalance": [
      {
        "EntryId": 1,
        "PendingBalance": 1
      }
    ],
    "PendingRate": [
      {
        "EntryId": 1,
        "PendingRate": 1
      }
    ],
    "Status": [
      {
        "EntryId": 1,
        "Status": "text"
      }
    ]
  }
}

getDivIndexLocalSelectFields

post

Retrieve select fields for local index division data.

Authorizations
Body
DivIndexLocalDividendIndexTableintegerOptional
Responses
200

Successful operation.

application/json
post
/getDivIndexLocalSelectFields
POST /nexum/627/2022.01/parameter/getDivIndexLocalSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 484

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "DivIndexLocalDividendIndexTable": 1,
  "SelectableFields": {
    "IncludeAllDivIndexLocalFields": true,
    "DivIndexLocalFields": {
      "BackdatedFlag": [
        1
      ],
      "BalanceCutoff": [
        1
      ],
      "BalanceStatus": [
        1
      ],
      "CurrentMonthAvgRate": true,
      "Description": true,
      "DividendIndexTable": true,
      "InactiveStatusDate": true,
      "IndexDate": [
        1
      ],
      "IndexRate": [
        1
      ],
      "PendingBalance": [
        1
      ],
      "PendingRate": [
        1
      ],
      "Status": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "DivIndexLocal": {
    "BackdatedFlag": [
      {
        "EntryId": 1,
        "BackdatedFlag": 1
      }
    ],
    "BalanceCutoff": [
      {
        "EntryId": 1,
        "BalanceCutoff": 1
      }
    ],
    "BalanceStatus": [
      {
        "EntryId": 1,
        "BalanceStatus": "text"
      }
    ],
    "CurrentMonthAvgRate": 1,
    "Description": "text",
    "DividendIndexTable": 1,
    "InactiveStatusDate": "2025-11-07",
    "IndexDate": [
      {
        "EntryId": 1,
        "IndexDate": "2025-11-07"
      }
    ],
    "IndexRate": [
      {
        "EntryId": 1,
        "IndexRate": 1
      }
    ],
    "PendingBalance": [
      {
        "EntryId": 1,
        "PendingBalance": 1
      }
    ],
    "PendingRate": [
      {
        "EntryId": 1,
        "PendingRate": 1
      }
    ],
    "Status": [
      {
        "EntryId": 1,
        "Status": "text"
      }
    ]
  }
}

getDivIndexLocalPagedList

post

Retrieve local dividend index in a paged list.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getDivIndexLocalPagedList
POST /nexum/627/2022.01/parameter/getDivIndexLocalPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 218

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "DivIndexLocal": [
    {
      "BackdatedFlag": [
        {
          "EntryId": 1,
          "BackdatedFlag": 1
        }
      ],
      "BalanceCutoff": [
        {
          "EntryId": 1,
          "BalanceCutoff": 1
        }
      ],
      "BalanceStatus": [
        {
          "EntryId": 1,
          "BalanceStatus": "text"
        }
      ],
      "CurrentMonthAvgRate": 1,
      "Description": "text",
      "DividendIndexTable": 1,
      "InactiveStatusDate": "2025-11-07",
      "IndexDate": [
        {
          "EntryId": 1,
          "IndexDate": "2025-11-07"
        }
      ],
      "IndexRate": [
        {
          "EntryId": 1,
          "IndexRate": 1
        }
      ],
      "PendingBalance": [
        {
          "EntryId": 1,
          "PendingBalance": 1
        }
      ],
      "PendingRate": [
        {
          "EntryId": 1,
          "PendingRate": 1
        }
      ],
      "Status": [
        {
          "EntryId": 1,
          "Status": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

getDivIndexLocalListSelectFields

post

Retrieve a list of select fields for local dividend index.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getDivIndexLocalListSelectFields
POST /nexum/627/2022.01/parameter/getDivIndexLocalListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 448

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllDivIndexLocalFields": true,
    "DivIndexLocalFields": {
      "BackdatedFlag": [
        1
      ],
      "BalanceCutoff": [
        1
      ],
      "BalanceStatus": [
        1
      ],
      "CurrentMonthAvgRate": true,
      "Description": true,
      "DividendIndexTable": true,
      "InactiveStatusDate": true,
      "IndexDate": [
        1
      ],
      "IndexRate": [
        1
      ],
      "PendingBalance": [
        1
      ],
      "PendingRate": [
        1
      ],
      "Status": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "DivIndexLocalList": {
    "hasReachedMaximumListSize": true,
    "DivIndexLocal": [
      {
        "BackdatedFlag": [
          {
            "EntryId": 1,
            "BackdatedFlag": 1
          }
        ],
        "BalanceCutoff": [
          {
            "EntryId": 1,
            "BalanceCutoff": 1
          }
        ],
        "BalanceStatus": [
          {
            "EntryId": 1,
            "BalanceStatus": "text"
          }
        ],
        "CurrentMonthAvgRate": 1,
        "Description": "text",
        "DividendIndexTable": 1,
        "InactiveStatusDate": "2025-11-07",
        "IndexDate": [
          {
            "EntryId": 1,
            "IndexDate": "2025-11-07"
          }
        ],
        "IndexRate": [
          {
            "EntryId": 1,
            "IndexRate": 1
          }
        ],
        "PendingBalance": [
          {
            "EntryId": 1,
            "PendingBalance": 1
          }
        ],
        "PendingRate": [
          {
            "EntryId": 1,
            "PendingRate": 1
          }
        ],
        "Status": [
          {
            "EntryId": 1,
            "Status": "text"
          }
        ]
      }
    ]
  }
}

searchDivIndexLocalSelectFields

post

Field for selecting various options related to searchdivindexlocalselectfields

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/searchDivIndexLocalSelectFields
POST /nexum/627/2022.01/parameter/searchDivIndexLocalSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 480

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllDivIndexLocalFields": true,
    "DivIndexLocalFields": {
      "BackdatedFlag": [
        1
      ],
      "BalanceCutoff": [
        1
      ],
      "BalanceStatus": [
        1
      ],
      "CurrentMonthAvgRate": true,
      "Description": true,
      "DividendIndexTable": true,
      "InactiveStatusDate": true,
      "IndexDate": [
        1
      ],
      "IndexRate": [
        1
      ],
      "PendingBalance": [
        1
      ],
      "PendingRate": [
        1
      ],
      "Status": [
        1
      ]
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "DivIndexLocalList": {
    "hasReachedMaximumListSize": true,
    "DivIndexLocal": [
      {
        "BackdatedFlag": [
          {
            "EntryId": 1,
            "BackdatedFlag": 1
          }
        ],
        "BalanceCutoff": [
          {
            "EntryId": 1,
            "BalanceCutoff": 1
          }
        ],
        "BalanceStatus": [
          {
            "EntryId": 1,
            "BalanceStatus": "text"
          }
        ],
        "CurrentMonthAvgRate": 1,
        "Description": "text",
        "DividendIndexTable": 1,
        "InactiveStatusDate": "2025-11-07",
        "IndexDate": [
          {
            "EntryId": 1,
            "IndexDate": "2025-11-07"
          }
        ],
        "IndexRate": [
          {
            "EntryId": 1,
            "IndexRate": 1
          }
        ],
        "PendingBalance": [
          {
            "EntryId": 1,
            "PendingBalance": 1
          }
        ],
        "PendingRate": [
          {
            "EntryId": 1,
            "PendingRate": 1
          }
        ],
        "Status": [
          {
            "EntryId": 1,
            "Status": "text"
          }
        ]
      }
    ]
  }
}

getDivIndexLocalPagedListSelectFields

post

Retrieve a paged list of select fields for local dividend index.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getDivIndexLocalPagedListSelectFields
POST /nexum/627/2022.01/parameter/getDivIndexLocalPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 542

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllDivIndexLocalFields": true,
    "DivIndexLocalFields": {
      "BackdatedFlag": [
        1
      ],
      "BalanceCutoff": [
        1
      ],
      "BalanceStatus": [
        1
      ],
      "CurrentMonthAvgRate": true,
      "Description": true,
      "DividendIndexTable": true,
      "InactiveStatusDate": true,
      "IndexDate": [
        1
      ],
      "IndexRate": [
        1
      ],
      "PendingBalance": [
        1
      ],
      "PendingRate": [
        1
      ],
      "Status": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "DivIndexLocal": [
    {
      "BackdatedFlag": [
        {
          "EntryId": 1,
          "BackdatedFlag": 1
        }
      ],
      "BalanceCutoff": [
        {
          "EntryId": 1,
          "BalanceCutoff": 1
        }
      ],
      "BalanceStatus": [
        {
          "EntryId": 1,
          "BalanceStatus": "text"
        }
      ],
      "CurrentMonthAvgRate": 1,
      "Description": "text",
      "DividendIndexTable": 1,
      "InactiveStatusDate": "2025-11-07",
      "IndexDate": [
        {
          "EntryId": 1,
          "IndexDate": "2025-11-07"
        }
      ],
      "IndexRate": [
        {
          "EntryId": 1,
          "IndexRate": 1
        }
      ],
      "PendingBalance": [
        {
          "EntryId": 1,
          "PendingBalance": 1
        }
      ],
      "PendingRate": [
        {
          "EntryId": 1,
          "PendingRate": 1
        }
      ],
      "Status": [
        {
          "EntryId": 1,
          "Status": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

searchDivIndexLocalPagedSelectFields

post

Field for selecting various options related to searchdivindexlocalpagedselectfields

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

application/json
post
/searchDivIndexLocalPagedSelectFields
POST /nexum/627/2022.01/parameter/searchDivIndexLocalPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 557

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllDivIndexLocalFields": true,
    "DivIndexLocalFields": {
      "BackdatedFlag": [
        1
      ],
      "BalanceCutoff": [
        1
      ],
      "BalanceStatus": [
        1
      ],
      "CurrentMonthAvgRate": true,
      "Description": true,
      "DividendIndexTable": true,
      "InactiveStatusDate": true,
      "IndexDate": [
        1
      ],
      "IndexRate": [
        1
      ],
      "PendingBalance": [
        1
      ],
      "PendingRate": [
        1
      ],
      "Status": [
        1
      ]
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "DivIndexLocal": [
    {
      "BackdatedFlag": [
        {
          "EntryId": 1,
          "BackdatedFlag": 1
        }
      ],
      "BalanceCutoff": [
        {
          "EntryId": 1,
          "BalanceCutoff": 1
        }
      ],
      "BalanceStatus": [
        {
          "EntryId": 1,
          "BalanceStatus": "text"
        }
      ],
      "CurrentMonthAvgRate": 1,
      "Description": "text",
      "DividendIndexTable": 1,
      "InactiveStatusDate": "2025-11-07",
      "IndexDate": [
        {
          "EntryId": 1,
          "IndexDate": "2025-11-07"
        }
      ],
      "IndexRate": [
        {
          "EntryId": 1,
          "IndexRate": 1
        }
      ],
      "PendingBalance": [
        {
          "EntryId": 1,
          "PendingBalance": 1
        }
      ],
      "PendingRate": [
        {
          "EntryId": 1,
          "PendingRate": 1
        }
      ],
      "Status": [
        {
          "EntryId": 1,
          "Status": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

updateDivIndexLocalByID

post
Authorizations
Body
DivIndexLocalDividendIndexTableintegerOptional
Responses
200

Successful operation.

application/json
post
/updateDivIndexLocalByID
POST /nexum/627/2022.01/parameter/updateDivIndexLocalByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 393

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "DivIndexLocalDividendIndexTable": 1,
  "DivIndexLocalUpdatableFields": {
    "BalanceCutoff": [
      {
        "EntryId": 1,
        "BalanceCutoff": 1
      }
    ],
    "Description": "text",
    "InactiveStatusDate": "2025-11-07",
    "IndexDate": [
      {
        "EntryId": 1,
        "IndexDate": "2025-11-07"
      }
    ],
    "IndexRate": [
      {
        "EntryId": 1,
        "IndexRate": 1
      }
    ]
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {
    "isAllFieldsUpdateSuccess": true,
    "FailedUpdateStatus": [
      {
        "Record": "text",
        "ErrorCode": "text",
        "ErrorMessage": "text",
        "PrimaryKeyField": [
          {
            "Name": "text",
            "Value": "text"
          }
        ]
      }
    ]
  }
}

Last updated

Was this helpful?