update TrackingETA field

This commit is contained in:
Francis REAT 2025-08-18 10:48:43 +02:00
parent 95675b3f30
commit cbf41cd4e0

View File

@ -9,12 +9,12 @@
"Payload": {
"TrackingETA": {
"EndETA": {
"AuthorTimeZone": "Europe/Paris",
"DateTime": "2023-01-01T00:00:00Z"
"AuthorTimeZone": "UTC",
"DateTime": "${tdiEvent.EstimatedDeliveryDate}"
},
"StartETA": {
"AuthorTimeZone": "Europe/Paris",
"DateTime": "2023-01-01T00:00:00Z"
"AuthorTimeZone": "UTC",
"DateTime": "${tdiEvent.EstimatedDeliveryDate}"
}
}
}