POST
api/v1/manage-seller-page-html
Request Information
Body Parameters
SellerPageHtmlMainModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SellerPageHtml | SellerPageHtml |
None. |
|
| SellerPageHtmlMultilingual | SellerPageHtmlMultilingual |
None. |
|
| SellerPageHtmlMultilingualList | Collection of SellerPageHtmlMultilingual |
None. |
Request Formats
application/json, text/json
{
"SellerPageHtml": {
"PageHtmlId": 1,
"ClientID": 2,
"DescriptionPage": "sample string 3",
"CreatedOn": "2026-09-01T06:52:24.9651165+00:00",
"CreatedBy": 5,
"ModifiedOn": "2026-09-01T06:52:24.9651165+00:00",
"ModifiedBy": 7,
"UserId": 8
},
"SellerPageHtmlMultilingual": {
"DescriptionPage": "sample string 1",
"LanguageCode": "sample string 2"
},
"SellerPageHtmlMultilingualList": [
{
"DescriptionPage": "sample string 1",
"LanguageCode": "sample string 2"
},
{
"DescriptionPage": "sample string 1",
"LanguageCode": "sample string 2"
}
]
}
text/html
{"SellerPageHtml":{"PageHtmlId":1,"ClientID":2,"DescriptionPage":"sample string 3","CreatedOn":"2026-09-01T06:52:24.9651165+00:00","CreatedBy":5,"ModifiedOn":"2026-09-01T06:52:24.9651165+00:00","ModifiedBy":7,"UserId":8},"SellerPageHtmlMultilingual":{"DescriptionPage":"sample string 1","LanguageCode":"sample string 2"},"SellerPageHtmlMultilingualList":[{"DescriptionPage":"sample string 1","LanguageCode":"sample string 2"},{"DescriptionPage":"sample string 1","LanguageCode":"sample string 2"}]}
application/xml, text/xml
<SellerPageHtmlMainModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
<SellerPageHtml>
<ClientID>2</ClientID>
<CreatedBy>5</CreatedBy>
<CreatedOn>2026-09-01T06:52:24.9651165+00:00</CreatedOn>
<DescriptionPage>sample string 3</DescriptionPage>
<ModifiedBy>7</ModifiedBy>
<ModifiedOn>2026-09-01T06:52:24.9651165+00:00</ModifiedOn>
<PageHtmlId>1</PageHtmlId>
<UserId>8</UserId>
</SellerPageHtml>
<SellerPageHtmlMultilingual>
<DescriptionPage>sample string 1</DescriptionPage>
<LanguageCode>sample string 2</LanguageCode>
</SellerPageHtmlMultilingual>
<SellerPageHtmlMultilingualList>
<SellerPageHtmlMultilingual>
<DescriptionPage>sample string 1</DescriptionPage>
<LanguageCode>sample string 2</LanguageCode>
</SellerPageHtmlMultilingual>
<SellerPageHtmlMultilingual>
<DescriptionPage>sample string 1</DescriptionPage>
<LanguageCode>sample string 2</LanguageCode>
</SellerPageHtmlMultilingual>
</SellerPageHtmlMultilingualList>
</SellerPageHtmlMainModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: boolean
Response Formats
application/json, text/json, text/html
true
application/xml, text/xml
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
