L.6 Web Service Name: getTPRate
Ability to query existing instrument records that contain FTP information for a specified date.
A relationship manager may want to retrieve the FTP information for existing account records from the database. For example, a customer may have multiple accounts with the bank, one is a personal loan, and another is a term deposit. The relationship manager can query the transfer rate information for these existing accounts and use the actual margin information (positive or negative) as the basis to offer rates for the new products. Providing this kind of information in real-time allows the banker to make informed pricing decisions.
Rest URL format:
http://<ServerName>:port/<contextName>/services/OFSAAFTPService/getTPRate
The attributes given with angular brackets must be replaced with the appropriate value in your environment.
- ServerName: This is the name of the host where these services are deployed.
- port: This is the port number on the server where it is listening for an incoming request.
- contextname: This is the name of the web archive for the FTP Economic Cost web service (FTPWebServiceAXIS).
Input JSON format:
The following table provides an example of the required inputs in JSON format:
Table L-1 An example of the required inputs in JSON format
Function Name | JSON FORMAT |
---|---|
getTPRate |
{ "ACCOUNT_NUMBER": "TLN1TLN1", "AS_OF_DATE": "20140920", "INSTRUMENT_TYPE_CODE":"230" } |
Function parameters (supplied within request.JSON file):
- Account Number
- As-of-Date
- Instrument Type Code