Generate intermediate result/regular/duplicate file
Sometimes the results will be delayed due to IRS availability. There might be chances of processing the file in chunks. In such scenarios, one can use this API to generate an intermediate result file. This API will returns all the records which have results at that point of time.
We can generate the result file by category regular
, duplicate
or result
(Overall result)
{
"success_message": "Your file is being generated and will be ready soon. Please check the Result File in GET API.",
"data": null,
"success": true
}
Following the intermediate API call, you will need to call the Get by ID API to verify the latest update to the file result. The key field to check is result_updated_at
, which contains the timestamp of the most recent update.
If the file has been generated or updated, the result_updated_at
timestamp will change, indicating that the file has been modified since the previous check. Unless the timestamp changes, assume the file has not been updated.
We recommend waiting at least one minute before making the GET by ID call following the intermediate API request. Additionally, it's advisable to limit the number of these API calls per day.