POST api/Blog/SaveBlog
Request Information
URI Parameters
None.
Body Parameters
Blogs| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Section | string |
None. |
|
| ContentSection | string |
None. |
|
| ImageContentSection | string |
None. |
|
| Type | string |
None. |
|
| ContendSubSection | string |
None. |
|
| Status | boolean |
None. |
|
| CreationDate | date |
None. |
|
| LastUpdateDate | date |
None. |
|
| ContentHome | string |
None. |
|
| SubContentHome | string |
None. |
|
| ImageCarousel | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Section": "sample string 2",
"ContentSection": "sample string 3",
"ImageContentSection": "sample string 4",
"Type": "sample string 5",
"ContendSubSection": "sample string 6",
"Status": true,
"CreationDate": "2025-12-05T21:52:59.4149346-06:00",
"LastUpdateDate": "2025-12-05T21:52:59.4149346-06:00",
"ContentHome": "sample string 10",
"SubContentHome": "sample string 11",
"ImageCarousel": "sample string 12"
}
application/xml, text/xml
Sample:
<Blogs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSSITE.MODELS"> <ContendSubSection>sample string 6</ContendSubSection> <ContentHome>sample string 10</ContentHome> <ContentSection>sample string 3</ContentSection> <CreationDate>2025-12-05T21:52:59.4149346-06:00</CreationDate> <Id>1</Id> <ImageCarousel>sample string 12</ImageCarousel> <ImageContentSection>sample string 4</ImageContentSection> <LastUpdateDate>2025-12-05T21:52:59.4149346-06:00</LastUpdateDate> <Section>sample string 2</Section> <Status>true</Status> <SubContentHome>sample string 11</SubContentHome> <Type>sample string 5</Type> </Blogs>
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. |