GET api/brands/Details/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
tblBrandMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| brandName | string |
None. |
|
| delFlag | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"brandName": "sample string 2",
"delFlag": "sample string 3"
}