POST Operator/Save_Products_File?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Save_Products_File| Name | Description | Type | Additional information |
|---|---|---|---|
| FILE_NAME | string |
None. |
|
| CATEGORY_ID | integer |
None. |
|
| IS_PRICE | boolean |
None. |
|
| IS_INVENTORY | boolean |
None. |
|
| LIST_NAME | string |
None. |
|
| LIST_DESCRIPTION | string |
None. |
|
| UPLOADED_FILE_LIST_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FILE_NAME": "sample string 1",
"CATEGORY_ID": 2,
"IS_PRICE": true,
"IS_INVENTORY": true,
"LIST_NAME": "sample string 5",
"LIST_DESCRIPTION": "sample string 6",
"UPLOADED_FILE_LIST_ID": 7
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Save_Products_File| Name | Description | Type | Additional information |
|---|---|---|---|
| FILE_ID | integer |
None. |
|
| PRODUCTS_SUCCESS_COUNT | integer |
None. |
|
| PRODUCTS_ERROR_COUNT | integer |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FILE_ID": 1,
"PRODUCTS_SUCCESS_COUNT": 2,
"PRODUCTS_ERROR_COUNT": 3,
"ExceptionMsg": "sample string 4"
}