POST api/PortalPages/SaveServicePage

Request Information

URI Parameters

None.

Body Parameters

ServicePage
NameDescriptionTypeAdditional information
ServicePageId

integer

None.

HaId

integer

None.

PageName

string

None.

TemplateId

integer

None.

LastUpdated

date

None.

LastUpdatedBy

integer

None.

LastUpdatedByName

string

None.

Status

integer

None.

PageJson

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ServicePageId": 1,
  "HaId": 2,
  "PageName": "sample string 3",
  "TemplateId": 4,
  "LastUpdated": "2026-01-22T23:17:50.9718675-05:00",
  "LastUpdatedBy": 5,
  "LastUpdatedByName": "sample string 6",
  "Status": 7,
  "PageJson": "sample string 8"
}

text/html

Sample:
{"ServicePageId":1,"HaId":2,"PageName":"sample string 3","TemplateId":4,"LastUpdated":"2026-01-22T23:17:50.9718675-05:00","LastUpdatedBy":5,"LastUpdatedByName":"sample string 6","Status":7,"PageJson":"sample string 8"}

application/xml, text/xml

Sample:
<ServicePage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalEditor.Model.Models">
  <HaId>2</HaId>
  <LastUpdated>2026-01-22T23:17:50.9718675-05:00</LastUpdated>
  <LastUpdatedBy>5</LastUpdatedBy>
  <LastUpdatedByName>sample string 6</LastUpdatedByName>
  <PageJson>sample string 8</PageJson>
  <PageName>sample string 3</PageName>
  <ServicePageId>1</ServicePageId>
  <Status>7</Status>
  <TemplateId>4</TemplateId>
</ServicePage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.