Skip to content

Instantly share code, notes, and snippets.

@tylerjohnst
Created May 1, 2012 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tylerjohnst/2568076 to your computer and use it in GitHub Desktop.
Save tylerjohnst/2568076 to your computer and use it in GitHub Desktop.
Example choice_list JSON body for an API request
{
"choice_list":{
"name":"Florida Areas",
"description":"Areas in Tampa/St. Pete",
"created_at":"2012-04-24T08:59:35Z",
"updated_at":"2012-04-24T08:59:50Z",
"choices":[
{
"label":"Carrolwood",
"value":"Carrolwood"
},
{
"label":"Seminole Heights",
"label":"Seminole Heights"
},
{
"label":"Old Northeast",
"value":"Old Northeast"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment