Created
May 19, 2015 22:54
-
-
Save davidbegin/bfb007dfd3f6832a2d42 to your computer and use it in GitHub Desktop.
Contractor Location Example
This file contains 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
{ | |
"location_id" => "aBV0000000000003Estl", | |
"location_name" => "ABC Heating Jungle Location", | |
"contractor_id" => "BHh747874000Estbnl", | |
"dba_name" => "ABC Heating", | |
"website_url" => "www.abcheating.com", | |
"contact" => { | |
"phone" => "555-555-5555", | |
"email" => "[email protected]", | |
"address" => { | |
"street-address" => "123 Main St", | |
"locality" => "Vallejo", | |
"region" => "CA", | |
"postal-code" => "123456" | |
} | |
}, | |
"licenses" => [ | |
{"organization" => "Placer County", "identifier" => "498374"}, | |
{"organization" => "CSLB", "identifier" => "948379"} | |
], | |
"display_in_directory" => "true", | |
"regions_served" => ["Sonoma County, CA", "Orange County, CA"], | |
"products" => ["solar panels", "duck sealing"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment