POST api/Page
Request Information
URI Parameters
None.
Body Parameters
PageEditDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Title | string |
None. |
|
| Text | string |
None. |
|
| IsVisibleInMenu | boolean |
None. |
|
| IsVisibleOnMainPage | boolean |
None. |
|
| Active | boolean |
None. |
|
| Category | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "95cbb83b-e903-447e-8a61-ba31fb1ea653",
"title": "sample string 1",
"text": "sample string 2",
"isVisibleInMenu": true,
"isVisibleOnMainPage": true,
"active": true,
"category": "sample string 6"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.