PAUSE / RESUME / CANCEL EQ SIP ORDER API
This API allows you to pause, resume, or cancel an existing EQ SIP order.
🔗 Path Parameters
| Parameter | Type | Required | Description | Example |
|---|
| sipid | string | Yes | SIP Identifier | "SI1411220001" |
| orderStatus | string | Yes | Current SIP status | "PENDING" |
| scripName | string | Yes | Scrip symbol | "SBIN" |
| transactionType | string | Yes | Transaction type | "BUY" |
| investmentType | string | Yes | Investment type | "QUANTITY" |
| qtyOrVal | integer | Yes | Quantity or value | 1 |
🔍 Query Parameters
| Parameter | Type | Required | Description | Example |
|---|
| client_id | string | No | Client ID to fetch SIP data for end user | client_id=VISHAL1 |
| Header | Type | Description | Example |
|---|
| Content-Type | string | Specifies the media type of the request | application/json |
| Authorization | string | Access token for authenticated requests | {{access_token}} |
| x-api-key | string | API key used to authorize the 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 to user request | "s-101" |
| message | string | Success message | "SIP status updated successfully" |