POST Operator/Get_My_Price_Lists?Ticket={Ticket}&search={search}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
|
| search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Uploaded_Files| Name | 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"
}