Create a shipment anomaly
📄 Technical specifications
Create shipment anomaly
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
shipmentstring · uuidRequired
typestring · max: 5 · nullableRequired
categorystring · max: 255Required
quantitynumber · nullableRequired
balancenumber · nullableRequired
dateany · nullableRequired
observationstring · max: 255 · 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