Skip to content

Instantly share code, notes, and snippets.

@jerronimo
Last active June 2, 2017 10:13
Show Gist options
  • Save jerronimo/c0697e6432b048a0eefba25ee905155d to your computer and use it in GitHub Desktop.
Save jerronimo/c0697e6432b048a0eefba25ee905155d to your computer and use it in GitHub Desktop.
{
"quoteItems": [
{
"id": 1,
"active": 0,
"quotePackages": [
{
"id": 1,
"active": 1,
"quoteSets": [
{
"id": 1,
"customPrice": "10",
"artist_selected": 1,
"client_selected": 1
}
]
}
]
}
],
"custom": [
{
"id": "24",
"active": 1,
"name": "new quote package item 1 - edited",
"description": "some description",
"type": 4,
"quoteSets": [
{
"id": 39,
"qty": 8,
"duration": "10",
"price_one": 20000,
"artist_selected": 1,
"client_selected": 0
},
{
"qty": 8,
"duration": "10",
"price_one": 20000,
"artist_selected": 1,
"client_selected": 0
}
]
},
{
"active": 1,
"name": "new quote package item 3",
"type": 3,
"quoteSets": [
{
"qty": 8,
"duration": "10",
"price_one": 100,
"artist_selected": 1,
"client_selected": 0
},
{
"qty": 8,
"duration": "10",
"price_one": 100,
"artist_selected": 1,
"client_selected": 0
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment