POST api/article
Request Information
URI Parameters
None.
Body Parameters
ArticleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ArticleId | integer |
None. |
|
| SectionId | integer |
None. |
|
| Section | string |
None. |
|
| Name | string |
None. |
|
| Header | string |
None. |
|
| PublicationDate | date |
None. |
|
| Content | string |
None. |
|
| Author | string |
None. |
|
| LinkedUrl | string |
None. |
|
| string |
None. |
||
| Status | string |
None. |
|
| Order | integer |
None. |
|
| Active | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArticleId": 1,
"SectionId": 2,
"Section": "sample string 3",
"Name": "sample string 4",
"Header": "sample string 5",
"PublicationDate": "2026-05-12T09:08:34.7454208+00:00",
"Content": "sample string 7",
"Author": "sample string 8",
"LinkedUrl": "sample string 9",
"Email": "sample string 10",
"Status": "sample string 11",
"Order": 12,
"Active": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.