Creates a new category profile.
| Name | Description | Additional information |
|---|---|---|
| model | The model of type CategoryProfileModel. |
Define this parameter in the request body. |
{
"CategoryProfileID": 1,
"CategoryID": 2,
"ProfileID": 3,
"EffectiveDate": "2025-12-01T18:30:53.8445779+00:00",
"ProfileName": "sample string 5"
}