Update a shipment event
📄 Technical specifications
The Consignee is not allowed to update this resource.
The Forwarder is allowed to update this resource when event-type is ORDER or DELIVERY_ORDER.
The Shipper is not allowed to update this ressource.
The Warehouse is allowed to update all event.
The Agent is not allowed to update this ressource.
The customer is not allowed to update this ressource.
Update a shipment event
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
shipmentstring · uuidRequired
etaany | nullableRequired
ataany | nullableRequired
commentstring | nullableRequired
typestring · enumRequiredPossible values:
Responses
200Success
application/json
400
Bad Request
application/json
401
Unprocessable Entity
application/json
409
Conflict
application/json
422
Unprocessable Entity
application/json
put
/shipment-event/{id}Last updated