GET POSITION CONVERSION STATUS
This API allows you to fetch the status of a position conversion request based on the provided orderId.
It is typically used to track whether a position conversion request (e.g., MIS → CNC) has been successfully processed.
🔍 Query Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| userId | string | Yes | User ID (UCC) | "{{user_id}}" |
| orderId | string | Yes | Order ID received from position conversion response | "NWSDJ00017>4" |
🔑 Header Parameters
| 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 | Example |
|---|---|---|---|
| status | string | Status of API call | "success" |
| code | string | Response code | "s-101" |
| message | string | Success message | "Position conversion status fetched successfully" |