Skip to content

Instantly share code, notes, and snippets.

@davidbegin
Created May 19, 2015 22:54
Show Gist options
  • Save davidbegin/bfb007dfd3f6832a2d42 to your computer and use it in GitHub Desktop.
Save davidbegin/bfb007dfd3f6832a2d42 to your computer and use it in GitHub Desktop.
Contractor Location Example
{
"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" => "sales@abcheating.com",
"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