| Bookmark Name | Actions |
|---|
Custom Role Management
Custom Roles feature allows an authorized user to create custom role templates with predefined permissions, over the base parent role of the user, and store them in the DBX database. The roles control the features and actions that the user can perform. The benefit of using Custom Roles is that the user saves a lot of time and effort, as the user need not set the permissions manually for every individual. The user can also reassign the Custom Role templates based on business needs.
For more information on Custom Role Management, refer to the Infinity SME Banking Documentation.
| Name | Description | Introduced In |
|---|---|---|
| createCustomRole | This API allows the authorized user to create a Custom Role template. Each Custom Role template has a pre-defined set of permissions and access rights. | 2020.07 |
| fetchCustomRoleList | This API allows the authorized user to fetch the custom role list. Each template contains a list of accounts and this template helps the user in fetching the account list. | 2020.07 |
| getCustomRoleDetails | This API allows the authorized user to fetch the Custom Role details. The details include pre-defined permissions and access rights. | 2020.07 |
| updateCustomRole | This API allows the authorized user to update the Custom Role template with a new set of permissions and access rights or remove the access rights and permissions from the template. | 2020.07 |
| deleteCustomRole | This API allows the authorized user to delete the Custom Role Template. | 2020.07 |
| assignCustomRoleToCustomers | This API allows the authorized user to assign a template to a customer or set of customers. | 2020.07 |
| Description: | This API allows the authorized user to create a Custom Role template. Each Custom Role template has a pre-defined set of permissions and access rights. | ||||||
| Method: | POST | ||||||
| URL: | /services/data/v1/RBObjects/operations/CustomRole/createCustomRole | ||||||
| Security Level: | Authenticated App Users | ||||||
| Header Request: | X-Kony-Authorization | ||||||
| Body Request: |
Parameters customeRoleName Specifies the name of the Custom role template. accounts Specifies the accounts to which the access is being provided. features Specifies the features to which the access is being provided. The parameter also specifies the necessary permission required to access the features. {
"customRoleName": "asdasadf",
"accounts": "[{\"accountName\":\"Turbo Auto Loan\",\"accountId\":\"200324064302980\"}]",
"features": "[{\"featureName\":\"Bill Payment Service\",\"featureID\":\"DOMESTIC_WIRE_TRANSFER\",\"featureDescription\":\"Pay your bills instantly\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_APPROVE\",\"actionDescription\":\"Approve Bill Payments\",\"isEnabled\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"true\"}]},{\"actionType\":\"NON_MONETARY\",\"actionId\":\"BILL_PAY_BULK\",\"actionDescription\":\"Bulk Bill Pay\",\"isEnabled\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"true\"}]},{\"actionType\":\"MONETARY\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_CREATE\",\"actionDescription\":\"Bill Payment Service\",\"isEnabled\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"true\",\"limits\":{\"PRE_APPROVED_TRANSACTION_LIMIT\":\"0\",\"AUTO_DENIED_TRANSACTION_LIMIT\":\"40.0\",\"PRE_APPROVED_DAILY_LIMIT\":\"0\",\"AUTO_DENIED_DAILY_LIMIT\":\"900.0\",\"PRE_APPROVED_WEEKLY_LIMIT\":\"0\",\"AUTO_DENIED_WEEKLY_LIMIT\":\"1500.0\"}}]},{\"actionType\":\"NON_MONETARY\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_CREATE_RECEPIENT\",\"actionDescription\":\"Bill pay create payees\",\"isEnabled\":\"false\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_SELF_APPROVAL\",\"actionDescription\":\"Approve self-initiated Bill Payments\",\"isEnabled\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"true\"}]},{\"actionType\":\"NON_MONETARY\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_VIEW\",\"actionDescription\":\"View Bill Payments\",\"isEnabled\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"true\"}]}},{\"featureName\":\"Profile Settings\",\"featureID\":\"PROFILE_SETTINGS\",\"featureDescription\":\"Profile Settings\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"actionId\":\"PROFILE_SETTINGS_UPDATE\",\"actionDescription\":\"Update Profile Settings\",\"isEnabled\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"actionId\":\"PROFILE_SETTINGS_VIEW\",\"actionDescription\":\"View Profile Settings\",\"isEnabled\":\"true\"}]},{\"featureName\":\"User Management\",\"featureID\":\"USER_MANAGEMENT\",\"featureDescription\":\"Manage the Business Online access of the other user\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"actionId\":\"USER_MANAGEMENT\",\"actionDescription\":\"Manage the Business Online access of the other user\",\"isEnabled\":\"true\"},{\"actionType\":\"NON_MONETARY\",\"actionId\":\"USER_MANAGEMENT_ACTIVATE\",\"actionDescription\":\"User management activate\",\"isEnabled\":\"true\"},{\"actionType\":\"NON_MONETARY\",\"actionId\":\"USER_MANAGEMENT_CREATE\",\"actionDescription\":\"User management create\",\"isEnabled\":\"true\"},{\"actionType\":\"NON_MONETARY\",\"actionId\":\"USER_MANAGEMENT_DELETE\",\"actionDescription\":\"User management delete\",\"isEnabled\":\"true\"},{\"actionType\":\"NON_MONETARY\",\"actionId\":\"USER_MANAGEMENT_VIEW\",\"actionDescription\":\"User management view\",\"isEnabled\":\"true\"}]}]"
}
|
||||||
| Response: |
Parameters id Specifies the unique Custom Role template ID that the user has generated. {
"id": "200410084549490",
"opstatus": 0,
"httpStatusCode": 0
}
|
||||||
| Error Code(s): |
Error Message: Logged in User is not authorized to perform this action Error Message: Internal service error Error Message: Unable to find customRoleName Error Message: Unable to find parentRole_id Error Message: Account list is empty Error Message: Invalid transaction limits Error Message: Custom role name cannot be duplicated Error Message: Invalid organisation accounts Error Message: Invalid custom role name or description |
||||||
| Service Flow: |
|
| Description: | This API allows the authorized user to fetch the custom role list. Each template contains a list of accounts and this template helps the user in fetching the account list. | |||||
| Method: | POST | |||||
| URL: | services/data/v1/RBObjects/operations/CustomRole/getOrganizationCustomRoles | |||||
| Security Level: | Authenticated App Users | |||||
| Header Request: | X-Kony-Authorization | |||||
| Body Request: |
None |
|||||
| Response: |
CustomRoles [ ] The collection is returned to the client. Parameters CustomRoles /id Specifies the unique ID of the Custom Role template that the user has fetched. CustomRoles /customRoleName Specifies the name of the Custom Role template that the user has fetched. CustomRoles /Parent_id Specifies the parent ID of the Custom Template. Based on this ID the user can identify the parent template to which the custom template belongs. CustomRoles /Status Specifies the status of the Custom Role Template (Active/Inactive). CustomRoles /Description Specifies the description of the Custom Role template. CustomRoles /createdby Specifies the name of the user who created the custom template. CustomRoles /modifiedby Specifies the name of the user who modified the custom template. CustomRoles /createdts Specifies the date of creation of the custom template along with the time stamp. CustomRoles /lastmodifiedts Specifies the date of modification of the custom template along with the time stamp. {
"CustomRoles": [
{
"id": "200508192651432",
"customRoleName": "Role1",
"Parent_id":"Admin1",
"Status": "Active",
"Description": "Custom Role1",
"createdby": "dbpolbuser",
"modifiedby": "dbpolbuser",
"createdts": "2020-05-07T19:26:51",
"lastmodifiedts": "2020-05-07T19:26:51"
},
{
"id": "200508192651433",
"customRoleName": "Role2",
"Parent_id":"Admin1",
"Status": "Active",
"Description": "Custom Role 2",
"createdby": "dbpolbuser",
"modifiedby": "dbpolbuser",
"createdts": "2020-05-07T19:26:51",
"lastmodifiedts": "2020-05-07T19:26:51"
}
],
"opstatus": 0,
"httpStatusCode": 0
}
|
|||||
| Error Code(s): |
Error Message: Logged in User is not authorized to perform this action Error Message: Internal service error |
|||||
| Service Flow: |
|
| Description: | This API allows the authorized user to fetch the Custom Role details. The details include pre-defined permissions and access rights. | ||||||
| Method: | POST | ||||||
| URL: | /services/data/v1/RBObjects/operations/CustomRole/getCustomRoleDetails | ||||||
| Security Level: | Authenticated App Users | ||||||
| Header Request: | X-Kony-Authorization | ||||||
| Body Request: |
Parameters customeRoleName Specifies the name of the Custom Role template. CustomRoleId Specifies the unique ID of the Custom Role template that must be fetched. {
"CustomRoleName":"Role1",
"CustomRoleId":"C1"
}
|
||||||
| Response: |
id Specifies the unique ID of the Custom Role template that the user has fetched. customRoleName Specifies the name of the Custom Role template that the user has fetched. Parent_id Specifies the parent ID of the Custom Template. Based on this ID the user can identify the parent template to which the custom template belongs. Status Specifies the status of the fetch operation (Success/Failure). Description Specifies the description of the Custom Role template. success Specifies the name of the user who created the custom template. customerActionLimits Specifies the name of the user who modified the custom template. customerActionLimits/featureName Specifies the date of creation of the custom template along with the time stamp. customerActionLimits/featureDescription Specifies the date of modification of the custom template along with the time stamp. customerActionLimits/featureDescription Specifies the date of modification of the custom template along with the time stamp. customerActionLimits/actions Specifies an array of JSON Objects of actions customerActionLimits/actions/actionType Specifies the type of action. customerActionLimits/actions/actionId Specifies the unique ID of the action. customerActionLimits/actionDescription Specifies the description of the action. customerActionLimits/actions/accounts Specifies an array of JSON Objects of accounts. customerActionLimits/actions/accounts/accountId Specifies the unique ID of the account. customerActionLimits/actions/accounts/isEnabled Specifies whether the account is enabled. The value is Boolean. customerActionLimits/actions/accounts/Limits Specifies the user limits over the account. customerActionLimits/actions/accounts/Limits/id Specifies the unique ID of the limit. customerActionLimits/actions/accounts/Limits/value Specifies the value of the limit. customerActionLimits/featureId Specifies the unique ID of the feature. {
"id":"C1",
"CustomRoleName": "Role1",
"Status": "NEW",
"Description": "Admin role",
" Parent_id"
"success": "Successful",
"customerActionLimits": [
{
"featureName": "Transfer between customer own accounts",
"featureDescription": "Fund Transfer between different eligible accounts of a member",
"actions": [
{
"actionType": "MONETARY",
"actionId": "TRANSFER_BETWEEN_OWN_ACCOUNT_CREATE",
"actionDescription": "Fund Transfer between different eligible accounts of a member",
"isAccountLevel": "true",
"accounts": [
{
"accountId": "200508192651845",
"isEnabled": "true",
"limits": [
{
"id": "PRE_APPROVED_DAILY_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_DAILY_LIMIT",
"value": "1000.00"
},
{
"id": "PRE_APPROVED_WEEKLY_LIMIT",
"value": "0.00"
},
{
"id": "PRE_APPROVED_TRANSACTION_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_WEEKLY_LIMIT",
"value": "5000.00"
},
{
"id": "AUTO_DENIED_TRANSACTION_LIMIT",
"value": "500.00"
}
]
},
{
"accountId": "200508192651721",
"isEnabled": "true",
"limits": [
{
"id": "PRE_APPROVED_DAILY_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_DAILY_LIMIT",
"value": "1000.00"
},
{
"id": "PRE_APPROVED_WEEKLY_LIMIT",
"value": "0.00"
},
{
"id": "PRE_APPROVED_TRANSACTION_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_WEEKLY_LIMIT",
"value": "5000.00"
},
{
"id": "AUTO_DENIED_TRANSACTION_LIMIT",
"value": "500.00"
}
]
},
{
"accountId": "200508192651545",
"isEnabled": "true",
"limits": [
{
"id": "PRE_APPROVED_DAILY_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_DAILY_LIMIT",
"value": "1000.00"
},
{
"id": "PRE_APPROVED_WEEKLY_LIMIT",
"value": "0.00"
},
{
"id": "PRE_APPROVED_TRANSACTION_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_WEEKLY_LIMIT",
"value": "5000.00"
},
{
"id": "AUTO_DENIED_TRANSACTION_LIMIT",
"value": "500.00"
}
]
},
{
"accountId": "200508192651432",
"isEnabled": "true",
"limits": [
{
"id": "PRE_APPROVED_DAILY_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_DAILY_LIMIT",
"value": "1000.00"
},
{
"id": "PRE_APPROVED_WEEKLY_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_WEEKLY_LIMIT",
"value": "5000.00"
},
{
"id": "PRE_APPROVED_TRANSACTION_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_TRANSACTION_LIMIT",
"value": "500.00"
}
]
},
{
"accountId": "200508192651488",
"isEnabled": "true",
"limits": [
{
"id": "PRE_APPROVED_DAILY_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_DAILY_LIMIT",
"value": "1000.00"
},
{
"id": "PRE_APPROVED_WEEKLY_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_WEEKLY_LIMIT",
"value": "5000.00"
},
{
"id": "PRE_APPROVED_TRANSACTION_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_TRANSACTION_LIMIT",
"value": "500.00"
}
]
},
{
"accountId": "200508192651792",
"isEnabled": "true",
"limits": [
{
"id": "PRE_APPROVED_DAILY_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_DAILY_LIMIT",
"value": "1000.00"
},
{
"id": "PRE_APPROVED_WEEKLY_LIMIT",
"value": "0.00"
},
{
"id": "PRE_APPROVED_TRANSACTION_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_WEEKLY_LIMIT",
"value": "5000.00"
},
{
"id": "AUTO_DENIED_TRANSACTION_LIMIT",
"value": "500.00"
}
]
},
{
"accountId": "200508192651638",
"isEnabled": "true",
"limits": [
{
"id": "PRE_APPROVED_DAILY_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_DAILY_LIMIT",
"value": "1000.00"
},
{
"id": "PRE_APPROVED_WEEKLY_LIMIT",
"value": "0.00"
},
{
"id": "PRE_APPROVED_TRANSACTION_LIMIT",
"value": "0.00"
},
{
"id": "AUTO_DENIED_WEEKLY_LIMIT",
"value": "5000.00"
},
{
"id": "AUTO_DENIED_TRANSACTION_LIMIT",
"value": "500.00"
}
]
}
],
"actionName": "Transfer between customer own accounts - Create Transaction"
},
{
"actionType": "NON_MONETARY",
"isEnabled": "true",
"actionId": "TRANSFER_BETWEEN_OWN_ACCOUNT_VIEW",
"actionDescription": "View history of fund transfers between different eligible accounts of a member",
"isAccountLevel": "true",
"accounts": [
{
"accountId": "200508192651638",
"isEnabled": "true"
},
{
"accountId": "200508192651432",
"isEnabled": "true"
},
{
"accountId": "200508192651545",
"isEnabled": "true"
},
{
"accountId": "200508192651845",
"isEnabled": "true"
},
{
"accountId": "200508192651721",
"isEnabled": "true"
},
{
"accountId": "200508192651488",
"isEnabled": "true"
},
{
"accountId": "200508192651792",
"isEnabled": "true"
}
],
"actionName": "Transfer between customer own accounts - View Transactions"
},
{
"actionType": "NON_MONETARY",
"isEnabled": "true",
"actionId": "TRANSFER_BETWEEN_OWN_ACCOUNT_VIEW_RECEPIENT",
"actionDescription": "Transfer between own account view recipient",
"isAccountLevel": "false",
"accounts": [],
"actionName": "Transfer between own account view recipient"
}
],
"featureId": "TRANSFER_BETWEEN_OWN_ACCOUNT"
}
],
"opstatus": 0,
"opstatus_GetOrgEmployeeDetails": 0,
"accounts": [
{
"Account_id": "200508192651432",
"AccountName": "Business Advantage Savings-X1432"
},
{
"Account_id": "200508192651545",
"AccountName": "Pro Business Checking-X1545"
},
{
"Account_id": "200508192651792",
"AccountName": "Business Direct Term Deposit-X1792"
},
{
"Account_id": "200508192651845",
"AccountName": "Business Advantage Term Loan-X1845"
},
{
"Account_id": "200508192651721",
"AccountName": "Business Gold Credit Card-X1721"
},
{
"Account_id": "200508192651638",
"AccountName": "Business Platinum MasterCard-X1638"
},
{
"Account_id": "200508192651488",
"AccountName": "Progress Business Checking-X1488"
}
],
"httpStatusCode": 0
}
|
||||||
| Error Code(s): |
Error Message: Logged in User is not authorized to perform this action Error Message: Internal service error Error Message: Unable to find customRoleId |
||||||
| Service Flow: |
|
| Description: | This API allows the authorized user to update the Custom Role template with a new set of permissions and access rights or remove the access rights and permissions from the template. | ||||||
| Method: | POST | ||||||
| URL: | services/data/v1/RBObjects/operations/CustomRole/updateCustomRole | ||||||
| Security Level: | Authenticated App Users | ||||||
| Header Request: | X-Kony-Authorization | ||||||
| Body Request: |
Parameters id (Mandatory) Specifies the unique ID of the Custom role template that is to be updated. accounts Specifies the permissions and access rights of the various accounts that are to be updated. features Specifies the permissions and access rights of the various features that are to be updated. {
"accounts": "[{\"accountName\":\"Turbo Auto Loan\",\"accountId\":\"200324064302980\"}]",
"features": "[{\"featureName\":\"Check Management\",\"featureDescription\":\"Manage issued Check Payments\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"CHECK_MANAGEMENT_ADD_STOP_CHECK_REQUEST\",\"actionDescription\":\"Check management add stop check request\",\"actionName\":\"Check management add stop check request\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"CHECK_MANAGEMENT\",\"actionDescription\":\"Manage issued Check Payments\",\"actionName\":\"Check Management\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"CHECK_MANAGEMENT_VIEW_DISPUTED_CHECKS\",\"actionDescription\":\"Check management view disputed checks\",\"actionName\":\"Check management view disputed checks\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Reset Security Questions\",\"featureDescription\":\"Reset Security Questions\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"RESET_SECURITY_QUESTIONS\",\"actionDescription\":\"Reset Security Questions\",\"actionName\":\"Reset Security Questions\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Username Update\",\"featureDescription\":\"Username Update\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"USERNAME_UPDATE\",\"actionDescription\":\"Username Update\",\"actionName\":\"Username Update\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Domestic Wire Transfer\",\"featureDescription\":\"Wire Transfers within the country\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_BULKWIRES\",\"actionDescription\":\"Bulk wires for domestic wire transfers\",\"actionName\":\"Bulk wires for domestic wire transfers\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_SELF_APPROVAL\",\"actionDescription\":\"Approve self-initiated domestic wire transfers\",\"actionName\":\"Approve self-initiated domestic wire transfers\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_DELETE_RECEPIENT\",\"actionDescription\":\"Domestic wire transfer delete recepient\",\"actionName\":\"Domestic wire transfer delete recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_CREATE\",\"actionDescription\":\"Wire Transfers within the country\",\"actionName\":\"Wire Transfers within the country\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\",\"limits\":{\"PRE_APPROVED_TRANSACTION_LIMIT\":\"0\",\"AUTO_DENIED_TRANSACTION_LIMIT\":\"500\",\"PRE_APPROVED_DAILY_LIMIT\":\"0\",\"AUTO_DENIED_DAILY_LIMIT\":\"1000\",\"PRE_APPROVED_WEEKLY_LIMIT\":\"0\",\"AUTO_DENIED_WEEKLY_LIMIT\":\"5000\"}}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_APPROVE\",\"actionDescription\":\"Approve domestic wire transfers\",\"actionName\":\"Approve domestic wire transfers\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_VIEW\",\"actionDescription\":\"View history of domestic wire transfers\",\"actionName\":\"View history of domestic wire transfers\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_VIEW_RECEPIENT\",\"actionDescription\":\"Domestic wire transfer view recepient\",\"actionName\":\"Domestic wire transfer view recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"DOMESTIC_WIRE_TRANSFER_CREATE_RECEPIENT\",\"actionDescription\":\"Domestic wire transfer create recepient\",\"actionName\":\"Domestic wire transfer create recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]}]},{\"featureName\":\"ACH Payment\",\"featureDescription\":\"Automated Clearing House Payment Service\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"ACH_PAYMENT_CREATE_TEMPLATE\",\"actionDescription\":\"ACH payment create template\",\"actionName\":\"ACH payment create template\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"ACH_PAYMENT_VIEW_TEMPLATE\",\"actionDescription\":\"ACH payment view template\",\"actionName\":\"ACH payment view template\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"ACH_PAYMENT_DELETE_TEMPLATE\",\"actionDescription\":\"ACH payment delete template\",\"actionName\":\"ACH payment delete template\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"ACH_PAYMENT_SELF_APPROVAL\",\"actionDescription\":\"Approve self-initiated Automated Clearing House Payments\",\"actionName\":\"Approve self-initiated Automated Clearing House Payments\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"ACH_PAYMENT_CREATE\",\"actionDescription\":\"Automated Clearing House Payment Service\",\"actionName\":\"Automated Clearing House Payment Service\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",
\"isEnabled\":\"false\",\"limits\":{\"PRE_APPROVED_TRANSACTION_LIMIT\":\"0\",\"AUTO_DENIED_TRANSACTION_LIMIT\":\"500\",\"PRE_APPROVED_DAILY_LIMIT\":\"0\",\"AUTO_DENIED_DAILY_LIMIT\":\"1000\",\"PRE_APPROVED_WEEKLY_LIMIT\":\"0\",\"AUTO_DENIED_WEEKLY_LIMIT\":\"5000\"}}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"ACH_PAYMENT_VIEW\",\"actionDescription\":\"View history of Automated Clearing House Payments\",\"actionName\":\"View history of Automated Clearing House Payments\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"ACH_PAYMENT_APPROVE\",\"actionDescription\":\"Approve Automated Clearing House Payments\",\"actionName\":\"Approve Automated Clearing House Payments\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]}]},{\"featureName\":\"Recipient Management\",\"featureDescription\":\"Recipient Management\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"RECIPIENT_MANAGEMENT_VIEW\",\"actionDescription\":\"View Recipient\",\"actionName\":\"View Recipient\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"User Management\",\"featureDescription\":\"Manage the Business Online access of the other user\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"USER_MANAGEMENT_DELETE\",\"actionDescription\":\"User management delete\",\"actionName\":\"User management delete\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"USER_MANAGEMENT_CREATE\",\"actionDescription\":\"User management create\",\"actionName\":\"User management create\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"USER_MANAGEMENT_VIEW\",\"actionDescription\":\"User management view\",\"actionName\":\"User management view\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"USER_MANAGEMENT_ACTIVATE\",
\"actionDescription\":\"User management activate\",\"actionName\":\"User management activate\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"USER_MANAGEMENT\",\"actionDescription\":\"Manage the Business Online access of the other user\",\"actionName\":\"User Management\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"USER_MANAGEMENT_SUSPEND\",\"actionDescription\":\"User management suspend\",\"actionName\":\"User management suspend\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Bill Payment Service\",\"featureDescription\":\"Pay your bills instantly\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_ACTIVATE\",\"actionDescription\":\"Bill pay activate\",\"actionName\":\"Bill pay activate\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_ACTIVATE_EBILL\",\"actionDescription\":\"Bill pay activate ebill\",\"actionName\":\"Bill pay activate ebill\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_ACTIVATE_OR_DEACTIVATE\",\"actionDescription\":\"Activate or Deactivate Bill Pay\",\"actionName\":\"Activate or Deactivate Bill Pay\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_DEACTIVATE\",\"actionDescription\":\"Bill pay deactivate\",\"actionName\":\"Bill pay deactivate\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_DEACTIVATE_EBILL\",\"actionDescription\":\"Bill pay deactivate ebill\",\"actionName\":\"Bill pay deactivate ebill\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_APPROVE\",\"actionDescription\":\"Approve Bill Payments\",\"actionName\":\"Approve Bill Payments\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_BULK\",\"actionDescription\":\"Bulk Bill Pay\",\"actionName\":\"Bulk Bill Pay\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_CREATE\",\"actionDescription\":\"Bill Payment Service\",\"actionName\":\"Bill Payment Service\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\",\"limits\":{\"PRE_APPROVED_TRANSACTION_LIMIT\":\"0\",\"AUTO_DENIED_TRANSACTION_LIMIT\":\"500\",\"PRE_APPROVED_DAILY_LIMIT\":\"0\",\"AUTO_DENIED_DAILY_LIMIT\":\"1000\",\"PRE_APPROVED_WEEKLY_LIMIT\":\"0\",\"AUTO_DENIED_WEEKLY_LIMIT\":\"5000\"}}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_CREATE_PAYEES\",\"actionDescription\":\"Bill pay create payees\",\"actionName\":\"Bill pay create payees\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_DELETE_PAYEES\",\"actionDescription\":\"Bill pay delete payees\",\"actionName\":\"Bill pay delete payees\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_SELF_APPROVAL\",\"actionDescription\":\"Approve self-initiated Bill Payments\",\"actionName\":\"Approve self-initiated Bill Payments\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_VIEW\",\"actionDescription\":\"View Bill Payments\",\"actionName\":\"View Bill Payments\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_VIEW_PAYEES\",\"actionDescription\":\"Bill pay view payees\",\"actionName\":\"Bill pay view payees\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"BILL_PAY_VIEW_PAYMENTS\",\"actionDescription\":\"Bill pay view payments\",\"actionName\":\"Bill pay view payments\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]}]},{\"featureName\":\"ACH Collection\",\"featureDescription\":\"Automated Clearing House Collection Service\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"ACH_COLLECTION_CREATE_TEMPLATE\",\"actionDescription\":\"ACH collection create template\",\"actionName\":\"ACH collection create template\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"ACH_COLLECTION_DELETE_TEMPLATE\",\"actionDescription\":\"ACH collection delete template\",\"actionName\":\"ACH collection delete template\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"ACH_COLLECTION_VIEW_TEMPLATE\",\"actionDescription\":\"ACH collection view template\",\"actionName\":\"ACH collection view template\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"ACH_COLLECTION_APPROVE\",\"actionDescription\":\"Approve Automated Clearing House Collections\",\"actionName\":\"Approve Automated Clearing House Collections\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"ACH_COLLECTION_CREATE\",\"actionDescription\":\"Automated Clearing House Collection Service\",
\"actionName\":\"Automated Clearing House Collection Service\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\",\"limits\":{\"PRE_APPROVED_TRANSACTION_LIMIT\":\"0\",\"AUTO_DENIED_TRANSACTION_LIMIT\":\"500\",\"PRE_APPROVED_DAILY_LIMIT\":\"0\",\"AUTO_DENIED_DAILY_LIMIT\":\"1000\",\"PRE_APPROVED_WEEKLY_LIMIT\":\"0\",\"AUTO_DENIED_WEEKLY_LIMIT\":\"5000\"}}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"ACH_COLLECTION_SELF_APPROVAL\",\"actionDescription\":\"Approve self-initiated Automated Clearing House Collections\",\"actionName\":\"Approve self-initiated Automated Clearing House Collections\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"ACH_COLLECTION_VIEW\",\"actionDescription\":\"View history of Automated Clearing House Collections\",\"actionName\":\"View history of Automated Clearing House Collections\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]}]},{\"featureName\":\"Transfer between Customer own accounts\",\"featureDescription\":\"Fund Transfer between different eligible accounts of a member\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"TRANSFER_BETWEEN_OWN_ACCOUNT_CREATE_RECEPIENT\",\"actionDescription\":\"Transfer between own account create recepient\",\"actionName\":\"Transfer between own account create recepient\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"TRANSFER_BETWEEN_OWN_ACCOUNT_DELETE_RECEPIENT\",\"actionDescription\":\"Transfer between own account delete recepient\",\"actionName\":\"Transfer between own account de;ete recepient\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"TRANSFER_BETWEEN_OWN_ACCOUNT_VIEW_RECEPIENT\",\"actionDescription\":\"Transfer between own account view recepient\",\"actionName\":\"Transfer between own account view recepient\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"TRANSFER_BETWEEN_OWN_ACCOUNT_APPROVE\",\"actionDescription\":\"Approve fund transfers between different eligible accounts of a member\",\"actionName\":\"Transfer between Customer own accounts - Approve Transactions\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"TRANSFER_BETWEEN_OWN_ACCOUNT_CREATE\",\"actionDescription\":\"Fund Transfer between different eligible accounts of a member\",\"actionName\":\"Transfer between Customer own accounts - Create Transaction\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\",\"limits\":{\"PRE_APPROVED_TRANSACTION_LIMIT\":\"0\",\"AUTO_DENIED_TRANSACTION_LIMIT\":\"500\",\"PRE_APPROVED_DAILY_LIMIT\":\"0\",\"AUTO_DENIED_DAILY_LIMIT\":\"1000\",\"PRE_APPROVED_WEEKLY_LIMIT\":\"0\",\"AUTO_DENIED_WEEKLY_LIMIT\":\"5000\"}}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"TRANSFER_BETWEEN_OWN_ACCOUNT_SELF_APPROVAL\",\"actionDescription\":\"Approve self-initiated fund transfers between different eligible accounts of a member\",\"actionName\":\"Transfer between Customer own accounts - Self Approval\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"TRANSFER_BETWEEN_OWN_ACCOUNT_VIEW\",
\"actionDescription\":\"View history of fund transfers between different eligible accounts of a member\",\"actionName\":\"Transfer between Customer own accounts - View Transactions\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]}]},{\"featureName\":\"International Wire Transfer\",\"featureDescription\":\"International Wire Transfer\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"INTERNATIONAL_WIRE_TRANSFER_BULKWIRES\",\"actionDescription\":\"Bulk wires for international wire transfers\",\"actionName\":\"Bulk wires for international wire transfers\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_WIRE_TRANSFER_APPROVE\",\"actionDescription\":\"Approve international wire transfers\",\"actionName\":\"Approve international wire transfers\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_WIRE_TRANSFER_CREATE\",\"actionDescription\":\"International Wire Transfers\",\"actionName\":\"International Wire Transfers \",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\",\"limits\":{\"PRE_APPROVED_TRANSACTION_LIMIT\":\"0\",\"AUTO_DENIED_TRANSACTION_LIMIT\":\"500\",\"PRE_APPROVED_DAILY_LIMIT\":\"0\",\"AUTO_DENIED_DAILY_LIMIT\":\"1000\",\"PRE_APPROVED_WEEKLY_LIMIT\":\"0\",\"AUTO_DENIED_WEEKLY_LIMIT\":\"5000\"}}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_WIRE_TRANSFER_CREATE_RECEPIENT\",\"actionDescription\":\"International wire transfer create recepient\",\"actionName\":\"International wire transfer create recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_WIRE_TRANSFER_DELETE_RECEPIENT\",\"actionDescription\":\"International wire transfer delete recepient\",\"actionName\":\"International wire transfer delete recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_WIRE_TRANSFER_SELF_APPROVAL\",\"actionDescription\":\"Approve self-initiated international wire transfers\",\"actionName\":\"Approve self-initiated international wire transfers\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_WIRE_TRANSFER_VIEW\",\"actionDescription\":\"View history of international wire transfers\",\"actionName\":\"View history of international wire transfers\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_WIRE_TRANSFER_VIEW_RECEPIENT\",\"actionDescription\":\"International wire transfer view recepient\",\"actionName\":\"International wire transfer view recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]}]},{\"featureName\":\"Profile Settings\",\"featureDescription\":\"Profile Settings\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"PROFILE_SETTINGS_UPDATE\",\"actionDescription\":\"Update Profile Settings\",\"actionName\":\"Update Profile Settings\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"PROFILE_SETTINGS_VIEW\",\"actionDescription\":\"View Profile Settings\",\"actionName\":\"View Profile Settings\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Alert Management\",\"featureDescription\":\"Manage Alerts\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"ALERT_MANAGEMENT\",\"actionDescription\":\"Alert Management\",\"actionName\":\"Alert Management\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Manage E-statements\",\"featureDescription\":\"Manage E-statements\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"MANAGE_E_STATEMENTS\",\"actionDescription\":\"Manage E-statements\",\"actionName\":\"Manage E-statements\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Customer requests and messages\",\"featureDescription\":\"Customer requests and messages\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"MESSAGES_CREATE\",\"actionDescription\":\"Create Message\",\"actionName\":\"Create Message\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"MESSAGES_DELETE\",\"actionDescription\":\"Delete Message\",\"actionName\":\"Delete Message\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"MESSAGES_REPLY\",\"actionDescription\":\"Reply Message\",\"actionName\":\"Reply Message\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"MESSAGES_VIEW\",\"actionDescription\":\"View Message\",\"actionName\":\"View Message\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Account Settings\",\"featureDescription\":\"Manage Account Settings\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"ACCOUNT_SETTINGS_EDIT\",\"actionDescription\":\"Manage Account Settings\",\"actionName\":\"Manage Account Settings\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"ACCOUNT_SETTINGS_VIEW\",\"actionDescription\":\"View Account Settings\",\"actionName\":\"View Account Settings\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Approval Matrix\",
\"featureDescription\":\"Approval Matrix\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"APPROVAL_MATRIX_MANAGE\",\"actionDescription\":\"Approval matrix manage\",\"actionName\":\"Approval matrix manage\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"APPROVAL_MATRIX_VIEW\",\"actionDescription\":\"Approval matrix view\",\"actionName\":\"Approval matrix view\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Login\",\"featureDescription\":\"Login\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"LOGIN\",\"actionDescription\":\"Login\",\"actionName\":\"Login\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Transaction management\",\"featureDescription\":\"Transaction management\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"TRANSACTION_MANAGEMENT_DELETE\",\"actionDescription\":\"Delete Transaction\",\"actionName\":\"Delete Transaction\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Applicant\",\"featureDescription\":\"Applicant\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"APPLICANT_MANAGEMENT_CREATE\",\"actionDescription\":\"Create Applicant\",\"actionName\":\"Create Applicant\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Bulk upload of files\",\"featureDescription\":\"Bulk upload of files\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"ACH_FILES\",\"actionDescription\":\"ACH Files\",\"actionName\":\"ACH Files\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"WIRE_FILES\",\"actionDescription\":\"Wire transfer files\",\"actionName\":\"Wire transfer files\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Payee Management\",\"featureDescription\":\"Payee Management\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"PAYEE_MANAGEMENT_CREATE\",\"actionDescription\":\"Create Payee\",\"actionName\":\"Create Payee\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"PAYEE_MANAGEMENT_DELETE\",\"actionDescription\":\"Delete Payee\",\"actionName\":\"Delete Payee\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"PAYEE_MANAGEMENT_EDIT\",\"actionDescription\":\"Edit Payee\",\"actionName\":\"Edit Payee\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"PAYEE_MANAGEMENT_VIEW\",\"actionDescription\":\"View Payee\",\"actionName\":\"View Payee\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Account Aggregation\",\"featureDescription\":\"Account Aggregation\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"ADD_EXTERNAL_ACCOUNT\",\"actionDescription\":\"Add External Account\",\"actionName\":\"Add External Account\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"MANAGE_EXTERNAL_ACCOUNT\",\"actionDescription\":\"Manage External Account\",\"actionName\":\"Manage External Account\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Manage Debit and Credit Cards\",\"featureDescription\":\"View card information, activate or deactivate a card, request replacement for a card, report a lost or stolen card, cancel the usage of a card, and request a new PIN for a card\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"CARD_MANAGEMENT\",
\"actionDescription\":\"Manage Debit and Credit Cards\",\"actionName\":\"Card Management\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"CARD_MANAGEMENT_CANCEL_CARD\",\"actionDescription\":\"Stop or cancel the use of any of the saved cards\",\"actionName\":\"Card Management – Cancel Card\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"CARD_MANAGEMENT_CHANGE_PIN\",\"actionDescription\":\"Change debit card pin online or raise a request to change credit card pin\",\"actionName\":\"Card Management – Change PIN\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"CARD_MANAGEMENT_CREATE_CARD_REQUEST\",\"actionDescription\":\"Card Management Create Card Request\",\"actionName\":\"Card Management – Create card request\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"CARD_MANAGEMENT_LOCK_CARD\",\"actionDescription\":\"Temporarily lock or disable any debit or credit card\",\"actionName\":\"Card Management – Lock Card\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"CARD_MANAGEMENT_PARTIAL_UPDATE\",\"actionDescription\":\"Card management partial update\",\"actionName\":\"Card Management – Partial update\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"CARD_MANAGEMENT_REPLACE_CARD\",\"actionDescription\":\"Request a replacement for any of the saved debit or credit card\",\"actionName\":\"Card Management – Replace Card\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"CARD_MANAGEMENT_REPORT_CARD_STOLEN\",\"actionDescription\":\"Report a lost or stolen card, and block it to prevent any fraudulent transactions\",\"actionName\":\"Card Management – Report Card Lost or Stolen\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"CARD_MANAGEMENT_UNLOCK_CARD\",\"actionDescription\":\"Unlock a temporarily locked card\",\"actionName\":\"Card Management – Unlock Card\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Dispute Transactions\",\"featureDescription\":\"Dispute Transactions\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"DISPUTE_TRANSACTIONS\",\"actionDescription\":\"Dispute Transactions\",\"actionName\":\"Dispute Transactions\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"DISPUTE_TRANSACTIONS_MANAGE\",\"actionDescription\":\"Dispute Transaction manage\",\"actionName\":\"Dispute Transaction manage\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"DISPUTE_TRANSACTIONS_VIEW\",\"actionDescription\":\"Dispute Transaction view\",\"actionName\":\"Dispute Transaction view\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Notification\",\"featureDescription\":\"Notification\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"NOTIFICATION_UPDATE\",\"actionDescription\":\"Update Notification\",\"actionName\":\"Update Notification\",\"isAccountLevel\":\"false\"},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"NOTIFICATION_VIEW\",\"actionDescription\":\"View Notification\",\"actionName\":\"View Notification\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Password Update\",\"featureDescription\":\"Password Update\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"PASSWORD_UPDATE\",\"actionDescription\":\"Password Update\",\"actionName\":\"Password Update\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Feedback\",\"featureDescription\":\"Feedback\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"false\",\"actionId\":\"FEEDBACK_SUBMIT\",\"actionDescription\":\"Submit Feedback\",\"actionName\":\"Submit Feedback\",\"isAccountLevel\":\"false\"}]},{\"featureName\":\"Remote Deposit Capture\",\"featureDescription\":\"Check Deposit be capturing image of the check from the MB or Tablet App\",\"Actions\":[{\"actionType\":\"MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"RDC\",\"actionDescription\":\"Check Deposit be capturing image of the check from the MB or Tablet App\",\"actionName\":\"RDC\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\",\"limits\":{\"PRE_APPROVED_TRANSACTION_LIMIT\":\"0\",\"AUTO_DENIED_TRANSACTION_LIMIT\":\"500\",\"PRE_APPROVED_DAILY_LIMIT\":\"0\",\"AUTO_DENIED_DAILY_LIMIT\":\"1000\",\"PRE_APPROVED_WEEKLY_LIMIT\":\"0\",\"AUTO_DENIED_WEEKLY_LIMIT\":\"5000\"}}]}]},{\"featureName\":\"Intra Bank Fund Transfer\",\"featureDescription\":\"Fund Transfer to other members of the Credit Union. Member to member Transfer\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTRA_BANK_FUND_TRANSFER_APPROVE\",\"actionDescription\":\"Approve fund transfers to Other Members of the Credit Union / Bank. Member to Member Transfer\",\"actionName\":\"Intra Bank Fund Transfer - Approve\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTRA_BANK_FUND_TRANSFER_CREATE\",\"actionDescription\":\"Fund Transfer to other members of the Credit Union. Member to member Transfer\",\"actionName\":\"Intra Bank Fund Transfer - Create\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\",\"limits\":{\"PRE_APPROVED_TRANSACTION_LIMIT\":\"0\",\"AUTO_DENIED_TRANSACTION_LIMIT\":\"500\",\"PRE_APPROVED_DAILY_LIMIT\":\"0\",\"AUTO_DENIED_DAILY_LIMIT\":\"1000\",
\"PRE_APPROVED_WEEKLY_LIMIT\":\"0\",\"AUTO_DENIED_WEEKLY_LIMIT\":\"5000\"}}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTRA_BANK_FUND_TRANSFER_CREATE_RECEPIENT\",\"actionDescription\":\"Intra bank fund transfer create recepient\",\"actionName\":\"Intra bank fund transfer create recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTRA_BANK_FUND_TRANSFER_DELETE_RECEPIENT\",\"actionDescription\":\"Intra bank fund transfer delete recepient\",\"actionName\":\"Intra bank fund transfer delete recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTRA_BANK_FUND_TRANSFER_SELF_APPROVAL\",\"actionDescription\":\"Approve self-initiated fund transfers to Other Members of the Credit Union / Bank. Member to Member Transfer\",\"actionName\":\"Intra Bank Fund Transfer - Self Approval\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTRA_BANK_FUND_TRANSFER_VIEW\",\"actionDescription\":\"View history of fund transfers to Other Members of the Credit Union / Bank. Member to Member Transfer\",\"actionName\":\"Intra Bank Fund Transfer - View Transactions\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTRA_BANK_FUND_TRANSFER_VIEW_RECEPIENT\",\"actionDescription\":\"Intra bank fund transfer view recepient\",\"actionName\":\"Intra bank fund transfer view recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]}]},{\"featureName\":\"International Account to Account Fund Transfer \",\"featureDescription\":\"Fund Transfer to Accounts in International Banks and Credit Unions\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_ACCOUNT_FUND_TRANSFER_APPROVE\",\"actionDescription\":\"Approve fund transfers to Accounts in International Banks and Credit Unions\",\"actionName\":\"Approve fund transfers to Accounts in International Banks and Credit Unions\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_ACCOUNT_FUND_TRANSFER_CREATE\",\"actionDescription\":\"Fund Transfer to Accounts in International Banks and Credit Unions\",\"actionName\":\"Fund Transfer to Accounts in International Banks and Credit Unions\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\",\"limits\":{\"PRE_APPROVED_TRANSACTION_LIMIT\":\"0\",\"AUTO_DENIED_TRANSACTION_LIMIT\":\"500\",\"PRE_APPROVED_DAILY_LIMIT\":\"0\",\"AUTO_DENIED_DAILY_LIMIT\":\"1000\",\"PRE_APPROVED_WEEKLY_LIMIT\":\"0\",\"AUTO_DENIED_WEEKLY_LIMIT\":\"5000\"}}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_ACCOUNT_FUND_TRANSFER_CREATE_RECEPIENT\",\"actionDescription\":\"International account fund transfer create recepient\",\"actionName\":\"International account fund transfer create recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_ACCOUNT_FUND_TRANSFER_DELETE_RECEPIENT\",\"actionDescription\":\"International account fund transfer delete recepient\",\"actionName\":\"International account fund transfer delete recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_ACCOUNT_FUND_TRANSFER_SELF_APPROVAL\",\"actionDescription\":\"Approve self-initiated fund transfers to Accounts in International Banks and Credit Unions\",\"actionName\":\"Approve self-initiated fund transfers to Accounts in International Banks and Credit Unions\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_ACCOUNT_FUND_TRANSFER_VIEW\",\"actionDescription\":\"View history of fund transfers to Accounts in International Banks and Credit Unions\",\"actionName\":\"View history of fund transfers to Accounts in International Banks and Credit Unions\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTERNATIONAL_ACCOUNT_FUND_TRANSFER_VIEW_RECEPIENT\",\"actionDescription\":\"International account fund transfer view recepient\",\"actionName\":\"International account fund transfer view recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]}]},{\"featureName\":\"Interbank Account to Account Fund Transfer\",\"featureDescription\":\"Fund Transfer to Accounts in other domestic Banks and Credit Unions\",\"Actions\":[{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTER_BANK_ACCOUNT_FUND_TRANSFER_APPROVE\",\"actionDescription\":\"Approve fund transfers to Accounts in other domestic Banks and Credit Unions\",\"actionName\":\"Approve fund transfers to Accounts in other domestic Banks and Credit Unions\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTER_BANK_ACCOUNT_FUND_TRANSFER_CREATE\",\"actionDescription\":\"Fund Transfer to Accounts in other domestic Banks and Credit Unions\",
\"actionName\":\"Fund Transfer to Accounts in other domestic Banks and Credit Unions\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\",\"limits\":{\"PRE_APPROVED_TRANSACTION_LIMIT\":\"0\",\"AUTO_DENIED_TRANSACTION_LIMIT\":\"500\",\"PRE_APPROVED_DAILY_LIMIT\":\"0\",\"AUTO_DENIED_DAILY_LIMIT\":\"1000\",\"PRE_APPROVED_WEEKLY_LIMIT\":\"0\",\"AUTO_DENIED_WEEKLY_LIMIT\":\"5000\"}}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTER_BANK_ACCOUNT_FUND_TRANSFER_CREATE_RECEPIENT\",\"actionDescription\":\"Inter bank fund transfer create recepient\",\"actionName\":\"Inter bank fund transfer create recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTER_BANK_ACCOUNT_FUND_TRANSFER_DELETE_RECEPIENT\",\"actionDescription\":\"Inter bank fund transfer delete recepient\",\"actionName\":\"Inter bank fund transfer delete recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTER_BANK_ACCOUNT_FUND_TRANSFER_SELF_APPROVAL\",\"actionDescription\":\"Approve self-initiated fund transfer to Accounts in other domestic Banks and Credit Unions\",\"actionName\":\"Approve self-initiated fund transfer to Accounts in other domestic Banks and Credit Unions\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTER_BANK_ACCOUNT_FUND_TRANSFER_VIEW\",\"actionDescription\":\"View history of fund transfers to Accounts in other domestic Banks and Credit Unions\",\"actionName\":\"View history of fund transfers to Accounts in other domestic Banks and Credit Unions\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]},{\"actionType\":\"NON_MONETARY\",\"isEnabled\":\"true\",\"actionId\":\"INTER_BANK_ACCOUNT_FUND_TRANSFER_VIEW_RECEPIENT\",\"actionDescription\":\"Inter bank fund transfer view recepient\",\"actionName\":\"Inter bank fund transfer view recepient\",\"isAccountLevel\":\"true\",\"Accounts\":[{\"id\":\"200324064302980\",\"isEnabled\":\"false\"}]}]}]",
"id": "200410084549490"
}
|
||||||
| Response: | {
"success": "Update success.",
"opstatus": 0,
"httpStatusCode": 0
}
|
||||||
| Error Code(s): |
|
||||||
| Service Flow: |
|
| Description: | This API allows the authorized user to delete the Custom Role Template. | |||||
| Method: | POST | |||||
| URL: | services/data/v1/RBObjects/operations/CustomRole/deleteCustomRole | |||||
| Security Level: | Authenticated App Users | |||||
| Header Request: | X-Kony-Authorization | |||||
| Body Request: |
Parameters customeRoleName Specifies the name of the Custom role template that is to be deleted. CustomRoleId Specifies the unique ID of the Custom Role template that has to be deleted. {
"CustomRoleName":"Role1",
"CustomRoleId":"C1"
}
|
|||||
| Response: | {
"success": "Delete success",
"opstatus": 0,
"httpStatusCode": 0
}
|
|||||
| Error Code(s): |
|
|||||
| Service Flow: |
|
| Description: | This API allows the authorized user to assign a template to a customer or set of customers. | ||||||
| Method: | POST | ||||||
| URL: | services/data/v1/RBObjects/operations/CustomRole/applyCustomRole | ||||||
| Security Level: | Authenticated App Users | ||||||
| Header Request: | X-Kony-Authorization | ||||||
| Body Request: |
Parameters customeRoleName Specifies the name of the Custom role template that is to be deleted. CustomRoleId Specifies the unique ID of the Custom Role template that has to be deleted. Users Specifies the array of users to whom the Custom Role Template must be applied. {
"CustomRoleName": "srinivas",
"CustomRoleId": "b12f4704-0d48-43c7-8236-3d59c0e14201",
"Users": "[{\"UserId\":\"200508192651432\",\"UserName\":\"User1\"},{\"UserId\":\"200508192651488\",\"UserName\":\"User2\"}]"
}
|
||||||
| Response: | {
"success": "Delete success",
"opstatus": 0,
"httpStatusCode": 0
}
|
||||||
| Error Code(s): |
|
||||||
| Service Flow: |
|
Add Bookmark
save your best linksView Bookmarks
Visit your best linksIn this topic
Are you sure you want to log-off?