Last updated 9 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
Get the getIntIndex data.
The authorization object required for the operation. Only one credential type is required (if multiple are available) as long as it is configured in SymXchange parameters.
{"AdministrativeCredentials":{"Password":"suwn37834b91&"}}
The custom object for NexumAPI request attributes.
{"customFields":{"appId":"glaci"}}
POST /nexum/627/2022.01/parameter/getIntIndex HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 154 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "IntIndexInterestRateIndex": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "IntIndex": { "DefinedCode": 1, "Description": "text", "EffectiveDate": [ { "EntryId": 1, "EffectiveDate": "2025-05-19" } ], "IndexFrequency": "text", "IndexRate": [ { "EntryId": 1, "IndexRate": 1 } ], "IndexSource": "text", "InterestRateIndex": 1, "Type": 1 } }
Get the getIntIndexSelectFields data.
POST /nexum/627/2022.01/parameter/getIntIndexSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Get the getIntIndexPagedList data.
POST /nexum/627/2022.01/parameter/getIntIndexPagedList HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 218 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "IntIndex": [ { "DefinedCode": 1, "Description": "text", "EffectiveDate": [ { "EntryId": 1, "EffectiveDate": "2025-05-19" } ], "IndexFrequency": "text", "IndexRate": [ { "EntryId": 1, "IndexRate": 1 } ], "IndexSource": "text", "InterestRateIndex": 1, "Type": 1 } ], "Token": "text" }
Get the getIntIndexListSelectFields data.
POST /nexum/627/2022.01/parameter/getIntIndexListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
{ "IntIndexList": { "hasReachedMaximumListSize": true, "IntIndex": [ { "DefinedCode": 1, "Description": "text", "EffectiveDate": [ { "EntryId": 1, "EffectiveDate": "2025-05-19" } ], "IndexFrequency": "text", "IndexRate": [ { "EntryId": 1, "IndexRate": 1 } ], "IndexSource": "text", "InterestRateIndex": 1, "Type": 1 } ] } }
Field for selecting various options related to searchintindexselectfields
POST /nexum/627/2022.01/parameter/searchIntIndexSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Get the getIntIndexPagedListSelectFields data.
POST /nexum/627/2022.01/parameter/getIntIndexPagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Field for selecting various options related to searchintindexpagedselectfields
POST /nexum/627/2022.01/parameter/searchIntIndexPagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
POST /nexum/627/2022.01/parameter/updateIntIndexByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 367 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "IntIndexInterestRateIndex": 1, "IntIndexUpdatableFields": { "DefinedCode": 1, "Description": "text", "EffectiveDate": [ { "EntryId": 1, "EffectiveDate": "2025-05-19" } ], "IndexFrequency": "text", "IndexRate": [ { "EntryId": 1, "IndexRate": 1 } ], "IndexSource": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }