curl --request POST \
--url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-3b/{year}/{month}/offset-liability \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"pdcash": [
{
"liab_ldg_id": 0,
"trans_typ": 30002,
"ipd": 108051,
"cpd": 0,
"spd": 0,
"cspd": 0,
"i_intrpd": 0,
"c_intrpd": 0,
"s_intrpd": 0,
"cs_intrpd": 0,
"c_lfeepd": 0,
"s_lfeepd": 0
},
{
"liab_ldg_id": 0,
"trans_typ": 30003,
"ipd": 0,
"cpd": 9000,
"spd": 9000,
"cspd": 0,
"i_intrpd": 0,
"c_intrpd": 0,
"s_intrpd": 0,
"cs_intrpd": 0,
"c_lfeepd": 0,
"s_lfeepd": 0
}
],
"pditc": {
"liab_ldg_id": 0,
"trans_typ": 30002,
"i_pdi": 218140,
"i_pdc": 25257,
"i_pds": 25257,
"c_pdi": 0,
"c_pdc": 8127,
"s_pdi": 0,
"s_pds": 8127,
"cs_pdcs": 0
},
"nettaxpay": [
{
"trans_typ": 30002,
"trans_desc": "Other than reverse charge",
"liab_ldg_id": 0,
"sgst": {
"intr": 0,
"tx": 8127,
"fee": 0
},
"cgst": {
"intr": 0,
"tx": 8127,
"fee": 0
},
"cess": {
"intr": 0,
"tx": 0,
"fee": 0
},
"igst": {
"intr": 0,
"tx": 376705,
"fee": 0
}
},
{
"trans_typ": 30003,
"trans_desc": "Reverse charge",
"liab_ldg_id": 0,
"sgst": {
"intr": 0,
"tx": 9000,
"fee": 0
},
"cgst": {
"intr": 0,
"tx": 9000,
"fee": 0
},
"cess": {
"intr": 0,
"tx": 0,
"fee": 0
},
"igst": {
"intr": 0,
"tx": 0,
"fee": 0
}
}
]
}'