Update a shipment anomaly
📄 Technical specifications
The Consignee is not allowed to update this resource.
The Forwarder is not allowed to update this resource.
The Shipper is not allowed to update this resource.
The Warehouse is allowed to update this resource when the type of anomaly code corresponds to the category in which it is assigned.
The Agent is not allowed to update this resource.
The Customer is not allowed to update this resource.
Update shipment anomaly
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
typestring | nullableOptional
categorystring · max: 255Optional
quantitynumber | nullableOptional
balancenumber | nullableOptional
dateany | nullableOptional
observationstring | nullableOptional
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-anomaly/{id}Last updated