POST Admin/Get_Oenumbers_List?Ticket={Ticket}&search={search}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
|
search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_OenumbersName | Description | Type | Additional information |
---|---|---|---|
draw | integer |
None. |
|
recordsFiltered | integer |
None. |
|
recordsTotal | integer |
None. |
|
data | Collection of OENUMBER_L |
None. |
|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "draw": 1, "recordsFiltered": 2, "recordsTotal": 3, "data": [ { "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 }, { "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 4" }