Skip to content

Commit

Permalink
UC1: Fully correct the request 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 a3cc735 commit 1cd09dd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,18 @@
"shipmentLocations": [
{
"location": {
"locationTypeCode": "UNLO",
"locationType": "UNLO",
"UNLocationCode": "NLRTM"
},
"shipmentLocationTypeCode": "POL",
"locationTypeCode": "POL",
"eventDateTime": "2022-11-15T10:34:41.99631016+01:00"
},
{
"location": {
"locationTypeCode": "UNLO",
"locationType": "UNLO",
"UNLocationCode": "USMIA"
},
"shipmentLocationTypeCode": "POD",
"locationTypeCode": "POD",
"eventDateTime": "2022-11-15T10:34:41.99631016+01:00"
}
]
Expand Down

0 comments on commit 1cd09dd

Please sign in to comment.