POST api/General/AddNewsLetter
Request Information
URI Parameters
None.
Body Parameters
Cms_NewsLetter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| blogId | integer |
None. |
|
| Blogtitle | string |
None. |
|
| Notes | string |
None. |
|
| EntryDate | date |
None. |
|
| isActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Email": "sample string 3",
"blogId": 1,
"Blogtitle": "sample string 4",
"Notes": "sample string 5",
"EntryDate": "2025-12-06T06:07:48.6559342+04:00",
"isActive": true
}
application/xml, text/xml
Sample:
<Cms_NewsLetter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/raideTime_Webservices.Models"> <Blogtitle>sample string 4</Blogtitle> <Email>sample string 3</Email> <EntryDate>2025-12-06T06:07:48.6559342+04:00</EntryDate> <Id>1</Id> <Name>sample string 2</Name> <Notes>sample string 5</Notes> <blogId>1</blogId> <isActive>true</isActive> </Cms_NewsLetter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |