POST Admin/Import_OENumbers_File?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Import_Oenumber| Name | Description | Type | Additional information |
|---|---|---|---|
| FILE_NAME | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FILE_NAME": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Import_Oenumber| Name | Description | Type | Additional information |
|---|---|---|---|
| Success_Result | integer |
None. |
|
| Error_Result | integer |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success_Result": 1,
"Error_Result": 2,
"ExceptionMsg": "sample string 3"
}