GET api/ProductBrand/GetProductBrandById/{Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductBrandName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
Image | string |
None. |
|
Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "Image": "sample string 3", "Status": "sample string 4" }
application/octet-stream
Sample:
{"$id":"1","Id":1,"Name":"sample string 2","Image":"sample string 3","Status":"sample string 4"}