POST Admin/Delete_Uploaded_File?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Delete_Uploaded_File
NameDescriptionTypeAdditional information
FILE_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FILE_ID": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Params_Delete_Uploaded_File'.

Response Information

Resource Description

Result_Get_Uploaded_Files
NameDescriptionTypeAdditional 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"
}