{
"id": 0,
"description": "string",
"date": "2019-08-24T14:15:22Z",
"customer": {
"id": 0,
"number": "string",
"gender": "string",
"title": "string",
"initials": "string",
"firstName": "string",
"infix": "string",
"lastName": "string",
"companyName": "string",
"cocNumber": "string",
"vatNumber": "string",
"phoneNumber": "string",
"phoneNumber2": "string",
"mobileNumber": "string",
"email": "string",
"remark": "string",
"address": {
"name": "string",
"street": "string",
"houseNumber": "string",
"zipCode": "string",
"city": "string",
"country": "string",
"phoneNumber": "string"
},
"invoiceAddress": {
"name": "string",
"street": "string",
"houseNumber": "string",
"zipCode": "string",
"city": "string",
"country": "string",
"phoneNumber": "string"
},
"deliveryAddress": {
"name": "string",
"street": "string",
"houseNumber": "string",
"zipCode": "string",
"city": "string",
"country": "string",
"phoneNumber": "string"
},
"newsLetter": true,
"externNumbers": {
"number1": "string",
"number2": "string",
"number3": "string"
},
"birthdate": "2019-08-24",
"modifiedDate": "2019-08-24T14:15:22Z",
"createdDate": "2019-08-24T14:15:22Z"
},
"lines": [
{
"code": "string",
"description": "string",
"configuration": {
"id": 0,
"items": [
{
"option": "string",
"optionBarcode": "string",
"optionCode": "string",
"value": "string",
"valueBarcode": "string",
"valueCode": "string"
}
]
},
"quantity": 0,
"partPrice": 0,
"discount": 0,
"linePrice": 0,
"vat": 0
}
],
"totalPrice": 0,
"payments": [
{
"price": 0,
"type": "string"
}
]
}