UpdateShipmentTracking
updateShipmentTracking
Authorizations
Body
shipmentIdstringRequired
trackingIdNumberstringRequired
shipmentRouteSegmentIdstringRequired
shipmentPackageSeqIdstringOptional
Responses
401
Authentication required
403
Access Forbidden (no authz)
429
Too Many Requests (tarpit)
500
General Error
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?