AccountDefault
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve the default account information
POST /nexum/627/2022.01/parameter/getAccountDefault HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 151
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AccountDefaultAcctType": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AccountDefault": {
"AcctType": 1,
"CappedFeesAmountCap": 1,
"CappedFeesCountCap": 1,
"CloseDate": "2025-05-18",
"CommercialCode": 1,
"CountLimit": [
{
"EntryId": 1,
"CountLimit": 1
}
],
"EStmtEnable": 1,
"EStmtNotify": 1,
"EnableFloat": 1,
"HeadOfHousehold": 1,
"KrHoldBaseAmount": 1,
"Limit": [
{
"EntryId": 1,
"Limit": 1
}
],
"MemberGroup": 1,
"MemberStatus": 1,
"NonRegCcCheckHoldBaseAmt": 1,
"PerItemLimit": [
{
"EntryId": 1,
"PerItemLimit": 1
}
],
"ProxyDate": "2025-05-18",
"Reference": "text",
"RelationshipCode": 1,
"RelationshipOverride": 1,
"RelationshipOverrideEffDate": "2025-05-18",
"RelationshipOverrideExpDate": "2025-05-18",
"Restrict": 1,
"StateReporting": "text",
"StatementMailCode": 1,
"Type": 1,
"UserAmount1": 1,
"UserAmount2": 1,
"UserChar1": "text",
"UserChar2": "text",
"UserChar3": "text",
"UserChar4": "text",
"UserDate1": "2025-05-18",
"UserDate2": "2025-05-18",
"WarningCode": [
{
"EntryId": 1,
"WarningCode": 1
}
]
}
}
Retrieve default accounts with selected fields
POST /nexum/627/2022.01/parameter/getAccountDefaultSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 955
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AccountDefaultAcctType": 1,
"SelectableFields": {
"IncludeAllAccountDefaultFields": true,
"AccountDefaultFields": {
"AcctType": true,
"CappedFeesAmountCap": true,
"CappedFeesCountCap": true,
"CloseDate": true,
"CommercialCode": true,
"CountLimit": [
1
],
"EStmtEnable": true,
"EStmtNotify": true,
"EnableFloat": true,
"HeadOfHousehold": true,
"KrHoldBaseAmount": true,
"Limit": [
1
],
"MemberGroup": true,
"MemberStatus": true,
"NonRegCcCheckHoldBaseAmt": true,
"PerItemLimit": [
1
],
"ProxyDate": true,
"Reference": true,
"RelationshipCode": true,
"RelationshipOverride": true,
"RelationshipOverrideEffDate": true,
"RelationshipOverrideExpDate": true,
"Restrict": true,
"StateReporting": true,
"StatementMailCode": true,
"Type": true,
"UserAmount1": true,
"UserAmount2": true,
"UserChar1": true,
"UserChar2": true,
"UserChar3": true,
"UserChar4": true,
"UserDate1": true,
"UserDate2": true,
"WarningCode": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AccountDefault": {
"AcctType": 1,
"CappedFeesAmountCap": 1,
"CappedFeesCountCap": 1,
"CloseDate": "2025-05-18",
"CommercialCode": 1,
"CountLimit": [
{
"EntryId": 1,
"CountLimit": 1
}
],
"EStmtEnable": 1,
"EStmtNotify": 1,
"EnableFloat": 1,
"HeadOfHousehold": 1,
"KrHoldBaseAmount": 1,
"Limit": [
{
"EntryId": 1,
"Limit": 1
}
],
"MemberGroup": 1,
"MemberStatus": 1,
"NonRegCcCheckHoldBaseAmt": 1,
"PerItemLimit": [
{
"EntryId": 1,
"PerItemLimit": 1
}
],
"ProxyDate": "2025-05-18",
"Reference": "text",
"RelationshipCode": 1,
"RelationshipOverride": 1,
"RelationshipOverrideEffDate": "2025-05-18",
"RelationshipOverrideExpDate": "2025-05-18",
"Restrict": 1,
"StateReporting": "text",
"StatementMailCode": 1,
"Type": 1,
"UserAmount1": 1,
"UserAmount2": 1,
"UserChar1": "text",
"UserChar2": "text",
"UserChar3": "text",
"UserChar4": "text",
"UserDate1": "2025-05-18",
"UserDate2": "2025-05-18",
"WarningCode": [
{
"EntryId": 1,
"WarningCode": 1
}
]
}
}
Retrieve a paged list of default accounts
POST /nexum/627/2022.01/parameter/getAccountDefaultPagedList 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.
{
"AccountDefault": [
{
"AcctType": 1,
"CappedFeesAmountCap": 1,
"CappedFeesCountCap": 1,
"CloseDate": "2025-05-18",
"CommercialCode": 1,
"CountLimit": [
{
"EntryId": 1,
"CountLimit": 1
}
],
"EStmtEnable": 1,
"EStmtNotify": 1,
"EnableFloat": 1,
"HeadOfHousehold": 1,
"KrHoldBaseAmount": 1,
"Limit": [
{
"EntryId": 1,
"Limit": 1
}
],
"MemberGroup": 1,
"MemberStatus": 1,
"NonRegCcCheckHoldBaseAmt": 1,
"PerItemLimit": [
{
"EntryId": 1,
"PerItemLimit": 1
}
],
"ProxyDate": "2025-05-18",
"Reference": "text",
"RelationshipCode": 1,
"RelationshipOverride": 1,
"RelationshipOverrideEffDate": "2025-05-18",
"RelationshipOverrideExpDate": "2025-05-18",
"Restrict": 1,
"StateReporting": "text",
"StatementMailCode": 1,
"Type": 1,
"UserAmount1": 1,
"UserAmount2": 1,
"UserChar1": "text",
"UserChar2": "text",
"UserChar3": "text",
"UserChar4": "text",
"UserDate1": "2025-05-18",
"UserDate2": "2025-05-18",
"WarningCode": [
{
"EntryId": 1,
"WarningCode": 1
}
]
}
],
"Token": "text"
}
Retrieve the list of fields for selecting default accounts
POST /nexum/627/2022.01/parameter/getAccountDefaultListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 928
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllAccountDefaultFields": true,
"AccountDefaultFields": {
"AcctType": true,
"CappedFeesAmountCap": true,
"CappedFeesCountCap": true,
"CloseDate": true,
"CommercialCode": true,
"CountLimit": [
1
],
"EStmtEnable": true,
"EStmtNotify": true,
"EnableFloat": true,
"HeadOfHousehold": true,
"KrHoldBaseAmount": true,
"Limit": [
1
],
"MemberGroup": true,
"MemberStatus": true,
"NonRegCcCheckHoldBaseAmt": true,
"PerItemLimit": [
1
],
"ProxyDate": true,
"Reference": true,
"RelationshipCode": true,
"RelationshipOverride": true,
"RelationshipOverrideEffDate": true,
"RelationshipOverrideExpDate": true,
"Restrict": true,
"StateReporting": true,
"StatementMailCode": true,
"Type": true,
"UserAmount1": true,
"UserAmount2": true,
"UserChar1": true,
"UserChar2": true,
"UserChar3": true,
"UserChar4": true,
"UserDate1": true,
"UserDate2": true,
"WarningCode": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AccountDefaultList": {
"hasReachedMaximumListSize": true,
"AccountDefault": [
{
"AcctType": 1,
"CappedFeesAmountCap": 1,
"CappedFeesCountCap": 1,
"CloseDate": "2025-05-18",
"CommercialCode": 1,
"CountLimit": [
{
"EntryId": 1,
"CountLimit": 1
}
],
"EStmtEnable": 1,
"EStmtNotify": 1,
"EnableFloat": 1,
"HeadOfHousehold": 1,
"KrHoldBaseAmount": 1,
"Limit": [
{
"EntryId": 1,
"Limit": 1
}
],
"MemberGroup": 1,
"MemberStatus": 1,
"NonRegCcCheckHoldBaseAmt": 1,
"PerItemLimit": [
{
"EntryId": 1,
"PerItemLimit": 1
}
],
"ProxyDate": "2025-05-18",
"Reference": "text",
"RelationshipCode": 1,
"RelationshipOverride": 1,
"RelationshipOverrideEffDate": "2025-05-18",
"RelationshipOverrideExpDate": "2025-05-18",
"Restrict": 1,
"StateReporting": "text",
"StatementMailCode": 1,
"Type": 1,
"UserAmount1": 1,
"UserAmount2": 1,
"UserChar1": "text",
"UserChar2": "text",
"UserChar3": "text",
"UserChar4": "text",
"UserDate1": "2025-05-18",
"UserDate2": "2025-05-18",
"WarningCode": [
{
"EntryId": 1,
"WarningCode": 1
}
]
}
]
}
}
Search account default select fields
POST /nexum/627/2022.01/parameter/searchAccountDefaultSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 960
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllAccountDefaultFields": true,
"AccountDefaultFields": {
"AcctType": true,
"CappedFeesAmountCap": true,
"CappedFeesCountCap": true,
"CloseDate": true,
"CommercialCode": true,
"CountLimit": [
1
],
"EStmtEnable": true,
"EStmtNotify": true,
"EnableFloat": true,
"HeadOfHousehold": true,
"KrHoldBaseAmount": true,
"Limit": [
1
],
"MemberGroup": true,
"MemberStatus": true,
"NonRegCcCheckHoldBaseAmt": true,
"PerItemLimit": [
1
],
"ProxyDate": true,
"Reference": true,
"RelationshipCode": true,
"RelationshipOverride": true,
"RelationshipOverrideEffDate": true,
"RelationshipOverrideExpDate": true,
"Restrict": true,
"StateReporting": true,
"StatementMailCode": true,
"Type": true,
"UserAmount1": true,
"UserAmount2": true,
"UserChar1": true,
"UserChar2": true,
"UserChar3": true,
"UserChar4": true,
"UserDate1": true,
"UserDate2": true,
"WarningCode": [
1
]
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AccountDefaultList": {
"hasReachedMaximumListSize": true,
"AccountDefault": [
{
"AcctType": 1,
"CappedFeesAmountCap": 1,
"CappedFeesCountCap": 1,
"CloseDate": "2025-05-18",
"CommercialCode": 1,
"CountLimit": [
{
"EntryId": 1,
"CountLimit": 1
}
],
"EStmtEnable": 1,
"EStmtNotify": 1,
"EnableFloat": 1,
"HeadOfHousehold": 1,
"KrHoldBaseAmount": 1,
"Limit": [
{
"EntryId": 1,
"Limit": 1
}
],
"MemberGroup": 1,
"MemberStatus": 1,
"NonRegCcCheckHoldBaseAmt": 1,
"PerItemLimit": [
{
"EntryId": 1,
"PerItemLimit": 1
}
],
"ProxyDate": "2025-05-18",
"Reference": "text",
"RelationshipCode": 1,
"RelationshipOverride": 1,
"RelationshipOverrideEffDate": "2025-05-18",
"RelationshipOverrideExpDate": "2025-05-18",
"Restrict": 1,
"StateReporting": "text",
"StatementMailCode": 1,
"Type": 1,
"UserAmount1": 1,
"UserAmount2": 1,
"UserChar1": "text",
"UserChar2": "text",
"UserChar3": "text",
"UserChar4": "text",
"UserDate1": "2025-05-18",
"UserDate2": "2025-05-18",
"WarningCode": [
{
"EntryId": 1,
"WarningCode": 1
}
]
}
]
}
}
Retrieve a paged list of default accounts with selected fields
POST /nexum/627/2022.01/parameter/getAccountDefaultPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 1022
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllAccountDefaultFields": true,
"AccountDefaultFields": {
"AcctType": true,
"CappedFeesAmountCap": true,
"CappedFeesCountCap": true,
"CloseDate": true,
"CommercialCode": true,
"CountLimit": [
1
],
"EStmtEnable": true,
"EStmtNotify": true,
"EnableFloat": true,
"HeadOfHousehold": true,
"KrHoldBaseAmount": true,
"Limit": [
1
],
"MemberGroup": true,
"MemberStatus": true,
"NonRegCcCheckHoldBaseAmt": true,
"PerItemLimit": [
1
],
"ProxyDate": true,
"Reference": true,
"RelationshipCode": true,
"RelationshipOverride": true,
"RelationshipOverrideEffDate": true,
"RelationshipOverrideExpDate": true,
"Restrict": true,
"StateReporting": true,
"StatementMailCode": true,
"Type": true,
"UserAmount1": true,
"UserAmount2": true,
"UserChar1": true,
"UserChar2": true,
"UserChar3": true,
"UserChar4": true,
"UserDate1": true,
"UserDate2": true,
"WarningCode": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AccountDefault": [
{
"AcctType": 1,
"CappedFeesAmountCap": 1,
"CappedFeesCountCap": 1,
"CloseDate": "2025-05-18",
"CommercialCode": 1,
"CountLimit": [
{
"EntryId": 1,
"CountLimit": 1
}
],
"EStmtEnable": 1,
"EStmtNotify": 1,
"EnableFloat": 1,
"HeadOfHousehold": 1,
"KrHoldBaseAmount": 1,
"Limit": [
{
"EntryId": 1,
"Limit": 1
}
],
"MemberGroup": 1,
"MemberStatus": 1,
"NonRegCcCheckHoldBaseAmt": 1,
"PerItemLimit": [
{
"EntryId": 1,
"PerItemLimit": 1
}
],
"ProxyDate": "2025-05-18",
"Reference": "text",
"RelationshipCode": 1,
"RelationshipOverride": 1,
"RelationshipOverrideEffDate": "2025-05-18",
"RelationshipOverrideExpDate": "2025-05-18",
"Restrict": 1,
"StateReporting": "text",
"StatementMailCode": 1,
"Type": 1,
"UserAmount1": 1,
"UserAmount2": 1,
"UserChar1": "text",
"UserChar2": "text",
"UserChar3": "text",
"UserChar4": "text",
"UserDate1": "2025-05-18",
"UserDate2": "2025-05-18",
"WarningCode": [
{
"EntryId": 1,
"WarningCode": 1
}
]
}
],
"Token": "text"
}
Search account default paged select fields
POST /nexum/627/2022.01/parameter/searchAccountDefaultPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 1037
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllAccountDefaultFields": true,
"AccountDefaultFields": {
"AcctType": true,
"CappedFeesAmountCap": true,
"CappedFeesCountCap": true,
"CloseDate": true,
"CommercialCode": true,
"CountLimit": [
1
],
"EStmtEnable": true,
"EStmtNotify": true,
"EnableFloat": true,
"HeadOfHousehold": true,
"KrHoldBaseAmount": true,
"Limit": [
1
],
"MemberGroup": true,
"MemberStatus": true,
"NonRegCcCheckHoldBaseAmt": true,
"PerItemLimit": [
1
],
"ProxyDate": true,
"Reference": true,
"RelationshipCode": true,
"RelationshipOverride": true,
"RelationshipOverrideEffDate": true,
"RelationshipOverrideExpDate": true,
"Restrict": true,
"StateReporting": true,
"StatementMailCode": true,
"Type": true,
"UserAmount1": true,
"UserAmount2": true,
"UserChar1": true,
"UserChar2": true,
"UserChar3": true,
"UserChar4": true,
"UserDate1": true,
"UserDate2": true,
"WarningCode": [
1
]
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AccountDefault": [
{
"AcctType": 1,
"CappedFeesAmountCap": 1,
"CappedFeesCountCap": 1,
"CloseDate": "2025-05-18",
"CommercialCode": 1,
"CountLimit": [
{
"EntryId": 1,
"CountLimit": 1
}
],
"EStmtEnable": 1,
"EStmtNotify": 1,
"EnableFloat": 1,
"HeadOfHousehold": 1,
"KrHoldBaseAmount": 1,
"Limit": [
{
"EntryId": 1,
"Limit": 1
}
],
"MemberGroup": 1,
"MemberStatus": 1,
"NonRegCcCheckHoldBaseAmt": 1,
"PerItemLimit": [
{
"EntryId": 1,
"PerItemLimit": 1
}
],
"ProxyDate": "2025-05-18",
"Reference": "text",
"RelationshipCode": 1,
"RelationshipOverride": 1,
"RelationshipOverrideEffDate": "2025-05-18",
"RelationshipOverrideExpDate": "2025-05-18",
"Restrict": 1,
"StateReporting": "text",
"StatementMailCode": 1,
"Type": 1,
"UserAmount1": 1,
"UserAmount2": 1,
"UserChar1": "text",
"UserChar2": "text",
"UserChar3": "text",
"UserChar4": "text",
"UserDate1": "2025-05-18",
"UserDate2": "2025-05-18",
"WarningCode": [
{
"EntryId": 1,
"WarningCode": 1
}
]
}
],
"Token": "text"
}
Update Account Default information by ID
POST /nexum/627/2022.01/parameter/updateAccountDefaultByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 976
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AccountDefaultAcctType": 1,
"AccountDefaultUpdatableFields": {
"CappedFeesAmountCap": 1,
"CappedFeesCountCap": 1,
"CloseDate": "2025-05-18",
"CommercialCode": 1,
"CountLimit": [
{
"EntryId": 1,
"CountLimit": 1
}
],
"EStmtEnable": 1,
"EStmtNotify": 1,
"HeadOfHousehold": 1,
"KrHoldBaseAmount": 1,
"Limit": [
{
"EntryId": 1,
"Limit": 1
}
],
"MemberGroup": 1,
"MemberStatus": 1,
"NonRegCcCheckHoldBaseAmt": 1,
"PerItemLimit": [
{
"EntryId": 1,
"PerItemLimit": 1
}
],
"ProxyDate": "2025-05-18",
"Reference": "text",
"RelationshipCode": 1,
"RelationshipOverride": 1,
"RelationshipOverrideEffDate": "2025-05-18",
"RelationshipOverrideExpDate": "2025-05-18",
"Restrict": 1,
"StateReporting": "text",
"StatementMailCode": 1,
"UserAmount1": 1,
"UserAmount2": 1,
"UserChar1": "text",
"UserChar2": "text",
"UserChar3": "text",
"UserChar4": "text",
"UserDate1": "2025-05-18",
"UserDate2": "2025-05-18",
"WarningCode": [
{
"EntryId": 1,
"WarningCode": 1
}
]
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}