Znode

Build Version:

POST profiles

Creates a new profile.

Request Information

» Parameters

Name Description Additional information
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
}