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": "220aae51-1c94-4d92-bc25-053e61956d18",
"Title": "sample string 2",
"ReleaseDate": "2026-09-11T03:32:45.7860616+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.