Reputation: 21
I am calling the User Abilities Get as well as Put function and while the call is working, I am wondering what the return values are? I have seen "None" ,"Enabled", "Disabled" and "Request". Maybe those are all of the possible values to be returned but I cannot find confirmation in the documentation, just examples of what could come back.
Can someone please point me to where I can find the answer in the documentation or list the possible values returned for me?
Response:
"zelle_enabled": "None",
Upvotes: 0
Views: 92
Reputation: 21
I was able to find the possible values within the Swagger provided by Banno. There is a metadata call that returns possible values for each Ability.
Upvotes: 0