Moving vehicles between accounts
This API is used to move a vehicle between accounts.
Example
API Request
https://<address>/backend/api.php?cmd=veh_move_account&vehicle_id=23&account_id=1005
|
How to retrieve data
Method
GET
Request address
To retrieve data, use the address: https://<address>/backend/api.php?
<address>— the website address.
Request parameters
To obtain the required data, append parameters to the request address. Parameters are specified after the question mark ? and are separated by the ampersand &.
-
cmd=veh_move_account — command to move the vehicle to another account
-
vehicle_id — identifier of the vehicle that needs to be moved to the account
-
account_id — number of the new account
Response to the request
API Response
{"code": 1, "msg": "Success move vehicle 23 to account 1005"}
|
In response to the API request, the following is returned:
-
code — result code:
-
1 — operation completed successfully
-
0 — error occurred during the operation
-
msg — message with a textual description of the operation result