Skip to main content
GET
/
gst
/
compliance
/
tax-payer
/
gstrs
/
preference
Get Preference
curl --request GET \
  --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/preference \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "data": {
    "data": {
      "response": [
        {
          "preference": "M",
          "quarter": "Q1"
        },
        {
          "preference": "M",
          "quarter": "Q2"
        },
        {
          "preference": "M",
          "quarter": "Q3"
        },
        {
          "preference": "M",
          "quarter": "Q4"
        }
      ]
    },
    "status_cd": "1"
  },
  "timestamp": "1685540172000",
  "transaction_id": "3733caed-31b1-45db-8cfa-0144afd983eb"
}

Headers

Authorization
string
required

Taxpayer access token

x-api-key
string
required

API key for identification

x-api-version
string
default:1.0.0

API version

Query Parameters

financial_year
string
Example:

"FY 2024-25"

Response

200 - application/json

Success

code
number
Example:

200

data
object
timestamp
string
Example:

"1685540172000"

transaction_id
string
Example:

"3733caed-31b1-45db-8cfa-0144afd983eb"