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": "44adb597-b0a3-4993-a1cb-6b23ad268ccc",
"Title": "sample string 2",
"ReleaseDate": "2026-05-14T00:14:30.7605938+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.