DailyPost
Perform various operations for Symitar parameters.
Operations
Retrieve daily post information.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getDailyPostPOST /nexum/627/2022.01/parameter/getDailyPost 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.
{
"DailyPost": {
"LastRunDate": "2025-11-07",
"LnTypeSchedDue": [
{
"EntryId": 1,
"LnTypeSchedDue": "2025-11-07"
}
],
"MaturityCutoffDate": "2025-11-07",
"OffCycLnTypeSchedXfr": [
{
"EntryId": 1,
"OffCycLnTypeSchedXfr": "2025-11-07"
}
],
"OffCycXlTypeSchedXfr": [
{
"EntryId": 1,
"OffCycXlTypeSchedXfr": "2025-11-07"
}
],
"SvAutoxferGrace": "2025-11-07"
}
}Retrieve select fields for daily post information.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getDailyPostSelectFieldsPOST /nexum/627/2022.01/parameter/getDailyPostSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
Successful operation.
{
"DailyPost": {
"LastRunDate": "2025-11-07",
"LnTypeSchedDue": [
{
"EntryId": 1,
"LnTypeSchedDue": "2025-11-07"
}
],
"MaturityCutoffDate": "2025-11-07",
"OffCycLnTypeSchedXfr": [
{
"EntryId": 1,
"OffCycLnTypeSchedXfr": "2025-11-07"
}
],
"OffCycXlTypeSchedXfr": [
{
"EntryId": 1,
"OffCycXlTypeSchedXfr": "2025-11-07"
}
],
"SvAutoxferGrace": "2025-11-07"
}
}Last updated
Was this helpful?