Real Time Liquidity Parameter API REST Endpoints

RTL Services/Real Time Liquidity Parameter API
This service is used for real time liquidity parameter operation.
Adds a new real time liquidity parameter
Method: post
Path: /parameter
Authorize the real time liquidity parameter by given ID
Method: patch
Path: /parameter/{id}/approve
Close the real time liquidity parameter by given ID
Method: patch
Path: /parameter/{id}/close
Deletes the real time liquidity parameter identified by given ID
Method: delete
Path: /parameter/{id}
Get all valid real time liquidity parameter
Method: get
Path: /parameter
Reopen the real time liquidity parameter by given ID
Method: patch
Path: /parameter/{id}/reopen
Retrieves the real time liquidity parameter by ID
Method: get
Path: /parameter/{id}
Retrives the real time liquidity parameter by given ID
Method: get
Path: /parameter/{id}/history
Retrives the real time liquidity parameter by given ID
Method: get
Path: /parameter/{id}/unauthorized
Update an existing real time liquidity parameter
Method: put
Path: /parameter/{id}