POST Operator/Get_My_Uploaded_Files?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

None.

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