GET api/EngetCasteCategory?casteId={casteId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
casteId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CasteCategoryMasterName | Description | Type | Additional information |
---|---|---|---|
CategoryId | integer |
None. |
|
CategoryName | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "categoryId": 1, "categoryName": "sample string 2" }, { "categoryId": 1, "categoryName": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfCasteCategoryMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_Api.App_Start.Entity"> <CasteCategoryMaster> <CategoryId>1</CategoryId> <CategoryName>sample string 2</CategoryName> </CasteCategoryMaster> <CasteCategoryMaster> <CategoryId>1</CategoryId> <CategoryName>sample string 2</CategoryName> </CasteCategoryMaster> </ArrayOfCasteCategoryMaster>