curl --request POST \
--url https://api.sandbox.co.in/gst/analytics/gstr-2b-reconciliation \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "<string>",
"gstin": "<string>",
"year": 123,
"month": 123,
"reconciliation_criteria": "strict"
}
'{
"code": 123,
"transaction_id": "<string>",
"timestamp": 123
}Submit GSTR-2B reconciliation job and get two signed URLs to upload GSTR-2B and purchase ledger.
curl --request POST \
--url https://api.sandbox.co.in/gst/analytics/gstr-2b-reconciliation \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "<string>",
"gstin": "<string>",
"year": 123,
"month": 123,
"reconciliation_criteria": "strict"
}
'{
"code": 123,
"transaction_id": "<string>",
"timestamp": 123
}Entity name
"in.co.sandbox.gst.analytics.gstr-2b_reconciliation.request"GSTIN of the taxpayer
^([0-9]{2}[0-9A-Z]{13})$Year e.g. 2020
Month e.g. 10
Preference for the reconciliation strictness. Possible values: strict, moderate, flexible
strict, moderate, flexible Was this page helpful?