Track GST Return API
API Method: GET
URL: https://gstapi.charteredinfo.com/commonapi/v1.0/Returns
Headers Parameters
Property
|
Description
|
Data Type
|
aspid
|
AspUserId provided by GSP.
|
String
|
password
|
Password of ASP Account.
|
String
|
Query Parameters
Property
|
Description
|
Data Type
|
action
|
"RETTRACK"
|
String
|
gstin
|
GSTIN of TaxPayer to Search for.
|
String
|
fy
|
Financial Year (YYYY-YY)
|
String
|
type (Optional)
|
R1 or R2, etc
|
String
|
Sample for URL Based API:
https://gstapi.charteredinfo.com/commonapi/v1.0/returns?Action=RETTRACK&Gstin=GSTINOfTaxPayerToSearch&fy=2017-18
Header Parameter: aspid=ASPID, password : {ASPAcPassword}
Method in TaxProGST.API Lib:
public async static Task<TxnRespWithObj<EFiledReturn>> ViewAndTrackAllReturnAsync(APISession ApiSession, string FinancialYear, bool LogResponseJson = false)