Znode

Build Version:

PUT profiles/{profileId}

Updates an existing profile by profile Id.

Request Information

» Parameters

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.

Request Body Formats

Sample:
	{
  "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
}