curl --request GET \
--url https://api.quicko.com/income-tax/tax-payer/itr{
"code": 200,
"data": {
"@entity": "com.quicko.it.itr",
"id": "8555b943-c3a9-4c95-9663-625b347b00da",
"assessment_year": "AY 2024-25",
"form": "itr_1",
"filing_type": "original",
"status": "filed",
"filed_on": 1722450599000,
"due_date": 1722450599000,
"acknowledgement_number": "123456789012345",
"original_return_filed_on": null,
"original_acknowledgement_number": null,
"date_of_notice": null,
"notice_number": null,
"filedUnderSection": "on_or_before_the_due_date_us_139_1",
"opt_audit": false,
"e_verified_on": 1722537000000,
"efiled_by": "John Doe",
"everified_by": "John Doe"
},
"transaction_id": "738a0cfb-ae0d-427b-b80b-d3aace5a8778",
"timestamp": 1699351274048
}API to get the details of the ITR
curl --request GET \
--url https://api.quicko.com/income-tax/tax-payer/itr{
"code": 200,
"data": {
"@entity": "com.quicko.it.itr",
"id": "8555b943-c3a9-4c95-9663-625b347b00da",
"assessment_year": "AY 2024-25",
"form": "itr_1",
"filing_type": "original",
"status": "filed",
"filed_on": 1722450599000,
"due_date": 1722450599000,
"acknowledgement_number": "123456789012345",
"original_return_filed_on": null,
"original_acknowledgement_number": null,
"date_of_notice": null,
"notice_number": null,
"filedUnderSection": "on_or_before_the_due_date_us_139_1",
"opt_audit": false,
"e_verified_on": 1722537000000,
"efiled_by": "John Doe",
"everified_by": "John Doe"
},
"transaction_id": "738a0cfb-ae0d-427b-b80b-d3aace5a8778",
"timestamp": 1699351274048
}200 OK
Show child attributes