GET
api/v1/get-category-seo?categoryMasterId={categoryMasterId}&sellerId={sellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryMasterId | integer |
Required |
|
| sellerId | integer |
Required |
Response Information
Description:
Return type: CategorySEODetails
Response Formats
application/json, text/json
{
"CategoryMasterId": 1,
"ShortDescription": "sample string 2",
"LongDescription": "sample string 3",
"PageTitle": "sample string 4",
"MetaDescription": "sample string 5",
"MetaKeywords": "sample string 6",
"Slug": "sample string 7",
"RototsTag": "sample string 8",
"SellerId": 9,
"ModifiedBy": 10
}
text/html
{"CategoryMasterId":1,"ShortDescription":"sample string 2","LongDescription":"sample string 3","PageTitle":"sample string 4","MetaDescription":"sample string 5","MetaKeywords":"sample string 6","Slug":"sample string 7","RototsTag":"sample string 8","SellerId":9,"ModifiedBy":10}
application/xml, text/xml
<CategorySEODetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CategorySEO"> <CategoryMasterId>1</CategoryMasterId> <LongDescription>sample string 3</LongDescription> <MetaDescription>sample string 5</MetaDescription> <MetaKeywords>sample string 6</MetaKeywords> <ModifiedBy>10</ModifiedBy> <PageTitle>sample string 4</PageTitle> <RototsTag>sample string 8</RototsTag> <SellerId>9</SellerId> <ShortDescription>sample string 2</ShortDescription> <Slug>sample string 7</Slug> </CategorySEODetails>
