AcctLimit
Perform various operations for Symitar parameters.
Operations
Retrieve the account limiting information
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getAcctLimit 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"
}
}
}
200
Successful operation.
{
"AcctLimit": {
"LimitDescription": [
{
"EntryId": 1,
"LimitDescription": "text"
}
],
"LimitSourceCodes": [
{
"EntryId": 1,
"LimitSourceCodes": "text"
}
],
"LimitTransactionSubType": [
{
"EntryId": 1,
"LimitTransactionSubType": "text"
}
],
"LimitTransactionType": [
{
"EntryId": 1,
"LimitTransactionType": 1
}
]
}
}
Retrieve account limiting information with selected fields
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getAcctLimitSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 301
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllAcctLimitFields": true,
"AcctLimitFields": {
"LimitDescription": [
1
],
"LimitSourceCodes": [
1
],
"LimitTransactionSubType": [
1
],
"LimitTransactionType": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"AcctLimit": {
"LimitDescription": [
{
"EntryId": 1,
"LimitDescription": "text"
}
],
"LimitSourceCodes": [
{
"EntryId": 1,
"LimitSourceCodes": "text"
}
],
"LimitTransactionSubType": [
{
"EntryId": 1,
"LimitTransactionSubType": "text"
}
],
"LimitTransactionType": [
{
"EntryId": 1,
"LimitTransactionType": 1
}
]
}
}
Update Account Limit by ID
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/updateAcctLimitByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 414
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AcctLimitUpdatableFields": {
"LimitDescription": [
{
"EntryId": 1,
"LimitDescription": "text"
}
],
"LimitSourceCodes": [
{
"EntryId": 1,
"LimitSourceCodes": "text"
}
],
"LimitTransactionSubType": [
{
"EntryId": 1,
"LimitTransactionSubType": "text"
}
],
"LimitTransactionType": [
{
"EntryId": 1,
"LimitTransactionType": 1
}
]
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}
Last updated
Was this helpful?