POST
api/v1/is-category-published?categoryMasterId={categoryMasterId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
categoryMasterId | integer |
Required |
Response Information
Description:
Return type: CategoryStatus
Response Formats
application/json, text/json
{ "IsSubCategory": true, "ParentCategoryName": "sample string 2", "IsCategoryPublished": true }
text/html
{"IsSubCategory":true,"ParentCategoryName":"sample string 2","IsCategoryPublished":true}
application/xml, text/xml
<CategoryStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.RequestOperations.Category"> <IsCategoryPublished>true</IsCategoryPublished> <IsSubCategory>true</IsSubCategory> <ParentCategoryName>sample string 2</ParentCategoryName> </CategoryStatus>