Creates a new interest rate change request for a program.post https://example.com/programs/{programCode}/InterestRate/ChangeRequestThis endpoint allows Partners to create a new interest rate change request.Path ParamsprogramCodestringrequiredThe program code associated with the request.Body ParamsThe request object containing details of the interest rate change request.interestRateNamestringrequiredThe name of the interest rate to be added or changed.productCodestringrequiredThe product code for which the interest rate change applies.annualPercentageYielddoublerequiredThe annual percentage yield (APY) associated with the interest rate.interestRatedoublerequiredThe interest rate value to be set for the product.HeadersX-GD-RequestIdstringrequiredThe unique request identifier from the X-GD-RequestId header.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago