POST Admin/Get_Single_Oenumber?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
Params_Get_OenumberName | Description | Type | Additional information |
---|---|---|---|
OENUMBER_ID | integer |
None. |
|
OENUMBER | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "OENUMBER_ID": 1, "OENUMBER": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_OenumberName | 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" }