{
"number": "string",
"date": "2019-08-24T14:15:22.123Z",
"referenceNumbers": [
"string"
],
"clientId": "string",
"seller": {
"name": "string",
"vatCode": "string",
"companyCode": "string",
"iBanNumber": "string",
"bankName": "string",
"swiftCode": "string",
"address": {
"street": "string",
"city": "string",
"postalCode": "string",
"countryCode": "string"
}
},
"buyer": {
"name": "string",
"vatCode": "string",
"companyCode": "string",
"iBanNumber": "string",
"bankName": "string",
"swiftCode": "string",
"address": {
"street": "string",
"city": "string",
"postalCode": "string",
"countryCode": "string"
}
},
"currency": "string",
"paymentDueDate": "2019-08-24T14:15:22.123Z",
"paymentDaysTerm": 0,
"lines": [
{
"name": "string",
"quantity": 0,
"unit": "string",
"discount": 0,
"unitPrice": 0,
"priceWithDiscount": 0,
"vatRate": 0,
"vatAmount": 0,
"totalPrice": 0,
"orderProductId": "string",
"clientId": "string",
"cmrNumber": "string",
"vehiclePlates": [
"string"
],
"referenceNumbers": [
"string"
],
"route": "string",
"loadingDate": "2019-08-24T14:15:22.123Z",
"unloadingDate": "2019-08-24T14:15:22.123Z"
}
],
"total": [
{
"net": 0,
"vat": 0,
"gross": 0
}
]
}