Get a shipment anomaly type by code

Get a ShipmentAnomalyType

get

Get a ShipmentAnomalyType

Authorizations
Path parameters
codestringRequired
Responses
200Success
application/json
get
GET /shipment-anomaly-type/{code} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Accept: */*
{
  "code": "text",
  "description": "text",
  "categories": [
    "text"
  ],
  "createdAt": null,
  "updatedAt": null
}

Last updated