{
"orders": [
{
"orderId": "20223131",
"datetime": "2018-05-30T13:00:00+00:00",
"contact": {
"contactId": "aaaf6061-aef7-f850-ada7-c969374eb888",
"firstName": "John",
"lastName": "Doe",
"street1": "Dlouha 1",
"street2": "",
"city": "Prague",
"postalCode": "110 00",
"country": "Czech Republic"
},
"items": [
{
"productId": "bba46061-aef7-f850-ada7-123456781245",
"itemName": "Apple iPhone 13, 128GB, Midnight",
"amount": 1,
"unitPrice": 128,
"unitVAT": 26.88
}
],
"payment": "card",
"delivery": "DHL",
"state": "Finished",
"total": 128,
"VAT": 26.88,
"currency": "EUR",
"conversionCampaignId": "11ef6061-cef7-b850-ada7-c969374ebcce"
}
],
"paging": {
"start": 21,
"count": 40,
"totalCount": 100
}
}