patch https://app1.compliancely.com/api/v1/bulk/upload/tin//
Upload corrected file for Bulk TIN Match
If the file has issues like corruption, unreadable data, unspecified columns, an incorrect format, or if all the data is invalid, the status will be set to error
.
Once corrected, the file can be uploaded again using the PATCH API below.
{
"success_message": "File uploaded successfully",
"data":
{
"id": 2,
"input_file_url": "https://app1.compliancely.com/app/file/download/secure/eyJhbGciOiXXXXXXXXXXXI6bnVsbCwiZmlsZV90aW1lc3Rh6_dEqy-6-GWk/",
"result_file_url": "",
"regular_file_url": "",
"error_file_url": "",
"duplicate_record_file_results": [],
"original_file_name": "input.xlsx",
"status": "pending",
"priority": 0,
"result_updated_at": "2024-08-28T12:00:09.105765Z",
"reason": "",
"created_by": "compliancely",
"created_at": "2024-08-28T11:56:53.865286Z",
"updated_at": "2024-09-23T12:10:02.142923Z",
},
"success": true
}