POST WebPortal/UpdateWebPortalDetail
Request Information
URI Parameters
None.
Body Parameters
WebPortalDetailName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
webPortalKey | integer |
Required |
|
FriendlyName | string |
None. |
|
OwnerDesc | string |
None. |
|
ownerType | integer |
Required |
|
ownerTypeValueId | integer |
None. |
|
ownerKey | integer |
Required |
|
nextPublishDate | date |
Required |
|
isActive | boolean |
Required |
|
IncludeChildAff | boolean |
Required |
|
AllowEnrollment | boolean |
Required |
|
NotificationsActive | boolean |
None. |
|
AuthCode | string |
None. |
|
NotificationAddress | string |
None. |
Request 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": "2025-01-09T13:45:30.7619732-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>2025-01-09T13:45:30.7619732-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
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.