GET api/brands/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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"
},
{
"Id": 1,
"brandName": "sample string 2",
"delFlag": "sample string 3"
}
]