Updates an existing portalProfile.
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. |
{
"PortalProfileID": 1,
"PortalID": 2,
"ProfileID": 3,
"Name": "sample string 4",
"SerialNumber": 5
}