That's a function of the old shopping cart.

Function: basket

Access level: 8 user

The function is simultaneously used to view and change form's data

View data:

  • Result: parameters list

    An example of API request to view services in the cart:

    An example of API request

    https://<BILLmamager IP-address>?authinfo=username:password&func=basket&out=xml
    CODE

Change the data:

  • Parameters:
    • sok — the parameter must not be empty, generally "ok".
    • additional query parameters ...
  • Result: successful operation or error message

    An example of API request to remove a service from cart:

    An example of API request

    https://<BILLmamager IP-address>?authinfo=username:password&clicked_button=delete&func=basket&id=<id service>&sok=ok&out=xml
    CODE

The list object's parameters or additional query parameters (see above):