POST api/news/save
Request Information
URI Parameters
None.
Body Parameters
NewsBlogBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NewsID | globally unique identifier |
Required |
|
| Title | string |
Required |
|
| ReleaseDate | date |
Required Data type: Date |
|
| Text | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"NewsID": "18fdb4b5-9696-4c7a-9b8c-e4c0eae63729",
"Title": "sample string 2",
"ReleaseDate": "2026-01-14T05:10:51.4727594+00:00",
"Text": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.