GET
api/v1/get-seller-theme?adminMemberId={adminMemberId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| adminMemberId | integer |
Required |
Response Information
Description:
Return type: SellerThemeDetailsModel
Response Formats
application/json, text/json
{
"ButtonTextColor": "sample string 1",
"ButtonBorderColor": "sample string 2",
"ButtonBgColor": "sample string 3",
"HeaderTextColor": "sample string 4",
"HeaderBgColor": "sample string 5",
"NavigationTextColor": "sample string 6",
"NavigationBgColor": "sample string 7",
"NavigationIconFont": "sample string 8",
"AdvanceCSS": "sample string 9",
"FooterTextColor": "sample string 10",
"FooterBgColor": "sample string 11",
"ImageFileName": "sample string 12",
"SuggestionColor1": "sample string 13",
"SuggestionColor2": "sample string 14",
"SuggestionColor3": "sample string 15",
"SuggestionColor4": "sample string 16",
"SuggestionColor5": "sample string 17"
}
text/html
{"ButtonTextColor":"sample string 1","ButtonBorderColor":"sample string 2","ButtonBgColor":"sample string 3","HeaderTextColor":"sample string 4","HeaderBgColor":"sample string 5","NavigationTextColor":"sample string 6","NavigationBgColor":"sample string 7","NavigationIconFont":"sample string 8","AdvanceCSS":"sample string 9","FooterTextColor":"sample string 10","FooterBgColor":"sample string 11","ImageFileName":"sample string 12","SuggestionColor1":"sample string 13","SuggestionColor2":"sample string 14","SuggestionColor3":"sample string 15","SuggestionColor4":"sample string 16","SuggestionColor5":"sample string 17"}
application/xml, text/xml
<SellerThemeDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Controllers.V1.Theme"> <AdvanceCSS>sample string 9</AdvanceCSS> <ButtonBgColor>sample string 3</ButtonBgColor> <ButtonBorderColor>sample string 2</ButtonBorderColor> <ButtonTextColor>sample string 1</ButtonTextColor> <FooterBgColor>sample string 11</FooterBgColor> <FooterTextColor>sample string 10</FooterTextColor> <HeaderBgColor>sample string 5</HeaderBgColor> <HeaderTextColor>sample string 4</HeaderTextColor> <ImageFileName>sample string 12</ImageFileName> <NavigationBgColor>sample string 7</NavigationBgColor> <NavigationIconFont>sample string 8</NavigationIconFont> <NavigationTextColor>sample string 6</NavigationTextColor> <SuggestionColor1>sample string 13</SuggestionColor1> <SuggestionColor2>sample string 14</SuggestionColor2> <SuggestionColor3>sample string 15</SuggestionColor3> <SuggestionColor4>sample string 16</SuggestionColor4> <SuggestionColor5>sample string 17</SuggestionColor5> </SellerThemeDetailsModel>
