Updates an existing profile by profile Id.
| Name | Description | Additional information |
|---|---|---|
| profileId | The ID of the profile. |
Define this parameter in the request URI. |
| 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
}