POST api/v1/manage-seller-platform-highlight

Request Information

Body Parameters

SellerPlatformHighlightModel
NameDescriptionTypeAdditional information
HighLightID

integer

None.

ClientID

integer

None.

Title

string

None.

HighlightLabel1

string

None.

HighlightValue1

string

None.

HighlightLabel2

string

None.

HighlightValue2

string

None.

HighlightLabel3

string

None.

HighlightValue3

string

None.

BackgroundImage

string

None.

BackgroundImageUrl

string

None.

CreatedBy

integer

None.

IsActive

boolean

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Request Formats
{
  "HighLightID": 1,
  "ClientID": 2,
  "Title": "sample string 3",
  "HighlightLabel1": "sample string 4",
  "HighlightValue1": "sample string 5",
  "HighlightLabel2": "sample string 6",
  "HighlightValue2": "sample string 7",
  "HighlightLabel3": "sample string 8",
  "HighlightValue3": "sample string 9",
  "BackgroundImage": "sample string 10",
  "BackgroundImageUrl": "sample string 11",
  "CreatedBy": 1,
  "IsActive": true,
  "CreatedOn": "2026-02-04T10:48:48.8287659+00:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2026-02-04T10:48:48.8287659+00:00"
}
{"HighLightID":1,"ClientID":2,"Title":"sample string 3","HighlightLabel1":"sample string 4","HighlightValue1":"sample string 5","HighlightLabel2":"sample string 6","HighlightValue2":"sample string 7","HighlightLabel3":"sample string 8","HighlightValue3":"sample string 9","BackgroundImage":"sample string 10","BackgroundImageUrl":"sample string 11","CreatedBy":1,"IsActive":true,"CreatedOn":"2026-02-04T10:48:48.8287659+00:00","ModifiedBy":1,"ModifiedOn":"2026-02-04T10:48:48.8287659+00:00"}
<SellerPlatformHighlightModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
  <BackgroundImage>sample string 10</BackgroundImage>
  <BackgroundImageUrl>sample string 11</BackgroundImageUrl>
  <ClientID>2</ClientID>
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2026-02-04T10:48:48.8287659+00:00</CreatedOn>
  <HighLightID>1</HighLightID>
  <HighlightLabel1>sample string 4</HighlightLabel1>
  <HighlightLabel2>sample string 6</HighlightLabel2>
  <HighlightLabel3>sample string 8</HighlightLabel3>
  <HighlightValue1>sample string 5</HighlightValue1>
  <HighlightValue2>sample string 7</HighlightValue2>
  <HighlightValue3>sample string 9</HighlightValue3>
  <IsActive>true</IsActive>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2026-02-04T10:48:48.8287659+00:00</ModifiedOn>
  <Title>sample string 3</Title>
</SellerPlatformHighlightModel>

Sample not available.

Response Information

Description:

Return type: boolean

Response Formats
true
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>