POST
api/v1/manage-seller-register-css
Request Information
Body Parameters
SellerRegisterUICSSModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | integer |
None. |
|
| SellerCustomCSS | string |
None. |
Request 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>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: IHttpActionResult
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample not available.
