Unlock Vehicle

Last Updated on : 2023-06-20 14:54:08

Unlock a locked vehicle in the parking lot.

API address

DELETE: /v1.0/parking-control/{device_id}/cars/unlock

Request parameter

Parameter nameTypeINRequiredDescription
device_idStringuritrueThe ID of a specified device in the parking lot.

Description of body

Parameter nameTypeINRequiredDescription
plate_noString trueThe license plate number.

Return parameter

Parameter nameTypeDescription
resultCmdIssueResultResponseThe returned result.

Description of result

Parameter nameTypeDescription
snStringThe command record ID.

Request example

DELETE: /v1.0/parking-control/6ce****/cars/unlock

Return example

{
    "result": {
        "sn": "135****"
    },
    "t": 1652779976771,
    "success": true
}

Error code

For more information, see error code.