GET
api/v1/get-seller-promo-banner/{clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Response Information
Description:
Return type: SellerPromoBannerModel
Response Formats
application/json, text/json
{
"PromoBannerId": 1,
"ClientID": 2,
"Description": "sample string 3",
"CreatedOn": "2026-02-05T07:22:22.1266459+00:00",
"CreatedBy": 5,
"ModifiedOn": "2026-02-05T07:22:22.1266459+00:00",
"ModifiedBy": 7,
"BackgroundImage": "sample string 8",
"BackgroundImageUrl": "sample string 9",
"IsActive": true,
"UserId": 10
}
text/html
{"PromoBannerId":1,"ClientID":2,"Description":"sample string 3","CreatedOn":"2026-02-05T07:22:22.1266459+00:00","CreatedBy":5,"ModifiedOn":"2026-02-05T07:22:22.1266459+00:00","ModifiedBy":7,"BackgroundImage":"sample string 8","BackgroundImageUrl":"sample string 9","IsActive":true,"UserId":10}
application/xml, text/xml
<SellerPromoBannerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller"> <BackgroundImage>sample string 8</BackgroundImage> <BackgroundImageUrl>sample string 9</BackgroundImageUrl> <ClientID>2</ClientID> <CreatedBy>5</CreatedBy> <CreatedOn>2026-02-05T07:22:22.1266459+00:00</CreatedOn> <Description>sample string 3</Description> <IsActive>true</IsActive> <ModifiedBy>7</ModifiedBy> <ModifiedOn>2026-02-05T07:22:22.1266459+00:00</ModifiedOn> <PromoBannerId>1</PromoBannerId> <UserId>10</UserId> </SellerPromoBannerModel>
