POST CreateSubCategory
Request Information
URI Parameters
None.
Body Parameters
SubCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| SubCategoryId | integer |
None. |
|
| CategoryId | integer |
None. |
|
| SubCategoryName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SubCategoryId": 1,
"CategoryId": 2,
"SubCategoryName": "sample string 3"
}
application/xml, text/xml
Sample:
<SubCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrestComplaintWebApi.Models"> <CategoryId>2</CategoryId> <SubCategoryId>1</SubCategoryId> <SubCategoryName>sample string 3</SubCategoryName> </SubCategory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.