GET
api/v1/get-seller-platform-highlight/{clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Response Information
Description:
Return type: SellerPlatformHighlightModel
Response Formats
application/json, text/json
{
"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-03-22T09:47:12.4976771+00:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-03-22T09:47:12.4976771+00:00"
}
text/html
{"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-03-22T09:47:12.4976771+00:00","ModifiedBy":1,"ModifiedOn":"2026-03-22T09:47:12.4976771+00:00"}
application/xml, text/xml
<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-03-22T09:47:12.4976771+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-03-22T09:47:12.4976771+00:00</ModifiedOn> <Title>sample string 3</Title> </SellerPlatformHighlightModel>
