POST Operator/Edit_Uploaded_File_List?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Uploaded_File_List
NameDescriptionTypeAdditional information
UPLOADED_FILE_LIST_ID

integer

None.

LIST_NAME

string

None.

LIST_DESCRIPTION

string

None.

SUPPLIER_ID

integer

None.

CATEGORY_ID

integer

None.

CREATE_DATEs

string

None.

Files

Collection of Uploaded_File

None.

HAS_APPROVED_FILES

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UPLOADED_FILE_LIST_ID": 1,
  "LIST_NAME": "sample string 2",
  "LIST_DESCRIPTION": "sample string 3",
  "SUPPLIER_ID": 4,
  "CATEGORY_ID": 5,
  "CREATE_DATEs": "sample string 6",
  "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"
    }
  ],
  "HAS_APPROVED_FILES": true
}

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 'Uploaded_File_List'.

Response Information

Resource Description

Result_Edit_Uploaded_File_List
NameDescriptionTypeAdditional information
UPLOADED_FILE_LIST_ID

integer

None.

ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "UPLOADED_FILE_LIST_ID": 1,
  "ExceptionMsg": "sample string 2"
}