Create a shipment anomaly category
Create shipment anomaly category
Authorizations
Body
namestring · max: 255Required
Responses
201Success
application/json
400
Bad Request
application/json
401
Unauthorized Entity
application/json
409
Conflict
application/json
422
Unprocessable Entity
application/json
post
POST /shipment-anomaly-category HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"name": "text"
}
{
"name": "text",
"createdAt": null,
"updatedAt": null
}
Last updated