added base examples and drills
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"invoices": [
|
||||
{
|
||||
"id": "inv-1",
|
||||
"status": "draft",
|
||||
"total": 0,
|
||||
"finalizedAt": null,
|
||||
"lines": [
|
||||
{ "description": "Hosting", "quantity": 2, "unitPrice": 60 },
|
||||
{ "description": "Support", "quantity": 1, "unitPrice": 95 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user