GET api/Product/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductBL| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId | integer |
None. |
|
| ProductSubcategoryId | integer |
None. |
|
| ProductName | string |
None. |
|
| Price | decimal number |
None. |
|
| StoreDesignNo | string |
None. |
|
| BrandDesignNo | string |
None. |
|
| StockStartQuantity | integer |
None. |
|
| StockInQuantity | integer |
None. |
|
| ProductCategoryName | string |
None. |
|
| ProductSubcategoryName | string |
None. |
|
| ProductImageUrl | string |
None. |
|
| ProductVideoUrl | string |
None. |
|
| MediaFolderPath | string |
None. |
|
| ProductDescription | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| IsNeedsToDelete | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProductId": 1,
"ProductSubcategoryId": 2,
"ProductName": "sample string 3",
"Price": 4.0,
"StoreDesignNo": "sample string 5",
"BrandDesignNo": "sample string 6",
"StockStartQuantity": 1,
"StockInQuantity": 1,
"ProductCategoryName": "sample string 7",
"ProductSubcategoryName": "sample string 8",
"ProductImageUrl": "sample string 9",
"ProductVideoUrl": "sample string 10",
"MediaFolderPath": "sample string 11",
"ProductDescription": "sample string 12",
"IsActive": true,
"CreatedDate": "2026-08-22T11:07:19.6398937-07:00",
"IsNeedsToDelete": true
}