POST WebPortal/UpdateWebPortalDetail

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "webPortalKey": 2,
  "FriendlyName": "sample string 3",
  "OwnerDesc": "sample string 4",
  "ownerType": 5,
  "ownerTypeValueId": 6,
  "ownerKey": 7,
  "nextPublishDate": "2026-02-03T19:31:41.8789483-06:00",
  "isActive": true,
  "IncludeChildAff": true,
  "AllowEnrollment": true,
  "NotificationsActive": true,
  "AuthCode": "sample string 13",
  "NotificationAddress": "sample string 14"
}

application/xml, text/xml

Sample:
<WebPortalDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VHCSAPIModels.Models">
  <AllowEnrollment>true</AllowEnrollment>
  <AuthCode>sample string 13</AuthCode>
  <FriendlyName>sample string 3</FriendlyName>
  <Id>1</Id>
  <IncludeChildAff>true</IncludeChildAff>
  <NotificationAddress>sample string 14</NotificationAddress>
  <NotificationsActive>true</NotificationsActive>
  <OwnerDesc>sample string 4</OwnerDesc>
  <isActive>true</isActive>
  <nextPublishDate>2026-02-03T19:31:41.8789483-06:00</nextPublishDate>
  <ownerKey>7</ownerKey>
  <ownerType>5</ownerType>
  <ownerTypeValueId>6</ownerTypeValueId>
  <webPortalKey>2</webPortalKey>
</WebPortalDetail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.