Update a shipment anomaly type

Update a ShipmentAnomalyType

put

Update a ShipmentAnomalyType

Authorizations
Path parameters
codestringRequired
Body
descriptionstring · max: 255Optional
categoriesstring[]Optional
Responses
200Success
application/json
put
PUT /shipment-anomaly-type/{code} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 44

{
  "description": "text",
  "categories": [
    "text"
  ]
}
{
  "code": "text",
  "description": "text",
  "categories": [
    "text"
  ],
  "createdAt": null,
  "updatedAt": null
}

Last updated