Skip to content

Instantly share code, notes, and snippets.

@stdavis
Created October 17, 2012 04:27
Show Gist options
  • Select an option

  • Save stdavis/3903703 to your computer and use it in GitHub Desktop.

Select an option

Save stdavis/3903703 to your computer and use it in GitHub Desktop.
GetLakePackagesForPurchase Option 2 (not preferred)
{
"packages": [
{
"name": "Lake Michigan",
"packageId": 123,
"product": "Michigan"
},
{
"name": "Lake Michigan",
"packageId": 123,
"product": "Wisconsin"
},
{
"name": "Davis Lake",
"packageId": 456,
"product": "Michigan"
},
{
"name": "Lake Fish4U",
"packageId": 789,
"product": "Wisconsin"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment