Skip to content

Instantly share code, notes, and snippets.

@gegere
Created December 10, 2019 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gegere/8b839037b54131565391e3cfe7e0990c to your computer and use it in GitHub Desktop.
Save gegere/8b839037b54131565391e3cfe7e0990c to your computer and use it in GitHub Desktop.
{
"@attributes": {
"version": "2019.12.09.1",
"host": "xyz.checkfront.com"
},
"booking": {
"order": {
"@attributes": {
"currency_id": "USD"
},
"sub_total": "2800.00",
"tax_total": "0.00",
"paid_total": "0.00",
"total": "2800.00",
"discount": "0.00",
"items": {
"item": [
{
"@attributes": {
"line_id": "1",
"item_id": "16"
},
"start_date": "1576303200",
"end_date": "1576476000",
"sku": "lenwoodhouse",
"slip": {},
"package_id": "0",
"status": "STOP",
"total": "2350.00",
"tax_total": "0.00",
"qty": "1"
},
{
"@attributes": {
"line_id": "2",
"item_id": "31"
},
"start_date": "1576303200",
"end_date": "1576389600",
"sku": "cleaningfee",
"slip": {},
"package_id": "0",
"status": "STOP",
"total": "150.00",
"tax_total": "0.00",
"qty": "1"
},
{
"@attributes": {
"line_id": "3",
"item_id": "24"
},
"start_date": "1576303200",
"end_date": "1576303200",
"sku": "deposit",
"slip": {},
"package_id": "0",
"status": "STOP",
"total": "300.00",
"tax_total": "0.00",
"qty": "1"
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment