Get all shipment customs type

The customs numbers are of a predefined type. In One Record API, they are represented by a two to three-character name which can be retrieved with this /shipment-customs-type route.


Filters

To understand the filters parameter and the customization of API responses, please refer to the filters page.

List of filters
  • name - to filter by the name.


Get shipment customs type by name

get

Get shipment customs type by name

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

Last updated