AnalysisGlobal
Perform various operations for Symitar parameters.
Operations
Retrieve the global analysis information
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getAnalysisGlobalPOST /nexum/627/2022.01/parameter/getAnalysisGlobal HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 124
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"AnalysisGlobal": {
"AnalyzedSharePromptSetting": 1,
"Counter": [
{
"EntryId": 1,
"Counter": "text"
}
],
"InvestableBalanceCalcType": 1,
"NonAnlyzdShrPromptSetting": 1,
"OnUsCountSetting": 1,
"ReserveCalculationType": 1,
"ReserveRate": 1,
"UsePromptSettings": true
}
}Retrieve the global analysis information with selected fields
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getAnalysisGlobalSelectFieldsPOST /nexum/627/2022.01/parameter/getAnalysisGlobalSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 420
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllAnalysisGlobalFields": true,
"AnalysisGlobalFields": {
"AnalyzedSharePromptSetting": true,
"Counter": [
1
],
"InvestableBalanceCalcType": true,
"NonAnlyzdShrPromptSetting": true,
"OnUsCountSetting": true,
"ReserveCalculationType": true,
"ReserveRate": true,
"UsePromptSettings": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"AnalysisGlobal": {
"AnalyzedSharePromptSetting": 1,
"Counter": [
{
"EntryId": 1,
"Counter": "text"
}
],
"InvestableBalanceCalcType": 1,
"NonAnlyzdShrPromptSetting": 1,
"OnUsCountSetting": 1,
"ReserveCalculationType": 1,
"ReserveRate": 1,
"UsePromptSettings": true
}
}Update Analysis Global by ID
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/updateAnalysisGlobalByIDPOST /nexum/627/2022.01/parameter/updateAnalysisGlobalByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 381
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AnalysisGlobalUpdatableFields": {
"AnalyzedSharePromptSetting": 1,
"Counter": [
{
"EntryId": 1,
"Counter": "text"
}
],
"InvestableBalanceCalcType": 1,
"NonAnlyzdShrPromptSetting": 1,
"OnUsCountSetting": 1,
"ReserveCalculationType": 1,
"ReserveRate": 1,
"UsePromptSettings": true
},
"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?