Last updated 9 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
Retrieve daily post 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/getDailyPost HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 124 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "DailyPost": { "LastRunDate": "2025-05-19", "LnTypeSchedDue": [ { "EntryId": 1, "LnTypeSchedDue": "2025-05-19" } ], "MaturityCutoffDate": "2025-05-19", "OffCycLnTypeSchedXfr": [ { "EntryId": 1, "OffCycLnTypeSchedXfr": "2025-05-19" } ], "OffCycXlTypeSchedXfr": [ { "EntryId": 1, "OffCycXlTypeSchedXfr": "2025-05-19" } ], "SvAutoxferGrace": "2025-05-19" } }
Retrieve select fields for daily post information.
POST /nexum/627/2022.01/parameter/getDailyPostSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 341 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllDailyPostFields": true, "DailyPostFields": { "LastRunDate": true, "LnTypeSchedDue": [ 1 ], "MaturityCutoffDate": true, "OffCycLnTypeSchedXfr": [ 1 ], "OffCycXlTypeSchedXfr": [ 1 ], "SvAutoxferGrace": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }