Notice
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve notice information
POST /nexum/627/2022.01/parameter/getNotice HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 171
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"NoticeNoticeType": 1,
"NoticeNoticeDescrType": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Notice": {
"DaysBetweenNotices": [
{
"EntryId": 1,
"DaysBetweenNotices": 1
}
],
"Description": "text",
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"Line3": [
{
"EntryId": 1,
"Line3": "text"
}
],
"Line4": [
{
"EntryId": 1,
"Line4": "text"
}
],
"NegativeInfoMessage": [
{
"EntryId": 1,
"NegativeInfoMessage": 1
}
],
"NegativeInfoPrintPosition": 1,
"NoticeDescrType": 1,
"NoticeType": 1,
"UseWarningGraceDays": 1,
"WarningGraceDays": 1
}
}
Retrieve notice select fields
POST /nexum/627/2022.01/parameter/getNoticeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 482
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"NoticeNoticeType": 1,
"NoticeNoticeDescrType": 1,
"SelectableFields": {
"IncludeAllNoticeFields": true,
"NoticeFields": {
"DaysBetweenNotices": [
1
],
"Description": true,
"Line1": [
1
],
"Line2": [
1
],
"Line3": [
1
],
"Line4": [
1
],
"NegativeInfoMessage": [
1
],
"NegativeInfoPrintPosition": true,
"NoticeDescrType": true,
"NoticeType": true,
"UseWarningGraceDays": true,
"WarningGraceDays": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Notice": {
"DaysBetweenNotices": [
{
"EntryId": 1,
"DaysBetweenNotices": 1
}
],
"Description": "text",
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"Line3": [
{
"EntryId": 1,
"Line3": "text"
}
],
"Line4": [
{
"EntryId": 1,
"Line4": "text"
}
],
"NegativeInfoMessage": [
{
"EntryId": 1,
"NegativeInfoMessage": 1
}
],
"NegativeInfoPrintPosition": 1,
"NoticeDescrType": 1,
"NoticeType": 1,
"UseWarningGraceDays": 1,
"WarningGraceDays": 1
}
}
Retrieve paged list of notices
POST /nexum/627/2022.01/parameter/getNoticePagedList 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"
}
}
}
Successful operation.
{
"Notice": [
{
"DaysBetweenNotices": [
{
"EntryId": 1,
"DaysBetweenNotices": 1
}
],
"Description": "text",
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"Line3": [
{
"EntryId": 1,
"Line3": "text"
}
],
"Line4": [
{
"EntryId": 1,
"Line4": "text"
}
],
"NegativeInfoMessage": [
{
"EntryId": 1,
"NegativeInfoMessage": 1
}
],
"NegativeInfoPrintPosition": 1,
"NoticeDescrType": 1,
"NoticeType": 1,
"UseWarningGraceDays": 1,
"WarningGraceDays": 1
}
],
"Token": "text"
}
Retrieve notice list select fields
POST /nexum/627/2022.01/parameter/getNoticeListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 435
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllNoticeFields": true,
"NoticeFields": {
"DaysBetweenNotices": [
1
],
"Description": true,
"Line1": [
1
],
"Line2": [
1
],
"Line3": [
1
],
"Line4": [
1
],
"NegativeInfoMessage": [
1
],
"NegativeInfoPrintPosition": true,
"NoticeDescrType": true,
"NoticeType": true,
"UseWarningGraceDays": true,
"WarningGraceDays": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"NoticeList": {
"hasReachedMaximumListSize": true,
"Notice": [
{
"DaysBetweenNotices": [
{
"EntryId": 1,
"DaysBetweenNotices": 1
}
],
"Description": "text",
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"Line3": [
{
"EntryId": 1,
"Line3": "text"
}
],
"Line4": [
{
"EntryId": 1,
"Line4": "text"
}
],
"NegativeInfoMessage": [
{
"EntryId": 1,
"NegativeInfoMessage": 1
}
],
"NegativeInfoPrintPosition": 1,
"NoticeDescrType": 1,
"NoticeType": 1,
"UseWarningGraceDays": 1,
"WarningGraceDays": 1
}
]
}
}
Retrieve a list of select fields for searching by notice information.
POST /nexum/627/2022.01/parameter/searchNoticeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 467
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllNoticeFields": true,
"NoticeFields": {
"DaysBetweenNotices": [
1
],
"Description": true,
"Line1": [
1
],
"Line2": [
1
],
"Line3": [
1
],
"Line4": [
1
],
"NegativeInfoMessage": [
1
],
"NegativeInfoPrintPosition": true,
"NoticeDescrType": true,
"NoticeType": true,
"UseWarningGraceDays": true,
"WarningGraceDays": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"NoticeList": {
"hasReachedMaximumListSize": true,
"Notice": [
{
"DaysBetweenNotices": [
{
"EntryId": 1,
"DaysBetweenNotices": 1
}
],
"Description": "text",
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"Line3": [
{
"EntryId": 1,
"Line3": "text"
}
],
"Line4": [
{
"EntryId": 1,
"Line4": "text"
}
],
"NegativeInfoMessage": [
{
"EntryId": 1,
"NegativeInfoMessage": 1
}
],
"NegativeInfoPrintPosition": 1,
"NoticeDescrType": 1,
"NoticeType": 1,
"UseWarningGraceDays": 1,
"WarningGraceDays": 1
}
]
}
}
Retrieve paged list select fields of notices
POST /nexum/627/2022.01/parameter/getNoticePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 529
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllNoticeFields": true,
"NoticeFields": {
"DaysBetweenNotices": [
1
],
"Description": true,
"Line1": [
1
],
"Line2": [
1
],
"Line3": [
1
],
"Line4": [
1
],
"NegativeInfoMessage": [
1
],
"NegativeInfoPrintPosition": true,
"NoticeDescrType": true,
"NoticeType": true,
"UseWarningGraceDays": true,
"WarningGraceDays": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Notice": [
{
"DaysBetweenNotices": [
{
"EntryId": 1,
"DaysBetweenNotices": 1
}
],
"Description": "text",
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"Line3": [
{
"EntryId": 1,
"Line3": "text"
}
],
"Line4": [
{
"EntryId": 1,
"Line4": "text"
}
],
"NegativeInfoMessage": [
{
"EntryId": 1,
"NegativeInfoMessage": 1
}
],
"NegativeInfoPrintPosition": 1,
"NoticeDescrType": 1,
"NoticeType": 1,
"UseWarningGraceDays": 1,
"WarningGraceDays": 1
}
],
"Token": "text"
}
Retrieve a list of paged select fields for searching by notice information.
POST /nexum/627/2022.01/parameter/searchNoticePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 544
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllNoticeFields": true,
"NoticeFields": {
"DaysBetweenNotices": [
1
],
"Description": true,
"Line1": [
1
],
"Line2": [
1
],
"Line3": [
1
],
"Line4": [
1
],
"NegativeInfoMessage": [
1
],
"NegativeInfoPrintPosition": true,
"NoticeDescrType": true,
"NoticeType": true,
"UseWarningGraceDays": true,
"WarningGraceDays": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Notice": [
{
"DaysBetweenNotices": [
{
"EntryId": 1,
"DaysBetweenNotices": 1
}
],
"Description": "text",
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"Line3": [
{
"EntryId": 1,
"Line3": "text"
}
],
"Line4": [
{
"EntryId": 1,
"Line4": "text"
}
],
"NegativeInfoMessage": [
{
"EntryId": 1,
"NegativeInfoMessage": 1
}
],
"NegativeInfoPrintPosition": 1,
"NoticeDescrType": 1,
"NoticeType": 1,
"UseWarningGraceDays": 1,
"WarningGraceDays": 1
}
],
"Token": "text"
}
Update notices by ID
POST /nexum/627/2022.01/parameter/updateNoticeByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 571
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"NoticeNoticeType": 1,
"NoticeNoticeDescrType": 1,
"NoticeUpdatableFields": {
"DaysBetweenNotices": [
{
"EntryId": 1,
"DaysBetweenNotices": 1
}
],
"Description": "text",
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"Line3": [
{
"EntryId": 1,
"Line3": "text"
}
],
"Line4": [
{
"EntryId": 1,
"Line4": "text"
}
],
"NegativeInfoMessage": [
{
"EntryId": 1,
"NegativeInfoMessage": 1
}
],
"NegativeInfoPrintPosition": 1,
"UseWarningGraceDays": 1,
"WarningGraceDays": 1
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}