Last updated 9 months ago
Update a ShipmentAnomalyType
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 }