get-gstr-data

NameDescription

URL

Method Type

GET

Header & Params

HEADERS

Gstin : 09AABCR1718E1ZN

Year: 2020-21

Month: 08

Authorization: JWT {{token}}

productId: enterprises

PARAMS

search

data_type: GSTR1

page_size: 10

Post Parameters (JSON Format)

--header 'Gstin: 09AABCR1718E1ZN' \
--header 'Authorization: JWT {{token}}' \

Success Response

{
  "message": "success",
  "success": true,
  "data": {
    "b2b": [
      {
        "_id": "628cd69ed7ac810a877ea662",
        "invoice_type": "b2b",
        "supplier_gstin": "09AABCR1718E1ZN",
        "buyer_gstin": "27AARCA7991A1ZB",
        "idt": "30-10-2019",
        "contact_name": "Sony",
        "inum": "JIT201910015",
        "net_amount": 2.08,
        "val": 1,
        "invoice_ty": "cdnr",
        "customer_gstin": "27AARCA7991A1ZB",
        "normal_taxable": 0,
        "ttxval": 1.6600000000000001,
        "data": {
          "itms": [
            {
              "num": 1,
              "itc": {},
              "itm_det": {
                "item_name": "Smart TV",
                "invoice_value": "",
                "description": "Smart TV",
                "hsn_sc": "10001",
                "supply_type": "",
                "qty": 1,
                "rt": 12,
                "uqc": "OTH",
                "adjust_amt": 0,
                "txval": 1,
                "assessable_value": 0,
                "csamt": 1,
                "irt": 12,
                "iamt": 0.66
              }
            }
          ]
        }
      }
    ]
  }
}

Last updated