Description
Parameter information understood by the bank is shared through this API. In this example, Enums API is invoked to get residence type informaton of customer.
How it Works
Sample Request
GET {API_HOST}/api/v1/enums/type_of_residency
Headers:
X-IBM-client-id: {YOUR_CLIENT_ID}
X-IBM-client-secret: {YOUR_CLIENT_SECRET}
Content-Type: application/json
Sample Response
{
"data": {
"1": "Sahibi Olduğu Evde Oturuyor",
"2": "Kiracı",
"3": "Lojmanda Oturuyor",
"4": "Aile Bireylerinden Birisinin Evinde Oturuyor",
"99": "Diğer (Otel, Misafirhane vb.)"
}
}