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