Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 4, 2016 15:12
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 bjoerntx/c067512b1572fa2b03901e690fd4a02e to your computer and use it in GitHub Desktop.
Save bjoerntx/c067512b1572fa2b03901e690fd4a02e to your computer and use it in GitHub Desktop.
[
{
"yourcompany_companyname": "Text Control, LLC",
"yourcompany_zip": "28226",
"item": [
{
"qty": "1",
"item_no": "1",
"item_description": "Item description 1",
"item_unitprice": "2663",
"item_discount": "20",
"item_total": "2130.40"
},
{
"qty": "1",
"item_no": "2",
"item_description": "Item description 2",
"item_unitprice": "5543",
"item_discount": "0",
"item_total": "5543"
}
],
"total_discount": "532.60",
"total_sub": "7673.4",
"total_tax": "537.138",
"total": "8210.538"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment