Creates a new profile.
Name | Description | Additional information |
---|---|---|
model | The model of the profile. |
Define this parameter in the request body. |
{
"EmailList": "sample string 1",
"ExternalId": "sample string 2",
"Name": "sample string 3",
"ProfileId": 4,
"ShowOnPartnerSignup": true,
"ShowPricing": true,
"TaxClassId": 1,
"TaxExempt": true,
"UseWholesalePricing": true,
"ShowAdditionalCheckoutInstructions": true,
"OrderSyncDisabled": true,
"Weighting": 1.0,
"AccountProfileID": 10,
"AccountId": 11,
"RequirePO": true
}