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": "7a6b6815-39b4-4527-af4d-404a61035f0f",
"Title": "sample string 2",
"ReleaseDate": "2026-03-15T04:15:08.34442+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.