POST api/Category
Request Information
URI Parameters
None.
Body Parameters
CategoryInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryInfo_Id | globally unique identifier |
None. |
|
| Category_Name | string |
None. |
|
| Category_Code | integer |
None. |
|
| _Category_Code | CategoryCode |
None. |
|
| PrimaryKey | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CategoryInfo_Id": "101b65c4-71b3-4ea2-b38d-0d98b5ef7550",
"Category_Name": "sample string 2",
"Category_Code": 3,
"_Category_Code": 0,
"PrimaryKey": "82b53ed8-2adb-48f7-9ca0-d6ecb3d83bfc"
}
application/xml, text/xml
Sample:
<CategoryInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/brmcph.entity"> <PrimaryKey>82b53ed8-2adb-48f7-9ca0-d6ecb3d83bfc</PrimaryKey> <CategoryInfo_Id>101b65c4-71b3-4ea2-b38d-0d98b5ef7550</CategoryInfo_Id> <Category_Code>3</Category_Code> <Category_Name>sample string 2</Category_Name> <_Category_Code>Income</_Category_Code> </CategoryInfo>
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.