Get shipment event by id

Get shipment event by id

get

Get shipment event by id

Authorizations
Path parameters
idstringRequired
Responses
200Success
application/json
get
GET /shipment-event/{id} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Accept: */*
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "shipment": "123e4567-e89b-12d3-a456-426614174000",
  "type": "ARRIVAL",
  "eta": null,
  "ata": null,
  "comment": "text",
  "createdAt": null,
  "updatedAt": null
}

Last updated