Get list of Requested By values
This method returns list of Requested By values
URL test:
URL live:
Method:
GET
Path items:
/enumeration (Method name)
/requestedby (Type of enumeration)
Parameters:
No parameters
Example:
Responses:
200 - OK
Status Code: 200 OK
[
{
"code": "BANK",
"description": "bank"
},
{
"code": "ACCOUNT_OWNER",
"description": "Account owner"
},
{
"code": "HOLDER",
"description": "Holder"
}
]
Parameter | Type | Example | Description |
---|---|---|---|
code | string | HOLDER | |
description | string | Holder |
500 - Internal error
Status Code: 500 Internal error