Znode

Build Version:

POST storelocator

Creates a new store locator.

Request Information

» Parameters

Name Description Additional information
model The model of the store.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "StoreID": 1,
  "PortalID": 2,
  "AccountID": 1,
  "DisplayOrder": 1,
  "Name": "sample string 3",
  "Address1": "sample string 4",
  "Address2": "sample string 5",
  "Address3": "sample string 6",
  "City": "sample string 7",
  "State": "sample string 8",
  "Zip": "sample string 9",
  "Phone": "sample string 10",
  "Fax": "sample string 11",
  "ContactName": "sample string 12",
  "ImageFile": "sample string 13",
  "Custom1": "sample string 14",
  "Custom2": "sample string 15",
  "Custom3": "sample string 16",
  "ImageLargePath": "sample string 17",
  "ImageMediumPath": "sample string 18",
  "ImageSmallPath": "sample string 19",
  "ImageSmallThumbnailPath": "sample string 20",
  "ImageThumbnailPath": "sample string 21",
  "ActiveInd": true,
  "AreaCode": "sample string 23",
  "Radius": 24,
  "MapQuestURL": "sample string 25"
}