Get shipment event type by name
Get shipment event type by name
Authorizations
Path parameters
namestringRequired
Responses
200Success
application/json
400
Bad Request
application/json
401
Unauthorized Entity
application/json
422
Unprocessable Entity
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