Get shipment customs by id

Get a specific customs number. When getting shipment, first level sub-object will be retrieved that will include customs number(s) which offer an alternative way of getting it(them).

Get shipment customs by id

get

Get shipment customs by id

Authorizations
Path parameters
idstringRequired
Responses
200Success
application/json
get
GET /shipment-customs/{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": "text",
  "status": "text",
  "number": "text",
  "date": null,
  "createdAt": null,
  "updatedAt": null
}

Last updated