Last Updated on : 2023-06-20 14:54:09
Generate a unique temporary identification code for an unlicensed vehicle in the parking lot, and send it to the parking lot through instructions, so as to permit the pass of the specified unlicensed vehicle.
POST: /v1.0/parking-control/{device_id}/unlicensed-cars/pass
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The ID of a specified device in the parking lot. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
identify_code | String | true | The identification code of an unlicensed vehicle, which shall be unique in the parking lot. We recommend you use a combination of device ID_timestamp, mobile phone number, or WeChat ID. | |
device_id | String | true | The ID of the barrier gate device in the current lane. |
Parameter name | Type | Description |
---|---|---|
result | CmdIssueResultResponse | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
sn | String | The command record ID. |
POST: /v1.0/parking-control/6ce****/unlicensed-cars/pass
{
"identifyCode": "133****1234",
"deviceId": "6c****dy"
}
{
"result": {
"sn": "135****"
},
"t": 1652779976771,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback