Cancel IPO Order
This API allows you to cancel an existing IPO order by providing the unique transaction number associated with that order.
🛣️Path Parameter
| Parameter | Type | Description | Example/ENUM |
|---|
| transactionNo | string | Unique transaction number of the IPO order to cancel | 458697 |
| Header | Type | Description | Example/ENUM |
|---|
| Authorization | string | Bearer access token | {{access_token}} |
| Content-type | string | Specifies the media type of the request | application/json |
| x-api-key | string | API key to authorize the request | x-api-key |
🟢Success Response - 200 Ok
| Field | Type | Description | Example/ENUM |
|---|
| status | string | Status of the request | "success" |
| code | string | Response code of the API call | "s-101" |
| message | string | Message explaining the result | IPO order cancelled successfully |