POST Admin/Create_Products_File_Process?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Approve_Products_File
NameDescriptionTypeAdditional information
FILE_NAME

string

None.

FILE_ID

integer

None.

COMMISSION

decimal number

None.

NO_USE_COMMISSION

boolean

None.

IS_UPDATE

boolean

None.

IS_INVENTORY

boolean

None.

UPLOADED_FILE_LIST_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FILE_NAME": "sample string 1",
  "FILE_ID": 2,
  "COMMISSION": 3.0,
  "NO_USE_COMMISSION": true,
  "IS_UPDATE": true,
  "IS_INVENTORY": true,
  "UPLOADED_FILE_LIST_ID": 7
}

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

Response Information

Resource Description

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