Vehicle Service

Last Updated on : 2023-06-20 14:53:59download

Enable vehicle management with Internet of things technology, fully realize unattended intelligent management and improve vehicle access efficiency.

Visitor cars management

API NameURL
Delete Visitor VehicleDELETE:/v1.0/parking-control/{device_id}/visitor-cars/{visitor_car_id}
Add Visitor VehiclePOST:/v1.0/parking-control/{device_id}/visitor-cars/{visitor_car_id}
Extend Accessible Period of Visitor VehiclePUT:/v1.0/parking-control/{device_id}/visitor-cars/{visitor_car_id}/delay
Update Visitor VehiclePUT:/v1.0/parking-control/{device_id}/visitor-cars/{visitor_car_id}

Temporary parking management

API NameURL
Get Current VehicleGET:/v1.0/parking-control/{device_id}/cars/current
Generate Pending OrderPOST:/v1.0/parking-control/{device_id}/orders/generate
Notify Payment ResultPOST:/v1.0/parking-control/{device_id}/fees/{order_number}/pay

Cars Data synchronization

API NameURL
Data SynchronizationPOST:/v1.0/parking-control/{device_id}/records/sync

Special cars management

API NameURL
Delete Special VehicleDELETE:/v1.0/parking-control/{device_id}/special-cars
Add Special VehiclePOST:/v1.0/parking-control/{device_id}/special-cars

Gate control

API NameURL
Control Barrier GatePUT:/v1.0/parking-control/{device_id}/gates/control

Pass authorization management

API NameURL
Add Pass AuthorizationPOST:/v1.0/parking-control/{device_id}/pass-authorizations/{pass_authorization_id}
Update Pass AuthorizationPUT:/v1.0/parking-control/{device_id}/pass-authorizations/{pass_authorization_id}
Delete Pass AuthorizationDELETE:/v1.0/parking-control/{device_id}/pass-authorizations/{pass_authorization_id}

Unlicensed cars pass

API NameURL
Permit the Pass of Unlicensed VehiclePOST:/v1.0/parking-control/{device_id}/unlicensed-cars/pass

Vehicle lock management

API NameURL
Unlock VehicleDELETE:/v1.0/parking-control/{device_id}/cars/unlock
Lock VehiclePOST:/v1.0/parking-control/{device_id}/cars/lock