POST api/Masters/subCategory
Request Information
URI Parameters
None.
Body Parameters
SubCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| subcatid | integer |
None. |
|
| catid | integer |
None. |
|
| Subcategoryname | string |
None. |
|
| Createddate | string |
None. |
|
| CreatedUser | string |
None. |
|
| Status | string |
None. |
|
| Key | string |
None. |
|
| ModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"subcatid": 1,
"catid": 2,
"Subcategoryname": "sample string 3",
"Createddate": "sample string 4",
"CreatedUser": "sample string 5",
"Status": "sample string 6",
"Key": "sample string 7",
"ModifiedUser": "sample string 8"
}
application/xml, text/xml
Sample:
<SubCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusApi.Models"> <CreatedUser>sample string 5</CreatedUser> <Createddate>sample string 4</Createddate> <Key>sample string 7</Key> <ModifiedUser>sample string 8</ModifiedUser> <Status>sample string 6</Status> <Subcategoryname>sample string 3</Subcategoryname> <catid>2</catid> <subcatid>1</subcatid> </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.