POST api/BlogCategories/PostBlogCategory
Request Information
URI Parameters
None.
Body Parameters
BlogCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CategoryId | integer |
None. |
|
| CategoryName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CategoryId": 2,
"CategoryName": "sample string 3"
}
multipart/form-data
Sample:
{"$id":"1","Id":1,"CategoryId":2,"CategoryName":"sample string 3"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BlogCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CategoryId | integer |
None. |
|
| CategoryName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"CategoryId": 2,
"CategoryName": "sample string 3"
}
multipart/form-data
Sample:
{"$id":"1","Id":1,"CategoryId":2,"CategoryName":"sample string 3"}