GET api/Categories/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CategoryName | Description | Type | Additional information |
---|---|---|---|
CategoryId | integer |
None. |
|
FarmaEnlaceId | integer |
None. |
|
BrandId | integer |
None. |
|
Name | string |
Required Max length: 100 |
|
Order | integer |
None. |
|
SearchProduct | boolean |
None. |
|
Image | string |
None. |
|
ParentId | integer |
None. |
|
SearchCode | string |
None. |
|
IsActive | boolean |
None. |
|
ImageLine | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CategoryId": 1, "FarmaEnlaceId": 2, "BrandId": 1, "Name": "sample string 3", "Order": 4, "SearchProduct": true, "Image": "sample string 6", "ParentId": 1, "SearchCode": "sample string 7", "IsActive": true, "ImageLine": "sample string 9" }