Add interest rate cap type
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"interestRateCapCode": "Bank of Finland PIRC",
"rateCapApplicationRule": "INSTANT",
"fourEyeRequired": false
}curl --location 'https://currency-api.sandbox.tuumplatform.com/api/v1/interest-rate-caps/types' \
--header 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHBpcnlEVGltZSI6IjIwMjMtMDktMjVUMTQ6MTc6MjkiLCJyb2xlcyI6WyJBRE1JTiJdLCJuYW1lIjoiSm9obiBPZmZpY2VyIiwiZW1wbG95ZWVJZCI6IjEiLCJ0ZW5hbnRDb2RlIjoiTUIiLCJleHAiOjE2OTU2NTE0NDl9.Zo39uMKkrlxqsjRTwhEGwz2NukSnBigNTztbtYYPb3k' \
--header 'x-channel-code: SYSTEM' \
--header 'Content-Type: application/json' \
--data '{
"interestRateCapCode": "Bank of Finland PIRC",
"rateCapApplicationRule": "INSTANT",
"fourEyeRequired": false
}'Sample response
Result
Last updated
Was this helpful?