Real Time Liquidity Structure API REST Endpoints

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