POST Admin/Delete_Uploaded_File?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
Params_Delete_Uploaded_FileName | Description | Type | Additional information |
---|---|---|---|
FILE_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "FILE_ID": 1 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Uploaded_FilesName | Description | Type | Additional information |
---|---|---|---|
Files | Collection of Uploaded_File |
None. |
|
draw | integer |
None. |
|
recordsFiltered | integer |
None. |
|
recordsTotal | integer |
None. |
|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Files": [ { "UPLOADED_FILE_ID": 1, "SUPPLIER_NAME": "sample string 2", "ORIGINAL_FILE_NAME": "sample string 3", "PROCESSED_FILE_NAME": "sample string 4", "PRODUCTS_COUNT": 1, "TYPE": 1, "STATUS": 1, "CREATE_DATEs": "sample string 5" }, { "UPLOADED_FILE_ID": 1, "SUPPLIER_NAME": "sample string 2", "ORIGINAL_FILE_NAME": "sample string 3", "PROCESSED_FILE_NAME": "sample string 4", "PRODUCTS_COUNT": 1, "TYPE": 1, "STATUS": 1, "CREATE_DATEs": "sample string 5" } ], "draw": 1, "recordsFiltered": 2, "recordsTotal": 3, "ExceptionMsg": "sample string 4" }