PUT api/ProductColors/PuttblMstProductColor

Request Information

URI Parameters

None.

Body Parameters

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.

Request 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-28T23:39:20.6215051+05:30",
  "UpdatedBy": 1,
  "UpdatedDateTime": "2025-06-28T23:39:20.6215051+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-28T23:39:20.6215051+05:30</CreatedDateTime>
  <HtmlColorCode>sample string 4</HtmlColorCode>
  <IsActive>true</IsActive>
  <RefColorID>1</RefColorID>
  <SubscriptionId>1</SubscriptionId>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDateTime>2025-06-28T23:39:20.6215051+05:30</UpdatedDateTime>
</tblMstProductColor>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.