Last Updated on : 2023-06-21 07:13:02download
Unlink the foot traffic statistics devices from a specific asset. After the operation, the foot traffic data will no longer be calculated.
POST: /v1.0/iot-03/passenger-flows/assets/{asset_id}/actions/device-unassign
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
asset_id | String | uri | true | The ID of a specified asset. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | true | The device ID. | |
device_type | Integer | true | The types of foot traffic statistics devices. Valid values:
|
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. |
POST: /v1.0/iot-03/passenger-flows/assets/1111111111111111/actions/device-unassign
{
"device_id": "22222222222222",
"device_type": 1
}
{
"result": true,
"t": 1111111111111,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback