UpdateShipmentTracking

updateShipmentTracking

update ShipmentTracking

put
Authorizations
Body
shipmentIdstringRequired
trackingIdNumberstringRequired
shipmentRouteSegmentIdstringRequired
shipmentPackageSeqIdstringOptional
Responses
401
Authentication required
put
PUT /rest/s1/poorti/updateShipmentTracking HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 109

{
  "shipmentId": "text",
  "trackingIdNumber": "text",
  "shipmentRouteSegmentId": "text",
  "shipmentPackageSeqId": "text"
}

No content

Was this helpful?