POST api/PortalGeneral/SaveNewPage
Request Information
URI Parameters
None.
Body Parameters
ListPortalPage| Name | Description | Type | Additional information |
|---|---|---|---|
| ListPortalId | integer |
None. |
|
| PageId | integer |
None. |
|
| HaId | integer |
None. |
|
| PageName | string |
None. |
|
| LastUpdated | date |
None. |
|
| LastUpdatedBy | integer |
None. |
|
| LastUpdatedByName | string |
None. |
|
| Status | integer |
None. |
|
| TemplateId | integer |
None. |
|
| PageType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ListPortalId": 1,
"PageId": 2,
"HaId": 3,
"PageName": "sample string 4",
"LastUpdated": "2026-01-22T23:17:45.9049889-05:00",
"LastUpdatedBy": 5,
"LastUpdatedByName": "sample string 6",
"Status": 7,
"TemplateId": 8,
"PageType": 9
}
text/html
Sample:
{"ListPortalId":1,"PageId":2,"HaId":3,"PageName":"sample string 4","LastUpdated":"2026-01-22T23:17:45.9049889-05:00","LastUpdatedBy":5,"LastUpdatedByName":"sample string 6","Status":7,"TemplateId":8,"PageType":9}
application/xml, text/xml
Sample:
<ListPortalPage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalEditor.Model.Models"> <HaId>3</HaId> <LastUpdated>2026-01-22T23:17:45.9049889-05:00</LastUpdated> <LastUpdatedBy>5</LastUpdatedBy> <LastUpdatedByName>sample string 6</LastUpdatedByName> <ListPortalId>1</ListPortalId> <PageId>2</PageId> <PageName>sample string 4</PageName> <PageType>9</PageType> <Status>7</Status> <TemplateId>8</TemplateId> </ListPortalPage>
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. |