Znode

Build Version:

POST portalprofile

Creates a new portal profile.

Request Information

» Parameters

Name Description Additional information
model The model of the portal profile.

Define this parameter in the request body.

Request Body Formats

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