Sample Request | |
---|---|
Sample URL | https://gsp.adaequare.com/test/gstn/commonapi/search?action=TP&gstin=YOURGSTIN&ret_period=072017 |
HTTP Method | GET |
Headers | { "username": "taxpayer_user_name", "ret_period": "072017", "gstin": "36GSTIN12313", "state-cd": "36", "ip-usr": "52.66.63.11", "txn": "4c7ed84f3fa8402fa4d77622f99797ed", "Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS" } |
Reuqest Body | { "action": "{0}", "username": "taxpayer_user_name", "password": "qhY1IG8kU0L5My/rSkSdI0LOs/8DWvEli8C/ZPmCQFR0Ysuf7e+iaEzZQCm==", "app_key": "U2kljH9RBMlu5OPhoLmlHeVR1CY4OkIj1M0omhHRpCjYP8S2tpiZGUXsOW//==" } |
Summary | ||||
---|---|---|---|---|
API Url | API Action | API Version | API Type | Http Method |
https://gsp.adaequare.com/test/gstn/commonapi/search | LF | v0.3 | Rest API | GET |
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN. |
Sample Request | |
---|---|
Sample URL | https://gsp.adaequare.com/test/gstn/commonapi/returns?action=RETTRACK&gstin=YOURGSTIN&ret_period=072017 |
HTTP Method | GET |
Headers | { "username": "taxpayer_user_name", "ret_period": "072017", "gstin": "36GSTIN12313", "state-cd": "36", "ip-usr": "52.66.63.11", "txn": "4c7ed84f3fa8402fa4d77622f99797ed", "Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS" } |
Summary | ||||
---|---|---|---|---|
API Url | API Action | API Version | API Type | Http Method |
https://gsp.adaequare.com/test/gstn/commonapi/returns | RETTRACK | v1.0 | Rest API | GET |
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN. |
Sample Request | |
---|---|
Sample URL | https://sandbox-addtax.encomply.com/in/gst |
HTTP Method | POST |
Sample Reuqest Body | { "transactionType": "Sales", "transactionSubType":"Domestic Sale", "transactionDate":"09/11/2017", "orgGSTIN": "29WERTF1234R2Z3", "orgCountryCode": "IN", "orgStateCode": "KA", "orgStateName":"Karnataka", "orgBusinessEntity":"", "orgBodyCorporate":"", "orgClass":"", "orgTurnover":"", "orgRegistrationStatus":"", "partyGSTIN":"27AAACU4272D1ZI", "partyCountryCode": "IN", "partyStateCode":"MH", "partyStateName":"Maharashtra", "partyBusinessEntity":"", "partyBodyCorporate":"", "partyClass":"", "partyTurnover":"", "partyRegistrationStatus":"", "perfCountryCode":"", "perfStateCode": "MH", "perfStateName":"Maharashtra", "lineItems": [ { "uid":"", "itemType": "Good", "code": "5211", "scheduleDescriptionCode":"", "qty":"", "rate":"", "grossAmount":"0" , "grossAmountInclTax":"1800", "mrp": "", "chgBeforeGST":"", "discBeforeGST":"", "chgAfterGST":"", "discAfterGST":"", "perfCountryCode": "IN", "perfStateCode": "MH", "perfStateName":"Maharashtra", "exemptionNotification":"", "compensationCessDescriptionCode":"", "rcmDescriptionCode":"", "exportPaymentOfGST":"" } ] } |