Get shipment event type by name

Retrieve shipment event type by name

get

Get shipment event type by name

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

Last updated