#1 Default Item Type is Inventory Type. To set Item as another Item Type use "ItemType" and enter one of the following values: "Discount", "Inventory Assembly", "Inventory Part", "Item Group", "Non-inventory Part", "Other Charge", "Service", or "Subtotal"

{
	"ID": "",
	"ExternalID": "",
	"Name": "",
	"FullName": "",
	"ParentRef": {
		"ID": "",
		"FullName": ""
	},
	"Description": "",
	"ItemType": "",
	"Cost": 0.0,
	"SalesPrice": 0.0,
	"IsTaxable": true,
	"PreferredVendor": {
		"ID": "",
		"Name": "",
		"CompanyName": "",
		"Salutation": "",
		"FirstName": "",
		"MiddleName": "",
		"LastName": "",
		"Suffix": "",
		"Address": {
			"Addr1": "",
			"Addr2": "",
			"Addr3": "",
			"Addr4": "",
			"Addr5": "",
			"City": "",
			"State": "",
			"PostalCode": "",
			"Country": ""
		},
		"Phone": "",
		"Mobile": "",
		"AltPhone": "",
		"Email": "",
		"Contact": "",
		"AltContact": "",
		"AccountNumber": "",
		"IsActive": true
	},
	"Manufacturer": "",
	"QtyAvailable": 1,
	"IsActive": true,
	"ManufacturerPartNumber": "",
	"COGSAcctRef": {
		"ID": "",
		"FullName": ""
	},
	"AssetAcctRef": {
		"ID": "",
		"FullName": ""
	},
	"IncomeAcctRef":{
		"ID": "",
		"FullName": ""
	}
}