OnlineSbi
Perform various operations for Symitar parameters.
Operations
Online sbi
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getOnlineSbi 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.
{
"OnlineSbi": {
"AllowWdForCashedCheck": true,
"AvailBalApprExclList": "text",
"AvailBalPostExclList": "text",
"FeeDescription": "text",
"JointNameTypes": "text",
"MbrVfyInqSpPostOption": 1,
"NonIrsCertTranAccess": true,
"NonIrsClubTranAccess": true,
"PostInquiries": true,
"PostMemberVerifications": true,
"PostSpecialPurchases": true,
"PostStatements": true,
"RegCcPolicy": 1,
"OutputSccComments": 1,
"PayrollCheckHoldOption": 1
}
}
Online sbi select fields
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getOnlineSbiSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 588
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllOnlineSbiFields": true,
"OnlineSbiFields": {
"AllowWdForCashedCheck": true,
"AvailBalApprExclList": true,
"AvailBalPostExclList": true,
"FeeDescription": true,
"JointNameTypes": true,
"MbrVfyInqSpPostOption": true,
"NonIrsCertTranAccess": true,
"NonIrsClubTranAccess": true,
"OutputSccComments": true,
"PayrollCheckHoldOption": true,
"PostInquiries": true,
"PostMemberVerifications": true,
"PostSpecialPurchases": true,
"PostStatements": true,
"RegCcPolicy": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
200
Successful operation.
{
"OnlineSbi": {
"AllowWdForCashedCheck": true,
"AvailBalApprExclList": "text",
"AvailBalPostExclList": "text",
"FeeDescription": "text",
"JointNameTypes": "text",
"MbrVfyInqSpPostOption": 1,
"NonIrsCertTranAccess": true,
"NonIrsClubTranAccess": true,
"PostInquiries": true,
"PostMemberVerifications": true,
"PostSpecialPurchases": true,
"PostStatements": true,
"RegCcPolicy": 1,
"OutputSccComments": 1,
"PayrollCheckHoldOption": 1
}
}
Update online SBIs by ID
Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/updateOnlineSbiByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 539
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"OnlineSbiUpdatableFields": {
"AllowWdForCashedCheck": true,
"AvailBalApprExclList": "text",
"AvailBalPostExclList": "text",
"FeeDescription": "text",
"JointNameTypes": "text",
"MbrVfyInqSpPostOption": 1,
"NonIrsCertTranAccess": true,
"NonIrsClubTranAccess": true,
"OutputSccComments": 1,
"PayrollCheckHoldOption": 1,
"PostInquiries": true,
"PostMemberVerifications": true,
"PostSpecialPurchases": true,
"PostStatements": true,
"RegCcPolicy": 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?