update_activity_settings

The default source of driver activity is iButton. To set another activity source, use the unit/update_activity_settings command.

Copied!
svc=unit/update_activity_settings&params={
    "itemId": <long>,
    "type": <int>
}

Parameters

The request must contain the following parameters:

Parameter Description
itemId Unit ID
type Driver activity source:
  • 0 — none
  • 1 — assignments
  • 2 — tachograph

Example

Below is an example of the unit/update_activity_settings request.

Copied!
svc=unit/update_activity_settings&params={
    "itemId": 20334,
    "type": 1
}

Response

If the request is completed successfully, an empty object is returned.

Copied!

{} 

Otherwise, an error code is returned.

Error codes

Error code Description
4 Invalid input parameters.
5 Error updating the settings.
7 The user doesn’t have the required access rights to the unit (ADF_ACL_AVL_UNIT_EDIT_REPORT_SETTINGS)
Download PDF file
Download Word document

See also