GET
api/v1/get-seller-register-css/{clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
Response Information
Description:
Return type: SellerRegisterUICSSModel
Response Formats
application/json, text/json
{
"ClientID": 1,
"SellerCustomCSS": "sample string 2"
}
text/html
{"ClientID":1,"SellerCustomCSS":"sample string 2"}
application/xml, text/xml
<SellerRegisterUICSSModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Theme"> <ClientID>1</ClientID> <SellerCustomCSS>sample string 2</SellerCustomCSS> </SellerRegisterUICSSModel>
