Znode

Build Version:

PUT updateportalprofile/{portalProfileId}

Updates an existing portalProfile.

Request Information

» Parameters

Name Description Additional information
portalProfileId The ID of the portalProfile.

Define this parameter in the request URI.

model The model of the portalProfile.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "PortalProfileID": 1,
  "PortalID": 2,
  "ProfileID": 3,
  "Name": "sample string 4",
  "SerialNumber": 5
}