APIs
Please find below the API details for the IPO Allocation module.
The API will only be useable if the module has been licensed by the client.
In the URL, vx.x.x denotes the swagger version that client has licensed.
Endpoint | Method | URL | Description |
---|---|---|---|
createInitialPublicOfferingAllocation | POST | http://<hostname>:<jboss_port>/ilmb-provider-iris/api/vx.x.x/order/il/initialPublicOfferings/securities/{securityId}/allocations | Creates the allocation details for Initial Public Offering of a security. |
updateInitialPublicOfferingAllocation | PUT | http://<hostname>:<jboss_port>/ilmb-provider-iris/api/vx.x.x/order/il/initialPublicOfferings/securities/{securityId}/allocations | Update the allocation details for Initial Public Offering of a security. |
createSecuritiesIPOOrder | POST | http://<hostname>:<jboss_port>/ilmb-provider-iris/api/vx.x.x/order/il/initialPublicOfferings/securityOrders | Create the Initial Public Offering bid of a security for a customer with bid price and nominal price. |
updateSecuritiesIPOOrder | PUT | http://<hostname>:<jboss_port>/ilmb-provider-iris/api/vx.x.x/order/il/initialPublicOfferings/securityOrders/{securityOrderId} | Update the Initial Public Offering bid of a security for a customer with bid price and nominal price. |
In this topic