POST api/v1/manage-promo-banner

Request Information

Body Parameters

SellerPromoBannerModel
NameDescriptionTypeAdditional information
PromoBannerId

integer

None.

ClientID

integer

None.

Description

string

None.

CreatedOn

date

None.

CreatedBy

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

BackgroundImage

string

None.

BackgroundImageUrl

string

None.

IsActive

boolean

None.

UserId

integer

None.

Request Formats
{
  "PromoBannerId": 1,
  "ClientID": 2,
  "Description": "sample string 3",
  "CreatedOn": "2026-02-05T05:27:22.9660614+00:00",
  "CreatedBy": 5,
  "ModifiedOn": "2026-02-05T05:27:22.9660614+00:00",
  "ModifiedBy": 7,
  "BackgroundImage": "sample string 8",
  "BackgroundImageUrl": "sample string 9",
  "IsActive": true,
  "UserId": 10
}
{"PromoBannerId":1,"ClientID":2,"Description":"sample string 3","CreatedOn":"2026-02-05T05:27:22.9660614+00:00","CreatedBy":5,"ModifiedOn":"2026-02-05T05:27:22.9660614+00:00","ModifiedBy":7,"BackgroundImage":"sample string 8","BackgroundImageUrl":"sample string 9","IsActive":true,"UserId":10}
<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-05T05:27:22.9660614+00:00</CreatedOn>
  <Description>sample string 3</Description>
  <IsActive>true</IsActive>
  <ModifiedBy>7</ModifiedBy>
  <ModifiedOn>2026-02-05T05:27:22.9660614+00:00</ModifiedOn>
  <PromoBannerId>1</PromoBannerId>
  <UserId>10</UserId>
</SellerPromoBannerModel>

Sample not available.

Response Information

Description:

Return type: IHttpActionResult

Response Formats

Sample not available.