POST api/v1/manage-seller-register-css

Request Information

Body Parameters

SellerRegisterUICSSModel
NameDescriptionTypeAdditional information
ClientID

integer

None.

SellerCustomCSS

string

None.

Request Formats
{
  "ClientID": 1,
  "SellerCustomCSS": "sample string 2"
}
{"ClientID":1,"SellerCustomCSS":"sample string 2"}
<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>

Sample not available.

Response Information

Description:

Return type: IHttpActionResult

Response Formats

Sample not available.