POST Admin/Get_Tecdoc_Brands_List?Ticket={Ticket}&Search={Search}&Status={Status}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
|
| Search | string |
Required |
|
| Status | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Tecdoc_Brands_List| Name | Description | Type | Additional information |
|---|---|---|---|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of Tecdoc_Brand |
None. |
|
| Status | integer |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"draw": 1,
"recordsFiltered": 2,
"recordsTotal": 3,
"data": [
{
"TECDOC_BRAND_CODE": 1,
"TECDOC_BRANDNAME": "sample string 2",
"ACTIVATED": true
},
{
"TECDOC_BRAND_CODE": 1,
"TECDOC_BRANDNAME": "sample string 2",
"ACTIVATED": true
}
],
"Status": 4,
"ExceptionMsg": "sample string 5"
}