{
"customer": {
"type": "PRIVATE",
"title": "Ms.",
"gender": "female",
"lastName": "Hilll",
"addresses": [
{
"city": "West Mattiemouth",
"type": "billing",
"street": "640 Carrie Crest",
"zipCode": "56695-0518",
"countryCode": "TZ"
}
],
"firstName": "Bianka",
"dateOfBirth": "1946-01-01",
"customerNumber": "B1140280585"
},
"contracts": [
{
"endDate": "2023-06-23",
"invoices": [
{
"currency": "EUR",
"invoiceDate": "2023-06-23",
"invoiceNumber": "I5408705335",
"originalAmount": 120,
"remainingAmount": 100
}
],
"startDate": "2018-06-23",
"contractNumber": "V8157366331"
}
]
}