Create a shipment anomaly type
Authorizations
Body
codestring · max: 5Required
descriptionstring · max: 255Required
categoriesstring[]Required
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-type HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"code": "text",
"description": "text",
"categories": [
"text"
]
}
{
"code": "text",
"description": "text",
"categories": [
"text"
],
"createdAt": null,
"updatedAt": null
}
Last updated