Skip to content

Instantly share code, notes, and snippets.

@dlrust
Created July 18, 2012 00:51
Show Gist options
  • Save dlrust/3133297 to your computer and use it in GitHub Desktop.
Save dlrust/3133297 to your computer and use it in GitHub Desktop.
Basic fields for publishing a local business site
{
"subdomain": "somebusinessname"
"domain": "publisherdomain.com",
"title": "Some Business Name",
"theme_id": 65,
"site_type": "LocalBusinessYellowmagic",
"partner_user_id": 12345,
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@gmail.com",
"street": "2101 4th Ave, Suite 350",
"city": "Seattle",
"state": "WA",
"country": "US",
"postal_code": "98121",
"phone": "206-441-4399"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment