Last updated 9 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
Retrieve the floating analysis information
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/getAnalysisFloat HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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
POST /nexum/627/2022.01/parameter/getAnalysisFloatSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Retrieve a paged list of floating analysis
POST /nexum/627/2022.01/parameter/getAnalysisFloatPagedList 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" } } }
{ "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
POST /nexum/627/2022.01/parameter/getAnalysisFloatListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
{ "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
POST /nexum/627/2022.01/parameter/searchAnalysisFloatSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Retrieve a paged list of floating analysis with selected fields
POST /nexum/627/2022.01/parameter/getAnalysisFloatPagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Search analysis float paged select fields
POST /nexum/627/2022.01/parameter/searchAnalysisFloatPagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Update Analysis Float by ID
POST /nexum/627/2022.01/parameter/updateAnalysisFloatByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }