Get shipment customs type by name
The /shipment-customs-type/{name}
route can be used to retrieve a specific type.
Get shipment customs 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-customs-type/{name} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Accept: */*
{
"name": "text",
"description": "text",
"createdAt": null,
"updatedAt": null
}
Last updated