Get shipment security type by code

Get a shipment security type

get

Get a shipment security type

Authorizations
Path parameters
codestringRequired
Responses
200Success
application/json
get
GET /shipment-security-type/{code} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Accept: */*
{
  "code": "text",
  "name": "text",
  "position": 1,
  "createdAt": null,
  "updatedAt": null
}

Last updated