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. |
|
| PurchasePrice | decimal number |
None. |
|
| SalesPrice | decimal number |
None. |
|
| CustomerDiscount | decimal number |
None. |
|
| B2BDiscount | decimal number |
None. |
|
| ProductDescription | string |
None. |
|
| Property1 | string |
None. |
|
| Property2 | string |
None. |
|
| Property3 | string |
None. |
|
| Property4 | string |
None. |
|
| Property5 | string |
None. |
|
| StockStartQuantity | integer |
None. |
|
| StockInQuantity | integer |
None. |
|
| IsActive | boolean |
None. |
|
| DueTypeId | integer |
None. |
|
| DueTypeDetailId | integer |
None. |
|
| NeedsToDelete | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| ProductSubCategoryName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProductId": 1,
"ProductSubCategoryId": 1,
"ProductName": "sample string 2",
"PurchasePrice": 1.0,
"SalesPrice": 1.0,
"CustomerDiscount": 1.0,
"B2BDiscount": 1.0,
"ProductDescription": "sample string 3",
"Property1": "sample string 4",
"Property2": "sample string 5",
"Property3": "sample string 6",
"Property4": "sample string 7",
"Property5": "sample string 8",
"StockStartQuantity": 1,
"StockInQuantity": 1,
"IsActive": true,
"DueTypeId": 1,
"DueTypeDetailId": 1,
"NeedsToDelete": true,
"CreatedDate": "2026-01-10T07:01:32.014105-08:00",
"ProductSubCategoryName": "sample string 10"
}