DELETE api/ProductColors/DeletetblMstProductColor?ProdColId={ProdColId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ProdColId

integer

Required

Body Parameters

None.

Response Information

Resource Description

tblMstProductColor
NameDescriptionTypeAdditional 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-06-14T21:12:07.1890342+05:30",
  "UpdatedBy": 1,
  "UpdatedDateTime": "2025-06-14T21:12:07.1890342+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-06-14T21:12:07.1890342+05:30</CreatedDateTime>
  <HtmlColorCode>sample string 4</HtmlColorCode>
  <IsActive>true</IsActive>
  <RefColorID>1</RefColorID>
  <SubscriptionId>1</SubscriptionId>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDateTime>2025-06-14T21:12:07.1890342+05:30</UpdatedDateTime>
</tblMstProductColor>