GET
api/v1/get-all-homepage-categories?clientId={clientId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: HomePageCategoryList
Response Formats
application/json, text/json
{
"HomeCategoriesList": [
{
"HomePageCategoryId": 1,
"SectionName": "sample string 2",
"CategoryId": 3,
"IsDeleted": true,
"IsActive": true,
"ClientId": 4,
"SortOrder": 1,
"IsSuccess": true,
"Message": "sample string 6",
"SellerId": 7,
"ChildSellerId": 8
},
{
"HomePageCategoryId": 1,
"SectionName": "sample string 2",
"CategoryId": 3,
"IsDeleted": true,
"IsActive": true,
"ClientId": 4,
"SortOrder": 1,
"IsSuccess": true,
"Message": "sample string 6",
"SellerId": 7,
"ChildSellerId": 8
}
],
"CategoryMaster": [
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
},
{
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 3",
"Value": "sample string 4"
}
]
}
text/html
{"HomeCategoriesList":[{"HomePageCategoryId":1,"SectionName":"sample string 2","CategoryId":3,"IsDeleted":true,"IsActive":true,"ClientId":4,"SortOrder":1,"IsSuccess":true,"Message":"sample string 6","SellerId":7,"ChildSellerId":8},{"HomePageCategoryId":1,"SectionName":"sample string 2","CategoryId":3,"IsDeleted":true,"IsActive":true,"ClientId":4,"SortOrder":1,"IsSuccess":true,"Message":"sample string 6","SellerId":7,"ChildSellerId":8}],"CategoryMaster":[{"Disabled":true,"Group":{"Disabled":true,"Name":"sample string 2"},"Selected":true,"Text":"sample string 3","Value":"sample string 4"},{"Disabled":true,"Group":{"Disabled":true,"Name":"sample string 2"},"Selected":true,"Text":"sample string 3","Value":"sample string 4"}]}
application/xml, text/xml
<HomePageCategoryList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.HomePageCategory">
<CategoryMaster xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web.Mvc">
<d2p1:SelectListItem>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Group>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Group>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:Text>sample string 3</d2p1:Text>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:SelectListItem>
<d2p1:SelectListItem>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Group>
<d2p1:Disabled>true</d2p1:Disabled>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:Group>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:Text>sample string 3</d2p1:Text>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:SelectListItem>
</CategoryMaster>
<HomeCategoriesList>
<HomePageCategories>
<CategoryId>3</CategoryId>
<ChildSellerId>8</ChildSellerId>
<ClientId>4</ClientId>
<HomePageCategoryId>1</HomePageCategoryId>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsSuccess>true</IsSuccess>
<Message>sample string 6</Message>
<SectionName>sample string 2</SectionName>
<SellerId>7</SellerId>
<SortOrder>1</SortOrder>
</HomePageCategories>
<HomePageCategories>
<CategoryId>3</CategoryId>
<ChildSellerId>8</ChildSellerId>
<ClientId>4</ClientId>
<HomePageCategoryId>1</HomePageCategoryId>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<IsSuccess>true</IsSuccess>
<Message>sample string 6</Message>
<SectionName>sample string 2</SectionName>
<SellerId>7</SellerId>
<SortOrder>1</SortOrder>
</HomePageCategories>
</HomeCategoriesList>
</HomePageCategoryList>
