Create a shipment anomaly type

Create a ShipmentAnomalyType

post
Authorizations
Body
codestring · max: 5Required
descriptionstring · max: 255Required
categoriesstring[]Required
Responses
201Success
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