POST api/v1/manage-seller-page-html

Request Information

Body Parameters

SellerPageHtml
NameDescriptionTypeAdditional information
PageHtmlId

integer

None.

ClientID

integer

None.

DescriptionPage

string

None.

CreatedOn

date

None.

CreatedBy

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

UserId

integer

None.

Request Formats
{
  "PageHtmlId": 1,
  "ClientID": 2,
  "DescriptionPage": "sample string 3",
  "CreatedOn": "2026-06-01T17:35:24.4156214+00:00",
  "CreatedBy": 5,
  "ModifiedOn": "2026-06-01T17:35:24.4156214+00:00",
  "ModifiedBy": 7,
  "UserId": 8
}
{"PageHtmlId":1,"ClientID":2,"DescriptionPage":"sample string 3","CreatedOn":"2026-06-01T17:35:24.4156214+00:00","CreatedBy":5,"ModifiedOn":"2026-06-01T17:35:24.4156214+00:00","ModifiedBy":7,"UserId":8}
<SellerPageHtml xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
  <ClientID>2</ClientID>
  <CreatedBy>5</CreatedBy>
  <CreatedOn>2026-06-01T17:35:24.4156214+00:00</CreatedOn>
  <DescriptionPage>sample string 3</DescriptionPage>
  <ModifiedBy>7</ModifiedBy>
  <ModifiedOn>2026-06-01T17:35:24.4156214+00:00</ModifiedOn>
  <PageHtmlId>1</PageHtmlId>
  <UserId>8</UserId>
</SellerPageHtml>

Sample not available.

Response Information

Description:

Return type: boolean

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