GET api/ProductColors/GettblMstProductColor?ProdColId={ProdColId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProdColId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
tblMstProductColor| Name | Description | Type | Additional information |
|---|---|---|---|
| ColorId | integer |
None. |
|
| ColorCode | string |
None. |
|
| Color | string |
None. |
|
| HtmlColorCode | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDateTime | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDateTime | date |
None. |
|
| SubscriptionId | integer |
None. |
|
| RefColorID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ColorId": 1,
"ColorCode": "sample string 2",
"Color": "sample string 3",
"HtmlColorCode": "sample string 4",
"IsActive": true,
"CreatedBy": 1,
"CreatedDateTime": "2025-12-15T04:04:04.2272371+05:30",
"UpdatedBy": 1,
"UpdatedDateTime": "2025-12-15T04:04:04.2272371+05:30",
"SubscriptionId": 1,
"RefColorID": 1
}
application/xml, text/xml
Sample:
<tblMstProductColor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogic.Models"> <Color>sample string 3</Color> <ColorCode>sample string 2</ColorCode> <ColorId>1</ColorId> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-12-15T04:04:04.2272371+05:30</CreatedDateTime> <HtmlColorCode>sample string 4</HtmlColorCode> <IsActive>true</IsActive> <RefColorID>1</RefColorID> <SubscriptionId>1</SubscriptionId> <UpdatedBy>1</UpdatedBy> <UpdatedDateTime>2025-12-15T04:04:04.2272371+05:30</UpdatedDateTime> </tblMstProductColor>