SCPN1-9007

This commit is contained in:
2025-07-04 10:47:44 +02:00
parent 95f67c4c0c
commit 1e77bbdaf6
6 changed files with 123 additions and 152 deletions

View File

@@ -1,11 +1,13 @@
{
"Header": {
"ProjectID": "${projectRP}"
},
"ID": {
"RefID": "${tdiEvent.ParcelNumber}"
},
"Payload": {
"TrackingURL": "${tdiEvent.TrackingUrl}"
[
{
"Header": {
"ProjectID": "${projectRP}"
},
"ID": {
"RefID": "${tdiEvent.ParcelNumber}"
},
"Payload": {
"TrackingURL": "${tdiEvent.TrackingUrl}"
}
}
}
]