curl --location --request POST 'https://api-35.elogii.com/tasks/createOrUpdateMany' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"reference": "123-test",
"type": 1,
"date": 20250822,
"timeWindows": [
{
"start": 540,
"end": 900
}
],
"instructions": " Please leave outside workshop if closed",
"location": {
"type": 2,
"name": "C0805-KD Fine Art (Compton)",
"address": "The Old Pottery,Down Lane,Compton,Surrey,GU3 1DQ,GB",
"postCode": "GU3 1DQ",
"coordinates": [
-0.630083,
51.220836
]
}
}
],
"importConfig": {
"importMode": "update",
"match": {
"reference": true
}
}
}'