curl --location --request PUT '/api/Order' \
--header 'X-BalikujAuthToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orders": [
{
"id": 0,
"billingAddress": {
"name": "Josef Novák",
"company": "Firma s.r.o.",
"street": "Ulice 555",
"city": "Zlín",
"zip": "76001",
"phone": "+420123456789",
"email": "email@info.cz",
"country": "CZ",
"countryName": "Česká republika",
"isEnabled": true,
"type": 1,
"additionalInfo": "Poslední byt v pravo.",
"taxNumber": "12345678",
"vatNumber": "CZ1234567890",
"taxId": "CZ1234567890",
"externalCode": "id-28462"
},
"deliveryAddress": {
"name": "Josef Novák",
"company": "Firma s.r.o.",
"street": "Ulice 555",
"city": "Zlín",
"zip": "76001",
"phone": "+420123456789",
"email": "email@info.cz",
"country": "CZ",
"countryName": "Česká republika",
"isEnabled": true,
"type": 1,
"additionalInfo": "Poslední byt v pravo.",
"taxNumber": "12345678",
"vatNumber": "CZ1234567890",
"taxId": "CZ1234567890",
"externalCode": "id-28462"
},
"carrierCode": "string",
"serviceCode": "string",
"resolved": true,
"isPaid": true,
"paidDate": "2019-08-24T14:15:22.123Z",
"statusId": 0,
"paymentMethodId": 0,
"customerNote": "string",
"internalNote": "string",
"pieceCount": 0,
"totalWeight": 0,
"invoice": true,
"vsCod": "string"
}
],
"generateDocuments": true,
"generateSms": true,
"generateEmail": true
}'