POST Admin/Edit_Oenumber?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
OENUMBER_L| Name | Description | Type | Additional information |
|---|---|---|---|
| OENUMBER_ID | integer |
None. |
|
| OENUMBER | string |
None. |
|
| PHOTO | string |
None. |
|
| CAR_TYPE | integer |
None. |
|
| CAR_MODEL | string |
None. |
|
| BRAND | string |
None. |
|
| CATEGORY_ID | integer |
None. |
|
| SUMMARY | string |
None. |
|
| DESCRIPTION | string |
None. |
|
| HEIGHT | decimal number |
None. |
|
| WIDTH | decimal number |
None. |
|
| LENGTH | decimal number |
None. |
|
| WEIGHT | decimal number |
None. |
|
| HAS_IMAGE | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"OENUMBER_ID": 1,
"OENUMBER": "sample string 2",
"PHOTO": "sample string 3",
"CAR_TYPE": 1,
"CAR_MODEL": "sample string 4",
"BRAND": "sample string 5",
"CATEGORY_ID": 1,
"SUMMARY": "sample string 6",
"DESCRIPTION": "sample string 7",
"HEIGHT": 1.0,
"WIDTH": 1.0,
"LENGTH": 1.0,
"WEIGHT": 1.0,
"HAS_IMAGE": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Oenumber| Name | Description | Type | Additional information |
|---|---|---|---|
| My_Result | OENUMBER_L |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"My_Result": {
"OENUMBER_ID": 1,
"OENUMBER": "sample string 2",
"PHOTO": "sample string 3",
"CAR_TYPE": 1,
"CAR_MODEL": "sample string 4",
"BRAND": "sample string 5",
"CATEGORY_ID": 1,
"SUMMARY": "sample string 6",
"DESCRIPTION": "sample string 7",
"HEIGHT": 1.0,
"WIDTH": 1.0,
"LENGTH": 1.0,
"WEIGHT": 1.0,
"HAS_IMAGE": true
},
"ExceptionMsg": "sample string 1"
}