Get a shipment anomaly category by name

Retrieve shipment anomaly category by name

get

Get shipment anomaly category by name

Authorizations
Path parameters
namestringRequired
Responses
200Success
application/json
get
GET /shipment-anomaly-category/{name} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Accept: */*
{
  "name": "text",
  "createdAt": null,
  "updatedAt": null
}

Last updated