{
"orders" : [
{
"id" : "orderIdGUID",
"total": "$12.99",
"tax": "$0.49",
"created_at": "2013-12-25",
"products": [
{
"id": "productID"
"purchase_type": "rent",
"price": "$1.25"
},
{
"id": "product2ID"
"purchase_type": "buy",
"price": "$11.25"
}
]
}
]
}
{
"order" : {
"transaction_id" : "id",
"total": "$12.99",
"tax": "$0.49",
"created_at": "2013-12-25",
"products": [
{
"id": "productId",
"product_type": "rent",
"price": "$1.25"
},
{
"id": "product_id",
"product_type": "buy",
"price": "$11.25"
}
]
}
}