Last Updated on : 2023-06-20 14:54:10
Get the license plate information of the vehicle at the current barrier gate based on the device ID of the exit barrier gate in the parking lot. This API applies to the scenario where the exit barrier gate is not equipped with an electronic display screen.
GET: /v1.0/parking-control/{device_id}/cars/current
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The ID of a specified barrier gate. |
Parameter name | Type | Description |
---|---|---|
result | CmdIssueResultResponse | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
sn | String | The command record ID. |
GET: /v1.0/parking-control/6ce****/cars/current
{
"result": {
"sn": "135****"
},
"t": 1652779976771,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback