Create a shipment anomaly
📄 Technical specifications
The Consignee is not allowed to create this resource.
The Forwarder is not allowed to create this resource.
The Shipper is not allowed to create this resource.
The Warehouse is allowed to create this resource when the type of anomaly code corresponds to the category in which it is assigned.
The Agent is not allowed to create this resource.
The Customer is not allowed to create this resource.
Create shipment anomaly
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
shipmentstring · uuidRequired
typestring | nullableRequired
categorystring · max: 255Required
quantitynumber | nullableRequired
balancenumber | nullableRequired
dateany | nullableRequired
observationstring | nullableRequired
Responses
201Success
application/json
400
Bad Request
application/json
401
Unauthorized Entity
application/json
409
Conflict
application/json
422
Unprocessable Entity
application/json
post
/shipment-anomalyLast updated