Created
July 18, 2012 00:51
-
-
Save dlrust/3133297 to your computer and use it in GitHub Desktop.
Basic fields for publishing a local business site
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]", | |
"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