IntIndex

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getIntIndex

post

Get the getIntIndex data.

Authorizations
Body
IntIndexInterestRateIndexintegerRequired
Responses
200

Successful operation.

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

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

Successful operation.

{
  "IntIndex": {
    "DefinedCode": 1,
    "Description": "text",
    "EffectiveDate": [
      {
        "EntryId": 1,
        "EffectiveDate": "2025-11-07"
      }
    ],
    "IndexFrequency": "text",
    "IndexRate": [
      {
        "EntryId": 1,
        "IndexRate": 1
      }
    ],
    "IndexSource": "text",
    "InterestRateIndex": 1,
    "Type": 1
  }
}

getIntIndexSelectFields

post

Get the getIntIndexSelectFields data.

Authorizations
Body
IntIndexInterestRateIndexintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "IntIndexInterestRateIndex": 1,
  "SelectableFields": {
    "IncludeAllIntIndexFields": true,
    "IntIndexFields": {
      "DefinedCode": true,
      "Description": true,
      "EffectiveDate": [
        1
      ],
      "IndexFrequency": true,
      "IndexRate": [
        1
      ],
      "IndexSource": true,
      "InterestRateIndex": true,
      "Type": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "IntIndex": {
    "DefinedCode": 1,
    "Description": "text",
    "EffectiveDate": [
      {
        "EntryId": 1,
        "EffectiveDate": "2025-11-07"
      }
    ],
    "IndexFrequency": "text",
    "IndexRate": [
      {
        "EntryId": 1,
        "IndexRate": 1
      }
    ],
    "IndexSource": "text",
    "InterestRateIndex": 1,
    "Type": 1
  }
}

getIntIndexPagedList

post

Get the getIntIndexPagedList data.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getIntIndexPagedList
POST /nexum/627/2022.01/parameter/getIntIndexPagedList 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.

{
  "IntIndex": [
    {
      "DefinedCode": 1,
      "Description": "text",
      "EffectiveDate": [
        {
          "EntryId": 1,
          "EffectiveDate": "2025-11-07"
        }
      ],
      "IndexFrequency": "text",
      "IndexRate": [
        {
          "EntryId": 1,
          "IndexRate": 1
        }
      ],
      "IndexSource": "text",
      "InterestRateIndex": 1,
      "Type": 1
    }
  ],
  "Token": "text"
}

getIntIndexListSelectFields

post

Get the getIntIndexListSelectFields data.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllIntIndexFields": true,
    "IntIndexFields": {
      "DefinedCode": true,
      "Description": true,
      "EffectiveDate": [
        1
      ],
      "IndexFrequency": true,
      "IndexRate": [
        1
      ],
      "IndexSource": true,
      "InterestRateIndex": true,
      "Type": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "IntIndexList": {
    "hasReachedMaximumListSize": true,
    "IntIndex": [
      {
        "DefinedCode": 1,
        "Description": "text",
        "EffectiveDate": [
          {
            "EntryId": 1,
            "EffectiveDate": "2025-11-07"
          }
        ],
        "IndexFrequency": "text",
        "IndexRate": [
          {
            "EntryId": 1,
            "IndexRate": 1
          }
        ],
        "IndexSource": "text",
        "InterestRateIndex": 1,
        "Type": 1
      }
    ]
  }
}

searchIntIndexSelectFields

post

Field for selecting various options related to searchintindexselectfields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllIntIndexFields": true,
    "IntIndexFields": {
      "DefinedCode": true,
      "Description": true,
      "EffectiveDate": [
        1
      ],
      "IndexFrequency": true,
      "IndexRate": [
        1
      ],
      "IndexSource": true,
      "InterestRateIndex": true,
      "Type": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "IntIndexList": {
    "hasReachedMaximumListSize": true,
    "IntIndex": [
      {
        "DefinedCode": 1,
        "Description": "text",
        "EffectiveDate": [
          {
            "EntryId": 1,
            "EffectiveDate": "2025-11-07"
          }
        ],
        "IndexFrequency": "text",
        "IndexRate": [
          {
            "EntryId": 1,
            "IndexRate": 1
          }
        ],
        "IndexSource": "text",
        "InterestRateIndex": 1,
        "Type": 1
      }
    ]
  }
}

getIntIndexPagedListSelectFields

post

Get the getIntIndexPagedListSelectFields data.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllIntIndexFields": true,
    "IntIndexFields": {
      "DefinedCode": true,
      "Description": true,
      "EffectiveDate": [
        1
      ],
      "IndexFrequency": true,
      "IndexRate": [
        1
      ],
      "IndexSource": true,
      "InterestRateIndex": true,
      "Type": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "IntIndex": [
    {
      "DefinedCode": 1,
      "Description": "text",
      "EffectiveDate": [
        {
          "EntryId": 1,
          "EffectiveDate": "2025-11-07"
        }
      ],
      "IndexFrequency": "text",
      "IndexRate": [
        {
          "EntryId": 1,
          "IndexRate": 1
        }
      ],
      "IndexSource": "text",
      "InterestRateIndex": 1,
      "Type": 1
    }
  ],
  "Token": "text"
}

searchIntIndexPagedSelectFields

post

Field for selecting various options related to searchintindexpagedselectfields

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllIntIndexFields": true,
    "IntIndexFields": {
      "DefinedCode": true,
      "Description": true,
      "EffectiveDate": [
        1
      ],
      "IndexFrequency": true,
      "IndexRate": [
        1
      ],
      "IndexSource": true,
      "InterestRateIndex": true,
      "Type": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "IntIndex": [
    {
      "DefinedCode": 1,
      "Description": "text",
      "EffectiveDate": [
        {
          "EntryId": 1,
          "EffectiveDate": "2025-11-07"
        }
      ],
      "IndexFrequency": "text",
      "IndexRate": [
        {
          "EntryId": 1,
          "IndexRate": 1
        }
      ],
      "IndexSource": "text",
      "InterestRateIndex": 1,
      "Type": 1
    }
  ],
  "Token": "text"
}

updateIntIndexByID

post
Authorizations
Body
IntIndexInterestRateIndexintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "IntIndexInterestRateIndex": 1,
  "IntIndexUpdatableFields": {
    "DefinedCode": 1,
    "Description": "text",
    "EffectiveDate": [
      {
        "EntryId": 1,
        "EffectiveDate": "2025-11-07"
      }
    ],
    "IndexFrequency": "text",
    "IndexRate": [
      {
        "EntryId": 1,
        "IndexRate": 1
      }
    ],
    "IndexSource": "text"
  },
  "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?