Skip to content

Instantly share code, notes, and snippets.

@rmehta
Created December 6, 2012 04:06
Show Gist options
  • Save rmehta/4221700 to your computer and use it in GitHub Desktop.
Save rmehta/4221700 to your computer and use it in GitHub Desktop.
Sample Sales Order
[
{
"doctype":"Sales Order",
"__islocal": 1,
"customer": "Customer 1",
"posting_date": "2012-02-20"
..
},
{
"doctype": "Sales Order Item",
"parenttype": "Sales Order",
"parentfield": "sales_order_details",
"idx": 1
"item_code": "My item"
..
..
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment