Last active
June 2, 2017 10:13
-
-
Save jerronimo/c0697e6432b048a0eefba25ee905155d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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