POST
api/v1/manage-seller-page-html
Request Information
Body Parameters
SellerPageHtml| Name | Description | Type | Additional 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
application/json, text/json
{
"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
}
text/html
{"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}
application/xml, text/xml
<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>
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>
