CANCEL IPO ORDER
This API allows you to cancel an existing IPO application/order using the transaction number associated with the IPO bid.
🔗 Path Parameters
| Parameter | Type | Required | Description | Example |
|---|
| transactionNo | integer | Yes | Transaction number of the IPO application | 429 |
🔍 Query Parameters
| Parameter | Type | Required | Description | Example |
|---|
| userId | string | Yes | User ID (UCC) | "{{user_id}}" |
| Header | Type | Description | Example |
|---|
| Content-Type | string | Request payload format | application/json |
| Authorization | string | Access token for authenticated requests | {{access_token}} |
| x-api-key | string | API key used to authorize request | {{x-api-key}} |
🟢 Success Response - 200 OK
Content-Type: application/json
| Field | Type | Description |
|---|
| status | string | Status of API call |
| code | string | Response code |
| message | string | Cancellation status message |
| data | object | IPO cancellation response details |