POST Operator/Get_My_Uploaded_File_Lists?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Uploaded_File_ListsName | Description | Type | Additional information |
---|---|---|---|
File_Lists | Collection of Uploaded_File_List |
None. |
|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "File_Lists": [ { "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 }, { "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 } ], "ExceptionMsg": "sample string 1" }