Skip to content

Instantly share code, notes, and snippets.

@jlee42
Last active December 11, 2015 20:39
Show Gist options
  • Save jlee42/4657243 to your computer and use it in GitHub Desktop.
Save jlee42/4657243 to your computer and use it in GitHub Desktop.
curl -H "Content-Type: application/json" -X PUT -d '{"location":{"name":"Bullets Sports Bar","addresses_attributes":[{"address_line_1":"2441 A.P. Tureaud St.", "city":"New Orleans", "postal_code":"70119", "longitude":"29.9815565", "latitude":"-90.067299", "country_code":"USA"},{"address_line_1":"123 Main Street", "city":"New Orleans", "postal_code":"70119", "longitude":"29.9815565", "latitude":"-90.067299", "country_code":"USA"}]}}' https://valentinocdx.com/api/v1/json/AUTHENTICATION_TOKEN/locations/create_or_update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment