Changes between Version 48 and Version 49 of API/Tasks


Ignore:
Timestamp:
Jan 3, 2024, 11:16:57 AM (4 months ago)
Author:
mirek@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • API/Tasks

    v48 v49  
    3636 __organization__:: Subscriber's organization name
    3737
    38 //At least one of __first_name__, __last_name__ or __organization__ must be present.//
     38 //At least one of __first_name__, __last_name__ or __organization__ must be present.//
    3939
    4040 __house__:: Subscriber's house number
     
    5656 password:: Selfcare password
    5757
    58  __inet_service__:: Current Internet service. One of '''disconnect''', '''terminate''', '''warn''', '''debt''', '''redirect''' or regular data service as per CRM system specification. It can also carry additional service packages alter service parameters. Packages must be delimited by ''';''' and '''+'''.
     58 __inet_service__:: Current Internet service.
     59
     60 One of '''disconnect''', '''terminate''', '''warn''', '''debt''', '''redirect''' or regular data service as per CRM system specification.
     61 ~~It can also carry additional service packages. Packages must be delimited by ''';''' and '''+'''.~~
     62
     63 other_services:: Additional service packages array
    5964
    6065 mac:: Endpoint MAC address
     
    168173  "password": "teyagyu185",
    169174  "inet_service": "DRT1",
     175  "other_services": [ "PKG1" ],
    170176  "mac": "01:02:03:04:05:06",
    171177  "voip_service_1": "aktiv",
     
    195201  "password": "teyagyu185",
    196202  "inet_service": "DRT2",
     203  "other_services": [ "PKG2" ],
    197204  "voip_service_1": "aktiv",
    198205  "voip_service_2": "",