CreateDefaultProfileRequestType

CreateDefaultProfileRequestType
CreateDefaultProfileRequestType

The parameters of CreateDefaultProfile.

JSON Example
{
    "profileType": "string",
    "profileTypeName": "string",
    "profile": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string
profileType
Required

Type of profile to create. The profile types are system-defined (ApplyProfile.ApplyProfile.profileTypeName).

string
profileTypeName
Optional

If specified, the method returns a profile object containing data for the named profile. The type name does not have to be system-defined. A user-defined profile can include various dynamically-defined profiles.

profile
Optional

Reference to an instance of the Profile managed object.