AnalysisFloat
Perform various operations for Symitar parameters.
Operations
Retrieve the floating analysis information
Successful operation.
POST /nexum/627/2022.01/parameter/getAnalysisFloat HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 148
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AnalysisFloatBranch": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"AnalysisFloat": {
"BranchReference": 1,
"BranchValidCode": 1,
"ForeignItemFloatDays": 1,
"LocalFloatDays": 1,
"NonlocalFloatDays": 1,
"RoutingNumberFloatDays": [
{
"EntryId": 1,
"RoutingNumberFloatDays": 1
}
],
"RoutingNumberPrefix": [
{
"EntryId": 1,
"RoutingNumberPrefix": 1
}
],
"Branch": 1
}
}Retrieve floating analysis with selected fields
Successful operation.
POST /nexum/627/2022.01/parameter/getAnalysisFloatSelectFields 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&"
}
},
"AnalysisFloatBranch": 1,
"SelectableFields": {
"IncludeAllAnalysisFloatFields": true,
"AnalysisFloatFields": {
"Branch": true,
"BranchReference": true,
"BranchValidCode": true,
"ForeignItemFloatDays": true,
"LocalFloatDays": true,
"NonlocalFloatDays": true,
"RoutingNumberFloatDays": [
1
],
"RoutingNumberPrefix": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"AnalysisFloat": {
"BranchReference": 1,
"BranchValidCode": 1,
"ForeignItemFloatDays": 1,
"LocalFloatDays": 1,
"NonlocalFloatDays": 1,
"RoutingNumberFloatDays": [
{
"EntryId": 1,
"RoutingNumberFloatDays": 1
}
],
"RoutingNumberPrefix": [
{
"EntryId": 1,
"RoutingNumberPrefix": 1
}
],
"Branch": 1
}
}Retrieve a paged list of floating analysis
Successful operation.
POST /nexum/627/2022.01/parameter/getAnalysisFloatPagedList 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"
}
}
}Successful operation.
{
"AnalysisFloat": [
{
"BranchReference": 1,
"BranchValidCode": 1,
"ForeignItemFloatDays": 1,
"LocalFloatDays": 1,
"NonlocalFloatDays": 1,
"RoutingNumberFloatDays": [
{
"EntryId": 1,
"RoutingNumberFloatDays": 1
}
],
"RoutingNumberPrefix": [
{
"EntryId": 1,
"RoutingNumberPrefix": 1
}
],
"Branch": 1
}
],
"Token": "text"
}Retrieve the list of floating analysis with selectable fields
Successful operation.
POST /nexum/627/2022.01/parameter/getAnalysisFloatListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 396
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllAnalysisFloatFields": true,
"AnalysisFloatFields": {
"Branch": true,
"BranchReference": true,
"BranchValidCode": true,
"ForeignItemFloatDays": true,
"LocalFloatDays": true,
"NonlocalFloatDays": true,
"RoutingNumberFloatDays": [
1
],
"RoutingNumberPrefix": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"AnalysisFloatList": {
"hasReachedMaximumListSize": true,
"AnalysisFloat": [
{
"BranchReference": 1,
"BranchValidCode": 1,
"ForeignItemFloatDays": 1,
"LocalFloatDays": 1,
"NonlocalFloatDays": 1,
"RoutingNumberFloatDays": [
{
"EntryId": 1,
"RoutingNumberFloatDays": 1
}
],
"RoutingNumberPrefix": [
{
"EntryId": 1,
"RoutingNumberPrefix": 1
}
],
"Branch": 1
}
]
}
}Search analysis float select fields
Successful operation.
POST /nexum/627/2022.01/parameter/searchAnalysisFloatSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 428
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllAnalysisFloatFields": true,
"AnalysisFloatFields": {
"Branch": true,
"BranchReference": true,
"BranchValidCode": true,
"ForeignItemFloatDays": true,
"LocalFloatDays": true,
"NonlocalFloatDays": true,
"RoutingNumberFloatDays": [
1
],
"RoutingNumberPrefix": [
1
]
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"AnalysisFloatList": {
"hasReachedMaximumListSize": true,
"AnalysisFloat": [
{
"BranchReference": 1,
"BranchValidCode": 1,
"ForeignItemFloatDays": 1,
"LocalFloatDays": 1,
"NonlocalFloatDays": 1,
"RoutingNumberFloatDays": [
{
"EntryId": 1,
"RoutingNumberFloatDays": 1
}
],
"RoutingNumberPrefix": [
{
"EntryId": 1,
"RoutingNumberPrefix": 1
}
],
"Branch": 1
}
]
}
}Retrieve a paged list of floating analysis with selected fields
Successful operation.
POST /nexum/627/2022.01/parameter/getAnalysisFloatPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 490
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllAnalysisFloatFields": true,
"AnalysisFloatFields": {
"Branch": true,
"BranchReference": true,
"BranchValidCode": true,
"ForeignItemFloatDays": true,
"LocalFloatDays": true,
"NonlocalFloatDays": true,
"RoutingNumberFloatDays": [
1
],
"RoutingNumberPrefix": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"AnalysisFloat": [
{
"BranchReference": 1,
"BranchValidCode": 1,
"ForeignItemFloatDays": 1,
"LocalFloatDays": 1,
"NonlocalFloatDays": 1,
"RoutingNumberFloatDays": [
{
"EntryId": 1,
"RoutingNumberFloatDays": 1
}
],
"RoutingNumberPrefix": [
{
"EntryId": 1,
"RoutingNumberPrefix": 1
}
],
"Branch": 1
}
],
"Token": "text"
}Search analysis float paged select fields
Successful operation.
POST /nexum/627/2022.01/parameter/searchAnalysisFloatPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 505
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllAnalysisFloatFields": true,
"AnalysisFloatFields": {
"Branch": true,
"BranchReference": true,
"BranchValidCode": true,
"ForeignItemFloatDays": true,
"LocalFloatDays": true,
"NonlocalFloatDays": true,
"RoutingNumberFloatDays": [
1
],
"RoutingNumberPrefix": [
1
]
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"AnalysisFloat": [
{
"BranchReference": 1,
"BranchValidCode": 1,
"ForeignItemFloatDays": 1,
"LocalFloatDays": 1,
"NonlocalFloatDays": 1,
"RoutingNumberFloatDays": [
{
"EntryId": 1,
"RoutingNumberFloatDays": 1
}
],
"RoutingNumberPrefix": [
{
"EntryId": 1,
"RoutingNumberPrefix": 1
}
],
"Branch": 1
}
],
"Token": "text"
}Update Analysis Float by ID
Successful operation.
POST /nexum/627/2022.01/parameter/updateAnalysisFloatByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 417
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AnalysisFloatBranch": 1,
"AnalysisFloatUpdatableFields": {
"BranchReference": 1,
"BranchValidCode": 1,
"ForeignItemFloatDays": 1,
"LocalFloatDays": 1,
"NonlocalFloatDays": 1,
"RoutingNumberFloatDays": [
{
"EntryId": 1,
"RoutingNumberFloatDays": 1
}
],
"RoutingNumberPrefix": [
{
"EntryId": 1,
"RoutingNumberPrefix": 1
}
]
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}Last updated
Was this helpful?