Znode

Build Version:

POST manufacturers

Creates a new manufacturer.

Request Information

» Parameters

Name Description Additional information
model The model of the manufacturer.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "Custom1": "sample string 1",
  "Custom2": "sample string 2",
  "Custom3": "sample string 3",
  "Description": "sample string 4",
  "DisplayOrder": 5,
  "Email": "sample string 6",
  "EmailNotificationTemplate": "sample string 7",
  "IsActive": true,
  "IsDropShipper": true,
  "ManufacturerId": 9,
  "Name": "sample string 10",
  "PortalId": 1,
  "Website": "sample string 11"
}