GET
/
handling_unit
/
:id
Get handling_unit by ID
curl --request GET \
  --url http://localhost:8080/handling_unit/:id \
  --header 'x-api-key: <api-key>'
{
  "code": "<string>",
  "material_code": "<string>",
  "delivery_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "zone_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "site_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact your administrator to get an API key.

Path Parameters

id
string
required

Handling_unit ID

Response

Successfully retrieved handling_unit

The response is of type object.