POST Admin/Get_Oenumbers?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
Params_Get_OenumbersName | Description | Type | Additional information |
---|---|---|---|
Search | string |
None. |
|
Type | string |
None. |
|
Start | integer |
None. |
|
Max | integer |
None. |
|
ReportPath | string |
None. |
|
IsMissing | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Search": "sample string 1", "Type": "sample string 2", "Start": 3, "Max": 4, "ReportPath": "sample string 5", "IsMissing": true }
application/x-www-form-urlencoded
Sample:
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" }