(Deprecated) Getting Upload Validation
If the upload activity status as seen above is PROCESSED, you can get the validation details of the upload activity by submitting a GET request to the Upload File API with following request headers.
Get upload validation
Headers
Name
Type
Description
{
"activity_id": "02de95e9-864d-49b5-a793-5e29f718dd2b",
"owner_taxable_entity_id": "c5cc664c-d473-4ec5-9301-acf43349b7c4",
"owner_gstin": "27AACCB1409R1ZH",
"owner_taxable_entity_name": "Maharashtra",
"status": "PROCESSED",
"total_rows_processed": 2,
........
}{
"errors": {
"err_1": {
"code": "404",
"message": "Unknown activity id 02de95e9-864d-49b5-a793-5e29f718dd2",
"error_group_code": 0,
"error_id": 0
}
}
}Last updated
Was this helpful?