POST api/SetBlog
Request Information
URI Parameters
None.
Body Parameters
Blog| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| BlogImage | string |
None. |
|
| Discription | string |
None. |
|
| CreatedBy | integer |
None. |
|
| IsActive | integer |
None. |
|
| IsDeleted | integer |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Title": "sample string 2",
"BlogImage": "sample string 3",
"Discription": "sample string 4",
"CreatedBy": 1,
"IsActive": 1,
"IsDeleted": 1,
"CreatedDate": "2026-04-17T18:11:10.1234189+05:30"
}
text/html
Sample:
{"$id":"1","Id":1,"Title":"sample string 2","BlogImage":"sample string 3","Discription":"sample string 4","CreatedBy":1,"IsActive":1,"IsDeleted":1,"CreatedDate":"2026-04-17T18:11:10.1234189+05:30"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true