{
"number": "string",
"date": "2019-08-24T14:15:22.123Z",
"referenceNumbers": [
"string"
],
"vehicleLicensePlates": [
"string"
],
"seller": {
"clientId": "string",
"name": "string",
"vatCode": "string",
"companyCode": "string",
"bankInfo": [
{
"iban": "string",
"bankName": "string",
"swiftCode": "string",
"currency": "string"
}
],
"address": {
"street": "string",
"city": "string",
"postalCode": "string",
"countryCode": "string"
}
},
"buyer": {
"clientId": "string",
"name": "string",
"vatCode": "string",
"companyCode": "string",
"bankInfo": [
{
"iban": "string",
"bankName": "string",
"swiftCode": "string",
"currency": "string"
}
],
"address": {
"street": "string",
"city": "string",
"postalCode": "string",
"countryCode": "string"
}
},
"lines": [
{
"name": "string",
"quantity": 0,
"unit": "string",
"discount": 0,
"unitPrice": 0,
"netPrice": 0,
"vatRate": 0,
"vatAmount": 0,
"totalPrice": 0,
"orderProductId": "string",
"cmrNumber": "string",
"vehiclePlates": [
"string"
],
"referenceNumbers": [
"string"
],
"route": "string",
"loadingDate": "2019-08-24T14:15:22.123Z",
"unloadingDate": "2019-08-24T14:15:22.123Z",
"lineType": "Service",
"lineCode": "string",
"sequenceId": 0
}
],
"exchangeRates": [
{
"currencyFrom": "string",
"currencyTo": "string",
"rate": 0,
"date": "2019-08-24T14:15:22.123Z"
}
],
"total": [
{
"net": 0,
"vat": 0,
"gross": 0,
"currency": "string",
"paymentDueDate": "2019-08-24T14:15:22.123Z",
"paymentDaysTerm": 0
}
]
}