Comment
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve a comment.
POST /nexum/627/2022.01/parameter/getComment HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 166
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"CommentCommentType": 1,
"CommentComment": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Comment": {
"Comment": 1,
"CommentType": 1,
"DataType": [
{
"EntryId": 1,
"DataType": 1
}
],
"DefaultChar": [
{
"EntryId": 1,
"DefaultChar": "text"
}
],
"DefaultNum": [
{
"EntryId": 1,
"DefaultNum": 1
}
],
"Description": "text",
"Format": 1,
"KeyCodePurpose": "text",
"Line": [
{
"EntryId": 1,
"Line": "text"
}
],
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"MaxCode": [
{
"EntryId": 1,
"MaxCode": 1
}
],
"MaxLength": [
{
"EntryId": 1,
"MaxLength": 1
}
],
"MemberBillingCode": "text",
"NonMemberBillingCode": "text",
"Prompt": [
{
"EntryId": 1,
"Prompt": "text"
}
],
"ReportingCode": "text",
"ReportingDescription": "text",
"Status": 1,
"UserHelp": [
{
"EntryId": 1,
"UserHelp": 1
}
]
}
}
Retrieve select fields for a specific comment.
POST /nexum/627/2022.01/parameter/getCommentSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 584
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"CommentCommentType": 1,
"CommentComment": 1,
"SelectableFields": {
"IncludeAllCommentFields": true,
"CommentFields": {
"Comment": true,
"CommentType": true,
"DataType": [
1
],
"DefaultChar": [
1
],
"DefaultNum": [
1
],
"Description": true,
"Format": true,
"KeyCodePurpose": true,
"Line": [
1
],
"Line1": [
1
],
"Line2": [
1
],
"MaxCode": [
1
],
"MaxLength": [
1
],
"MemberBillingCode": true,
"NonMemberBillingCode": true,
"Prompt": [
1
],
"ReportingCode": true,
"ReportingDescription": true,
"Status": true,
"UserHelp": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Comment": {
"Comment": 1,
"CommentType": 1,
"DataType": [
{
"EntryId": 1,
"DataType": 1
}
],
"DefaultChar": [
{
"EntryId": 1,
"DefaultChar": "text"
}
],
"DefaultNum": [
{
"EntryId": 1,
"DefaultNum": 1
}
],
"Description": "text",
"Format": 1,
"KeyCodePurpose": "text",
"Line": [
{
"EntryId": 1,
"Line": "text"
}
],
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"MaxCode": [
{
"EntryId": 1,
"MaxCode": 1
}
],
"MaxLength": [
{
"EntryId": 1,
"MaxLength": 1
}
],
"MemberBillingCode": "text",
"NonMemberBillingCode": "text",
"Prompt": [
{
"EntryId": 1,
"Prompt": "text"
}
],
"ReportingCode": "text",
"ReportingDescription": "text",
"Status": 1,
"UserHelp": [
{
"EntryId": 1,
"UserHelp": 1
}
]
}
}
Retrieve comments in a paged list.
POST /nexum/627/2022.01/parameter/getCommentPagedList 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.
{
"Comment": [
{
"Comment": 1,
"CommentType": 1,
"DataType": [
{
"EntryId": 1,
"DataType": 1
}
],
"DefaultChar": [
{
"EntryId": 1,
"DefaultChar": "text"
}
],
"DefaultNum": [
{
"EntryId": 1,
"DefaultNum": 1
}
],
"Description": "text",
"Format": 1,
"KeyCodePurpose": "text",
"Line": [
{
"EntryId": 1,
"Line": "text"
}
],
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"MaxCode": [
{
"EntryId": 1,
"MaxCode": 1
}
],
"MaxLength": [
{
"EntryId": 1,
"MaxLength": 1
}
],
"MemberBillingCode": "text",
"NonMemberBillingCode": "text",
"Prompt": [
{
"EntryId": 1,
"Prompt": "text"
}
],
"ReportingCode": "text",
"ReportingDescription": "text",
"Status": 1,
"UserHelp": [
{
"EntryId": 1,
"UserHelp": 1
}
]
}
],
"Token": "text"
}
Retrieve a list of select fields for comments.
POST /nexum/627/2022.01/parameter/getCommentListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 542
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllCommentFields": true,
"CommentFields": {
"Comment": true,
"CommentType": true,
"DataType": [
1
],
"DefaultChar": [
1
],
"DefaultNum": [
1
],
"Description": true,
"Format": true,
"KeyCodePurpose": true,
"Line": [
1
],
"Line1": [
1
],
"Line2": [
1
],
"MaxCode": [
1
],
"MaxLength": [
1
],
"MemberBillingCode": true,
"NonMemberBillingCode": true,
"Prompt": [
1
],
"ReportingCode": true,
"ReportingDescription": true,
"Status": true,
"UserHelp": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"CommentList": {
"hasReachedMaximumListSize": true,
"Comment": [
{
"Comment": 1,
"CommentType": 1,
"DataType": [
{
"EntryId": 1,
"DataType": 1
}
],
"DefaultChar": [
{
"EntryId": 1,
"DefaultChar": "text"
}
],
"DefaultNum": [
{
"EntryId": 1,
"DefaultNum": 1
}
],
"Description": "text",
"Format": 1,
"KeyCodePurpose": "text",
"Line": [
{
"EntryId": 1,
"Line": "text"
}
],
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"MaxCode": [
{
"EntryId": 1,
"MaxCode": 1
}
],
"MaxLength": [
{
"EntryId": 1,
"MaxLength": 1
}
],
"MemberBillingCode": "text",
"NonMemberBillingCode": "text",
"Prompt": [
{
"EntryId": 1,
"Prompt": "text"
}
],
"ReportingCode": "text",
"ReportingDescription": "text",
"Status": 1,
"UserHelp": [
{
"EntryId": 1,
"UserHelp": 1
}
]
}
]
}
}
Field for selecting various options related to searchcommentselectfields
POST /nexum/627/2022.01/parameter/searchCommentSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 574
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllCommentFields": true,
"CommentFields": {
"Comment": true,
"CommentType": true,
"DataType": [
1
],
"DefaultChar": [
1
],
"DefaultNum": [
1
],
"Description": true,
"Format": true,
"KeyCodePurpose": true,
"Line": [
1
],
"Line1": [
1
],
"Line2": [
1
],
"MaxCode": [
1
],
"MaxLength": [
1
],
"MemberBillingCode": true,
"NonMemberBillingCode": true,
"Prompt": [
1
],
"ReportingCode": true,
"ReportingDescription": true,
"Status": true,
"UserHelp": [
1
]
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"CommentList": {
"hasReachedMaximumListSize": true,
"Comment": [
{
"Comment": 1,
"CommentType": 1,
"DataType": [
{
"EntryId": 1,
"DataType": 1
}
],
"DefaultChar": [
{
"EntryId": 1,
"DefaultChar": "text"
}
],
"DefaultNum": [
{
"EntryId": 1,
"DefaultNum": 1
}
],
"Description": "text",
"Format": 1,
"KeyCodePurpose": "text",
"Line": [
{
"EntryId": 1,
"Line": "text"
}
],
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"MaxCode": [
{
"EntryId": 1,
"MaxCode": 1
}
],
"MaxLength": [
{
"EntryId": 1,
"MaxLength": 1
}
],
"MemberBillingCode": "text",
"NonMemberBillingCode": "text",
"Prompt": [
{
"EntryId": 1,
"Prompt": "text"
}
],
"ReportingCode": "text",
"ReportingDescription": "text",
"Status": 1,
"UserHelp": [
{
"EntryId": 1,
"UserHelp": 1
}
]
}
]
}
}
Retrieve a paged list of select fields for comments.
POST /nexum/627/2022.01/parameter/getCommentPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 636
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllCommentFields": true,
"CommentFields": {
"Comment": true,
"CommentType": true,
"DataType": [
1
],
"DefaultChar": [
1
],
"DefaultNum": [
1
],
"Description": true,
"Format": true,
"KeyCodePurpose": true,
"Line": [
1
],
"Line1": [
1
],
"Line2": [
1
],
"MaxCode": [
1
],
"MaxLength": [
1
],
"MemberBillingCode": true,
"NonMemberBillingCode": true,
"Prompt": [
1
],
"ReportingCode": true,
"ReportingDescription": true,
"Status": true,
"UserHelp": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Comment": [
{
"Comment": 1,
"CommentType": 1,
"DataType": [
{
"EntryId": 1,
"DataType": 1
}
],
"DefaultChar": [
{
"EntryId": 1,
"DefaultChar": "text"
}
],
"DefaultNum": [
{
"EntryId": 1,
"DefaultNum": 1
}
],
"Description": "text",
"Format": 1,
"KeyCodePurpose": "text",
"Line": [
{
"EntryId": 1,
"Line": "text"
}
],
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"MaxCode": [
{
"EntryId": 1,
"MaxCode": 1
}
],
"MaxLength": [
{
"EntryId": 1,
"MaxLength": 1
}
],
"MemberBillingCode": "text",
"NonMemberBillingCode": "text",
"Prompt": [
{
"EntryId": 1,
"Prompt": "text"
}
],
"ReportingCode": "text",
"ReportingDescription": "text",
"Status": 1,
"UserHelp": [
{
"EntryId": 1,
"UserHelp": 1
}
]
}
],
"Token": "text"
}
Field for selecting various options related to searchcommentpagedselectfields
POST /nexum/627/2022.01/parameter/searchCommentPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 651
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllCommentFields": true,
"CommentFields": {
"Comment": true,
"CommentType": true,
"DataType": [
1
],
"DefaultChar": [
1
],
"DefaultNum": [
1
],
"Description": true,
"Format": true,
"KeyCodePurpose": true,
"Line": [
1
],
"Line1": [
1
],
"Line2": [
1
],
"MaxCode": [
1
],
"MaxLength": [
1
],
"MemberBillingCode": true,
"NonMemberBillingCode": true,
"Prompt": [
1
],
"ReportingCode": true,
"ReportingDescription": true,
"Status": true,
"UserHelp": [
1
]
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Comment": [
{
"Comment": 1,
"CommentType": 1,
"DataType": [
{
"EntryId": 1,
"DataType": 1
}
],
"DefaultChar": [
{
"EntryId": 1,
"DefaultChar": "text"
}
],
"DefaultNum": [
{
"EntryId": 1,
"DefaultNum": 1
}
],
"Description": "text",
"Format": 1,
"KeyCodePurpose": "text",
"Line": [
{
"EntryId": 1,
"Line": "text"
}
],
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"MaxCode": [
{
"EntryId": 1,
"MaxCode": 1
}
],
"MaxLength": [
{
"EntryId": 1,
"MaxLength": 1
}
],
"MemberBillingCode": "text",
"NonMemberBillingCode": "text",
"Prompt": [
{
"EntryId": 1,
"Prompt": "text"
}
],
"ReportingCode": "text",
"ReportingDescription": "text",
"Status": 1,
"UserHelp": [
{
"EntryId": 1,
"UserHelp": 1
}
]
}
],
"Token": "text"
}
Update Comment by ID
POST /nexum/627/2022.01/parameter/updateCommentByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 781
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"CommentCommentType": 1,
"CommentComment": 1,
"CommentUpdatableFields": {
"DataType": [
{
"EntryId": 1,
"DataType": 1
}
],
"DefaultChar": [
{
"EntryId": 1,
"DefaultChar": "text"
}
],
"DefaultNum": [
{
"EntryId": 1,
"DefaultNum": 1
}
],
"Description": "text",
"Format": 1,
"KeyCodePurpose": "text",
"Line": [
{
"EntryId": 1,
"Line": "text"
}
],
"Line1": [
{
"EntryId": 1,
"Line1": "text"
}
],
"Line2": [
{
"EntryId": 1,
"Line2": "text"
}
],
"MaxCode": [
{
"EntryId": 1,
"MaxCode": 1
}
],
"MaxLength": [
{
"EntryId": 1,
"MaxLength": 1
}
],
"MemberBillingCode": "text",
"NonMemberBillingCode": "text",
"Prompt": [
{
"EntryId": 1,
"Prompt": "text"
}
],
"ReportingCode": "text",
"ReportingDescription": "text",
"Status": 1,
"UserHelp": [
{
"EntryId": 1,
"UserHelp": 1
}
]
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}