Skip to content

Commit

Permalink
UC1: Correct the input payload
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Thykier <[email protected]>
  • Loading branch information
nt-gt committed Nov 21, 2023
1 parent aa50cb5 commit 4ab02a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@
"shipmentLocations": [
{
"location": {
"locationType": "UNLO",
"locationTypeCode": "UNLO",
"UNLocationCode": "NLRTM"
},
"shipmentLocationTypeCode": "POL",
"eventDateTime": "2022-11-15T10:34:41.99631016+01:00"
},
{
"location": {
"locationType": "UNLO",
"locationTypeCode": "UNLO",
"UNLocationCode": "USMIA"
},
"shipmentLocationTypeCode": "POD",
Expand Down

0 comments on commit 4ab02a2

Please sign in to comment.