Skip to main content
POST
Link sensors to handling unit

Authorizations

x-api-key
string
header
required

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

Body

application/json

Sensor_link input data for creation/update

sensors_id
string<uuid>[]
required

Array of sensor IDs to link

entity_id
string<uuid>
required

Entity ID to link sensors to

Response

Successfully created sensor_link

Sensor_link entity (API response)

id
string<uuid>

Unique identifier

created_at
string<date-time>

Creation timestamp

sensor_id
string<uuid>

Sensor ID

delivery_id
string<uuid>

Delivery ID

shipment_id
string<uuid>

Shipment ID

status
string

Status

updated_at
string<date-time>

Last update timestamp

handling_unit_history_id
string<uuid>

Handling unit_history ID

pending_upload_data
boolean

Pending Upload Data

zone_id
string<uuid> | null

Zone ID

scope
enum<string>
default:HANDLING_UNIT

Sensor link scope

Available options:
DELIVERY,
SHIPMENT,
HANDLING_UNIT,
ZONE