Files
Theatrical-Players-Refactor…/python/tests/invoice_new_plays.json
2019-08-07 08:49:05 +02:00

14 lines
174 B
JSON

{
"customer": "BigCoII",
"performances": [
{
"playID": "henry-v",
"audience": 53
},
{
"playID": "as-like",
"audience": 55
}
]
}