POST api/Event/CreateCategory
Request Information
URI Parameters
None.
Body Parameters
Product_Category| Name | Description | Type | Additional information |
|---|---|---|---|
| category_Id | integer |
None. |
|
| Category_Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"category_Id": 1,
"Category_Name": "sample string 2"
}
application/xml, text/xml
Sample:
<Product_Category xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDPS"> <Category_Name>sample string 2</Category_Name> <category_Id>1</category_Id> </Product_Category>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| data | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.