Create a shipment anomaly category

Create shipment anomaly category

post

Create shipment anomaly category

Authorizations
Body
namestring · max: 255Required
Responses
201Success
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