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