GET
api/v1/get-seller-page-html/{clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Response Information
Description:
Return type: SellerPageHtml
Response Formats
application/json, text/json
{
"PageHtmlId": 1,
"ClientID": 2,
"DescriptionPage": "sample string 3",
"CreatedOn": "2026-06-01T17:34:55.6888491+00:00",
"CreatedBy": 5,
"ModifiedOn": "2026-06-01T17:34:55.6888491+00:00",
"ModifiedBy": 7,
"UserId": 8
}
text/html
{"PageHtmlId":1,"ClientID":2,"DescriptionPage":"sample string 3","CreatedOn":"2026-06-01T17:34:55.6888491+00:00","CreatedBy":5,"ModifiedOn":"2026-06-01T17:34:55.6888491+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:34:55.6888491+00:00</CreatedOn> <DescriptionPage>sample string 3</DescriptionPage> <ModifiedBy>7</ModifiedBy> <ModifiedOn>2026-06-01T17:34:55.6888491+00:00</ModifiedOn> <PageHtmlId>1</PageHtmlId> <UserId>8</UserId> </SellerPageHtml>
