Saltar al contenido principal
GET
/
v1
/
warehouse
/
containerTypes
/
{containerTypeReference}
Get one container type by its ID
curl --request GET \
  --url https://api.bold-factory.com/v1/warehouse/containerTypes/{containerTypeReference} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "externalReference": "<string>",
  "name": "<string>",
  "widthMm": 123,
  "heightMm": 123,
  "lengthMm": 123,
  "deletedAt": "2023-11-07T05:31:56Z",
  "createdAt": "2023-11-07T05:31:56Z",
  "createdBy": "<string>",
  "lastModifiedAt": "2023-11-07T05:31:56Z",
  "lastModifiedBy": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

containerTypeReference
string
requerido

Respuesta

OK

id
string
requerido
externalReference
null | string
requerido
name
string
requerido
widthMm
number<double>
requerido
heightMm
number<double>
requerido
lengthMm
number<double>
requerido
deletedAt
null | string<date-time>
requerido
createdAt
string<date-time>
requerido
createdBy
string
requerido
lastModifiedAt
string<date-time>
requerido
lastModifiedBy
string
requerido