Skip to content

Update Locker Status

Request

Update the status of an existing locker.

Security
ApiKeyAuth
Bodyapplication/jsonrequired
lockerUidstringrequired

The unique identifier of the locker in the GLS/NXT Platform

Example:"678438790243767"
statusstring(status)required
Enum:"ACTIVE""INACTIVE""MAINTENANCE""DECOMMISSIONED"
Example:"ACTIVE"
curl -i -X PATCH \
  https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/lockers/status \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -d '{
    "lockerUid": "678438790243767",
    "status": "ACTIVE"
  }'

Responses

Locker status updated successfully.

Response
No content