Skip to main content
PUT
Resume sensors by handling units

Authorizations

x-api-key
string
header
required

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

Body

application/json

IDs of entities (deliveries, shipments, handling units, or sensors) to pause, resume, or stop

ids
string<uuid>[]
required

Array of entity IDs

Response

Successfully updated 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