Skip to main content

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

ParameterTypeRequiredDescriptionExample
userIdstringYesUser ID (UCC)"{{user_id}}"
orderIdstringYesOrder ID received from position conversion response"NWSDJ00017>4"

🔑 Header Parameters

HeaderTypeDescriptionExample
Content-TypestringRequest payload formatapplication/json
AuthorizationstringAccess token for authenticated requests{{access_token}}
x-api-keystringAPI key used to authorize request{{x-api-key}}

🟢 Success Response - 200 OK

Content-Type: application/json

FieldTypeDescriptionExample
statusstringStatus of API call"success"
codestringResponse code"s-101"
messagestringSuccess message"Position conversion status fetched successfully"